Skip to content

Commit ad9c2d1

Browse files
committed
Update dependencies
1 parent 08d33f6 commit ad9c2d1

5 files changed

Lines changed: 876 additions & 810 deletions

File tree

requirements/dev.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --format requirements.txt --no-annotate --no-editable --no-hashes --only-group dev -o requirements/dev.txt
3+
ast-serialize==0.5.0 ; python_full_version >= '3.10'
34
bandit==1.8.6 ; python_full_version < '3.10'
45
bandit==1.9.4 ; python_full_version >= '3.10'
5-
certifi==2026.2.25
6-
charset-normalizer==3.4.6
6+
certifi==2026.5.20
7+
charset-normalizer==3.4.7
78
colorama==0.4.6 ; sys_platform == 'win32'
89
detect-secrets==1.5.0
910
exceptiongroup==1.3.1 ; python_full_version < '3.11'
10-
idna==3.11
11+
idna==3.17
1112
iniconfig==2.1.0 ; python_full_version < '3.10'
1213
iniconfig==2.3.0 ; python_full_version >= '3.10'
13-
librt==0.8.1 ; platform_python_implementation != 'PyPy'
14-
lxml==6.0.2
14+
librt==0.11.0 ; platform_python_implementation != 'PyPy'
15+
lxml==6.1.1
1516
markdown-it-py==3.0.0 ; python_full_version < '3.10'
16-
markdown-it-py==4.0.0 ; python_full_version >= '3.10'
17+
markdown-it-py==4.2.0 ; python_full_version >= '3.10'
1718
mdurl==0.1.2
1819
mypy==1.19.1 ; python_full_version < '3.10'
19-
mypy==1.20.0 ; python_full_version >= '3.10'
20+
mypy==2.1.0 ; python_full_version >= '3.10'
2021
mypy-extensions==1.1.0
21-
packaging==26.0
22-
pathspec==1.0.4
22+
packaging==26.2
23+
pathspec==1.1.1
2324
pluggy==1.6.0
2425
psycopg==3.2.13 ; python_full_version < '3.10'
25-
psycopg==3.3.3 ; python_full_version >= '3.10'
26+
psycopg==3.3.4 ; python_full_version >= '3.10'
2627
psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name != 'pypy'
27-
psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
28+
psycopg-binary==3.3.4 ; python_full_version >= '3.10' and implementation_name != 'pypy'
2829
pygments==2.20.0
2930
pytest==8.4.2 ; python_full_version < '3.10'
30-
pytest==9.0.2 ; python_full_version >= '3.10'
31+
pytest==9.0.3 ; python_full_version >= '3.10'
3132
python-dateutil==2.9.0.post0
3233
pyyaml==6.0.3
3334
requests==2.32.5 ; python_full_version < '3.10'
34-
requests==2.33.1 ; python_full_version >= '3.10'
35-
rich==14.3.3
36-
ruff==0.15.8
35+
requests==2.34.2 ; python_full_version >= '3.10'
36+
rich==15.0.0
37+
ruff==0.15.15
3738
six==1.17.0
3839
stevedore==5.5.0 ; python_full_version < '3.10'
39-
stevedore==5.7.0 ; python_full_version >= '3.10'
40+
stevedore==5.8.0 ; python_full_version >= '3.10'
4041
tomli==2.4.1 ; python_full_version < '3.11'
4142
typing-extensions==4.15.0
42-
tzdata==2025.3 ; sys_platform == 'win32'
43-
urllib3==2.6.3
43+
tzdata==2026.2 ; sys_platform == 'win32'
44+
urllib3==2.6.3 ; python_full_version < '3.10'
45+
urllib3==2.7.0 ; python_full_version >= '3.10'
4446
vulture==2.16
4547
webdavclient3==3.14.7

requirements/lint.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --format requirements.txt --no-annotate --no-editable --no-hashes --only-group lint -o requirements/lint.txt
3+
ast-serialize==0.5.0 ; python_full_version >= '3.10'
34
bandit==1.8.6 ; python_full_version < '3.10'
45
bandit==1.9.4 ; python_full_version >= '3.10'
5-
certifi==2026.2.25
6-
charset-normalizer==3.4.6
6+
certifi==2026.5.20
7+
charset-normalizer==3.4.7
78
colorama==0.4.6 ; sys_platform == 'win32'
89
detect-secrets==1.5.0
9-
idna==3.11
10-
librt==0.8.1 ; platform_python_implementation != 'PyPy'
10+
idna==3.17
11+
librt==0.11.0 ; platform_python_implementation != 'PyPy'
1112
markdown-it-py==3.0.0 ; python_full_version < '3.10'
12-
markdown-it-py==4.0.0 ; python_full_version >= '3.10'
13+
markdown-it-py==4.2.0 ; python_full_version >= '3.10'
1314
mdurl==0.1.2
1415
mypy==1.19.1 ; python_full_version < '3.10'
15-
mypy==1.20.0 ; python_full_version >= '3.10'
16+
mypy==2.1.0 ; python_full_version >= '3.10'
1617
mypy-extensions==1.1.0
17-
pathspec==1.0.4
18+
pathspec==1.1.1
1819
pygments==2.20.0
1920
pyyaml==6.0.3
2021
requests==2.32.5 ; python_full_version < '3.10'
21-
requests==2.33.1 ; python_full_version >= '3.10'
22-
rich==14.3.3
23-
ruff==0.15.8
22+
requests==2.34.2 ; python_full_version >= '3.10'
23+
rich==15.0.0
24+
ruff==0.15.15
2425
stevedore==5.5.0 ; python_full_version < '3.10'
25-
stevedore==5.7.0 ; python_full_version >= '3.10'
26+
stevedore==5.8.0 ; python_full_version >= '3.10'
2627
tomli==2.4.1 ; python_full_version < '3.11'
2728
typing-extensions==4.15.0
28-
urllib3==2.6.3
29+
urllib3==2.6.3 ; python_full_version < '3.10'
30+
urllib3==2.7.0 ; python_full_version >= '3.10'
2931
vulture==2.16

