File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ lint = [
4141 " mypy" ,
4242 " bandit" ,
4343 " vulture" ,
44+ " detect-secrets" ,
4445]
4546packaging = [
4647 " qt-transifex; python_full_version >= '3.12'" ,
Original file line number Diff line number Diff line change 1+
2+ # Do no modify requirements files by hand !
3+
4+ Do not modify the requirements files in this directory: they are generated with ` make update-requirements ` .
5+
6+ If you want to add dev or lint dependencies, use ` [dependency-groups] ` in the ` pyproject.toml ` file.
Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ bandit==1.9.4 ; python_full_version >= '3.10'
55certifi==2026.2.25
66charset-normalizer==3.4.6
77colorama==0.4.6 ; sys_platform == 'win32'
8- detect-secrets==1.4.0 ; python_full_version < '3.10'
9- detect-secrets==1.5.0 ; python_full_version >= '3.10'
8+ detect-secrets==1.5.0
109exceptiongroup==1.3.1 ; python_full_version < '3.11'
1110idna==3.11
1211iniconfig==2.1.0 ; python_full_version < '3.10'
1312iniconfig==2.3.0 ; python_full_version >= '3.10'
1413librt==0.8.1 ; platform_python_implementation != 'PyPy'
15- lxml==6.1.0
14+ lxml==6.0.2
1615markdown-it-py==3.0.0 ; python_full_version < '3.10'
1716markdown-it-py==4.0.0 ; python_full_version >= '3.10'
1817mdurl==0.1.2
@@ -28,7 +27,7 @@ psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name !=
2827psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
2928pygments==2.20.0
3029pytest==8.4.2 ; python_full_version < '3.10'
31- pytest==9.0.3 ; python_full_version >= '3.10'
30+ pytest==9.0.2 ; python_full_version >= '3.10'
3231python-dateutil==2.9.0.post0
3332pyyaml==6.0.3
3433requests==2.32.5 ; python_full_version < '3.10'
Original file line number Diff line number Diff line change 22# uv export --format requirements.txt --no-annotate --no-editable --no-hashes --only-group lint -o requirements/lint.txt
33bandit==1.8.6 ; python_full_version < '3.10'
44bandit==1.9.4 ; python_full_version >= '3.10'
5+ certifi==2026.2.25
6+ charset-normalizer==3.4.6
57colorama==0.4.6 ; sys_platform == 'win32'
6- detect-secrets==1.4.0 ; python_full_version < '3.10'
7- detect-secrets==1.5.0 ; python_full_version >= '3.10'
8+ detect-secrets==1.5.0
9+ idna==3.11
810librt==0.8.1 ; platform_python_implementation != 'PyPy'
911markdown-it-py==3.0.0 ; python_full_version < '3.10'
1012markdown-it-py==4.0.0 ; python_full_version >= '3.10'
@@ -15,10 +17,13 @@ mypy-extensions==1.1.0
1517pathspec==1.0.4
1618pygments==2.20.0
1719pyyaml==6.0.3
20+ requests==2.32.5 ; python_full_version < '3.10'
21+ requests==2.33.1 ; python_full_version >= '3.10'
1822rich==14.3.3
1923ruff==0.15.8
2024stevedore==5.5.0 ; python_full_version < '3.10'
2125stevedore==5.7.0 ; python_full_version >= '3.10'
2226tomli==2.4.1 ; python_full_version < '3.11'
2327typing-extensions==4.15.0
28+ urllib3==2.6.3
2429vulture==2.16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
77idna==3.11
88iniconfig==2.1.0 ; python_full_version < '3.10'
99iniconfig==2.3.0 ; python_full_version >= '3.10'
10- lxml==6.1.0
10+ lxml==6.0.2
1111packaging==26.0
1212pluggy==1.6.0
1313psycopg==3.2.13 ; python_full_version < '3.10'
@@ -16,7 +16,7 @@ psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name !=
1616psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
1717pygments==2.20.0
1818pytest==8.4.2 ; python_full_version < '3.10'
19- pytest==9.0.3 ; python_full_version >= '3.10'
19+ pytest==9.0.2 ; python_full_version >= '3.10'
2020python-dateutil==2.9.0.post0
2121requests==2.32.5 ; python_full_version < '3.10'
2222requests==2.33.1 ; python_full_version >= '3.10'
You can’t perform that action at this time.
0 commit comments