fix: update rougail dependency

This commit is contained in:
egarette@silique.fr 2024-11-06 08:50:18 +01:00
parent 226e6ff70c
commit aa3ecc3e3a
4 changed files with 24 additions and 24 deletions

View file

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2024-10-31 18:44+0100\n"
"PO-Revision-Date: 2024-10-31 18:47+0100\n"
"POT-Creation-Date: 2024-11-01 11:03+0100\n"
"PO-Revision-Date: 2024-11-01 11:04+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
@ -16,42 +16,42 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
"X-Generator: Poedit 3.5\n"
#: src/rougail/output_exporter/__init__.py:68
#: src/rougail/output_exporter/__init__.py:73
msgid "The following variables are mandatory but have no value:"
msgstr "Les variables suiveuses sont obligatoire mais n'ont pas de valeur :"
#: src/rougail/output_exporter/__init__.py:77
#: src/rougail/output_exporter/__init__.py:84
msgid "The following variables are inaccessible but are empty and mandatory :"
msgstr "Les variables suiveuses sont inaccessibles mais sont vides et obligatoires :"
#: src/rougail/output_exporter/output/console.py:52
#: src/rougail/output_exporter/output/console.py:53
msgid "Undocumented variable"
msgstr "Variable non documentée"
#: src/rougail/output_exporter/output/console.py:53
#: src/rougail/output_exporter/output/console.py:54
msgid "Undocumented but modified variable"
msgstr "Variable non documentée mais modifiée"
#: src/rougail/output_exporter/output/console.py:56
#: src/rougail/output_exporter/output/console.py:57
msgid "Unmodifiable variable"
msgstr "Variable non modifiable"
#: src/rougail/output_exporter/output/console.py:60
#: src/rougail/output_exporter/output/console.py:61
msgid "Default value"
msgstr "Valeur par défaut"
#: src/rougail/output_exporter/output/console.py:61
#: src/rougail/output_exporter/output/console.py:62
msgid "Modified value"
msgstr "Valeur modifiée"
#: src/rougail/output_exporter/output/console.py:62
#: src/rougail/output_exporter/output/console.py:63
msgid "Original default value"
msgstr "Valeur par défaut d'origine"
#: src/rougail/output_exporter/output/console.py:66
#: src/rougail/output_exporter/output/console.py:67
msgid "Caption"
msgstr "Légende"
#: src/rougail/output_exporter/output/console.py:87
#: src/rougail/output_exporter/output/console.py:92
msgid "Variables:"
msgstr "Variables :"

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-10-31 18:49+0100\n"
"POT-Creation-Date: 2024-11-01 11:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,43 +15,43 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
#: src/rougail/output_exporter/__init__.py:68
#: src/rougail/output_exporter/__init__.py:73
msgid "The following variables are mandatory but have no value:"
msgstr ""
#: src/rougail/output_exporter/__init__.py:77
#: src/rougail/output_exporter/__init__.py:84
msgid "The following variables are inaccessible but are empty and mandatory :"
msgstr ""
#: src/rougail/output_exporter/output/console.py:52
#: src/rougail/output_exporter/output/console.py:53
msgid "Undocumented variable"
msgstr ""
#: src/rougail/output_exporter/output/console.py:53
#: src/rougail/output_exporter/output/console.py:54
msgid "Undocumented but modified variable"
msgstr ""
#: src/rougail/output_exporter/output/console.py:56
#: src/rougail/output_exporter/output/console.py:57
msgid "Unmodifiable variable"
msgstr ""
#: src/rougail/output_exporter/output/console.py:60
#: src/rougail/output_exporter/output/console.py:61
msgid "Default value"
msgstr ""
#: src/rougail/output_exporter/output/console.py:61
#: src/rougail/output_exporter/output/console.py:62
msgid "Modified value"
msgstr ""
#: src/rougail/output_exporter/output/console.py:62
#: src/rougail/output_exporter/output/console.py:63
msgid "Original default value"
msgstr ""
#: src/rougail/output_exporter/output/console.py:66
#: src/rougail/output_exporter/output/console.py:67
msgid "Caption"
msgstr ""
#: src/rougail/output_exporter/output/console.py:87
#: src/rougail/output_exporter/output/console.py:92
msgid "Variables:"
msgstr ""

View file

@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"rougail ~= 1.1.0",
"rougail >= 1.1,<2",
"rich ~= 13.9.3",
]