requirements/packaging.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
# uv export --format requirements.txt --no-annotate --no-editable --no-hashes --only-group packaging -o requirements/packaging.txt
33
annotated-types==0.7.0 ; python_full_version >= '3.12'
44
asttokens==3.0.1 ; python_full_version >= '3.12'
5-
certifi==2026.2.25 ; python_full_version >= '3.12'
6-
charset-normalizer==3.4.6 ; python_full_version >= '3.12'
7-
click==8.3.1 ; python_full_version >= '3.12'
5+
certifi==2026.5.20 ; python_full_version >= '3.12'
6+
charset-normalizer==3.4.7 ; python_full_version >= '3.12'
7+
click==8.4.1 ; python_full_version >= '3.12'
88
colorama==0.4.6 ; python_full_version >= '3.12' and sys_platform == 'win32'
99
future==1.0.0 ; python_full_version >= '3.12'
10-
idna==3.11 ; python_full_version >= '3.12'
10+
idna==3.17 ; python_full_version >= '3.12'
1111
parsimonious==0.11.0 ; python_full_version >= '3.12'
12-
pydantic==2.12.5 ; python_full_version >= '3.12'
13-
pydantic-core==2.41.5 ; python_full_version >= '3.12'
12+
pydantic==2.13.4 ; python_full_version >= '3.12'
13+
pydantic-core==2.46.4 ; python_full_version >= '3.12'
1414
pyseeyou==1.0.2 ; python_full_version >= '3.12'
1515
qt-transifex @ git+https://github.com/3liz/qt-transifex@9e9a963f9197143e27cd783047dff8e6ebd54b97 ; python_full_version >= '3.12'
16-
regex==2026.3.32 ; python_full_version >= '3.12'
17-
requests==2.33.1 ; python_full_version >= '3.12'
16+
regex==2026.5.9 ; python_full_version >= '3.12'
17+
requests==2.34.2 ; python_full_version >= '3.12'
1818
six==1.17.0 ; python_full_version >= '3.12'
1919
toolz==1.1.0 ; python_full_version >= '3.12'
2020
transifex-python==3.7.0 ; python_full_version >= '3.12'
2121
typing-extensions==4.15.0 ; python_full_version >= '3.12'
2222
typing-inspection==0.4.2 ; python_full_version >= '3.12'
23-
urllib3==2.6.3 ; python_full_version >= '3.12'
23+
urllib3==2.7.0 ; python_full_version >= '3.12'

requirements/tests.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --format requirements.txt --no-annotate --no-editable --no-hashes --only-group tests -o requirements/tests.txt
3-
certifi==2026.2.25
4-
charset-normalizer==3.4.6
3+
certifi==2026.5.20
4+
charset-normalizer==3.4.7
55
colorama==0.4.6 ; sys_platform == 'win32'
66
exceptiongroup==1.3.1 ; python_full_version < '3.11'
7-
idna==3.11
7+
idna==3.17
88
iniconfig==2.1.0 ; python_full_version < '3.10'
99
iniconfig==2.3.0 ; python_full_version >= '3.10'
10-
lxml==6.0.2
11-
packaging==26.0
10+
lxml==6.1.1
11+
packaging==26.2
1212
pluggy==1.6.0
1313
psycopg==3.2.13 ; python_full_version < '3.10'
14-
psycopg==3.3.3 ; python_full_version >= '3.10'
14+
psycopg==3.3.4 ; python_full_version >= '3.10'
1515
psycopg-binary==3.2.13 ; python_full_version < '3.10' and implementation_name != 'pypy'
16-
psycopg-binary==3.3.3 ; python_full_version >= '3.10' and implementation_name != 'pypy'
16+
psycopg-binary==3.3.4 ; python_full_version >= '3.10' and implementation_name != 'pypy'
1717
pygments==2.20.0
1818
pytest==8.4.2 ; python_full_version < '3.10'
19-
pytest==9.0.2 ; python_full_version >= '3.10'
19+
pytest==9.0.3 ; python_full_version >= '3.10'
2020
python-dateutil==2.9.0.post0
2121
requests==2.32.5 ; python_full_version < '3.10'
22-
requests==2.33.1 ; python_full_version >= '3.10'
22+
requests==2.34.2 ; python_full_version >= '3.10'
2323
six==1.17.0
2424
tomli==2.4.1 ; python_full_version < '3.11'
2525
typing-extensions==4.15.0 ; python_full_version < '3.13'
26-
tzdata==2025.3 ; sys_platform == 'win32'
27-
urllib3==2.6.3
26+
tzdata==2026.2 ; sys_platform == 'win32'
27+
urllib3==2.6.3 ; python_full_version < '3.10'
28+
urllib3==2.7.0 ; python_full_version >= '3.10'
2829
webdavclient3==3.14.7

0 commit comments

Comments
 (0)