Skip to content

Commit 5bd27fa

Browse files
update deps
1 parent b31db50 commit 5bd27fa

File tree

9 files changed

+60
-53
lines changed

9 files changed

+60
-53
lines changed

requirements/base.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@
55
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
66
#
77
aiodns==3.5.0
8-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
8+
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
10-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
10+
# via -r requirements/runtime-deps.in
1111
aiosignal==1.4.0
12-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
12+
# via -r requirements/runtime-deps.in
1313
async-timeout==5.0.1 ; python_version < "3.11"
14-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
14+
# via -r requirements/runtime-deps.in
1515
brotli==1.1.0 ; platform_python_implementation == "CPython"
16-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
16+
# via -r requirements/runtime-deps.in
1717
cffi==1.17.1
1818
# via pycares
1919
frozenlist==1.7.0
2020
# via
21-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
21+
# -r requirements/runtime-deps.in
2222
# aiosignal
2323
gunicorn==23.0.0
2424
# via -r requirements/base.in
2525
idna==3.6
2626
# via yarl
2727
multidict==6.6.3
2828
# via
29-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
29+
# -r requirements/runtime-deps.in
3030
# yarl
3131
packaging==25.0
3232
# via gunicorn
3333
propcache==0.3.2
3434
# via
35-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
35+
# -r requirements/runtime-deps.in
3636
# yarl
37-
pycares==4.9.0
37+
pycares==4.10.0
3838
# via aiodns
3939
pycparser==2.22
4040
# via cffi
@@ -45,6 +45,6 @@ typing-extensions==4.14.1
4545
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4646
# via -r requirements/base.in
4747
yarl==1.20.1
48-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
48+
# via -r requirements/runtime-deps.in
4949
zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
50-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
50+
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ blockbuster==1.5.25
3030
# -r requirements/test.in
3131
brotli==1.1.0 ; platform_python_implementation == "CPython"
3232
# via -r requirements/runtime-deps.in
33-
build==1.2.2.post1
33+
build==1.3.0
3434
# via pip-tools
35-
certifi==2025.7.14
35+
certifi==2025.8.3
3636
# via requests
3737
cffi==1.17.1
3838
# via
@@ -52,11 +52,11 @@ click==8.1.8
5252
# slotscheck
5353
# towncrier
5454
# wait-for-it
55-
coverage==7.10.0
55+
coverage==7.10.2
5656
# via
5757
# -r requirements/test.in
5858
# pytest-cov
59-
cryptography==45.0.5
59+
cryptography==45.0.6
6060
# via
6161
# pyjwt
6262
# trustme
@@ -118,7 +118,7 @@ multidict==6.6.3
118118
# -r requirements/multidict.in
119119
# -r requirements/runtime-deps.in
120120
# yarl
121-
mypy==1.17.0 ; implementation_name == "cpython"
121+
mypy==1.17.1 ; implementation_name == "cpython"
122122
# via
123123
# -r requirements/lint.in
124124
# -r requirements/test.in
@@ -135,7 +135,7 @@ packaging==25.0
135135
# wheel
136136
pathspec==0.12.1
137137
# via mypy
138-
pip-tools==7.4.1
138+
pip-tools==7.5.0
139139
# via -r requirements/dev.in
140140
pkgconfig==1.5.5
141141
# via -r requirements/test.in
@@ -155,13 +155,15 @@ proxy-py==2.4.10
155155
# via
156156
# -r requirements/lint.in
157157
# -r requirements/test.in
158-
pycares==4.9.0
158+
pycares==4.10.0
159159
# via aiodns
160160
pycparser==2.22
161161
# via cffi
162-
pydantic==2.11.7
163-
# via python-on-whales
164-
pydantic-core==2.33.2
162+
pydantic==2.12.0a1
163+
# via
164+
# -r requirements/test.in
165+
# python-on-whales
166+
pydantic-core==2.37.2
165167
# via pydantic
166168
pyenchant==3.2.2
167169
# via sphinxcontrib-spelling
@@ -198,7 +200,7 @@ pytest-xdist==3.8.0
198200
# via -r requirements/test.in
199201
python-dateutil==2.9.0.post0
200202
# via freezegun
201-
python-on-whales==0.78.0 ; python_version < "3.14"
203+
python-on-whales==0.78.0
202204
# via
203205
# -r requirements/lint.in
204206
# -r requirements/test.in
@@ -286,7 +288,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
286288
# -r requirements/lint.in
287289
valkey==6.1.0
288290
# via -r requirements/lint.in
289-
virtualenv==20.32.0
291+
virtualenv==20.33.1
290292
# via pre-commit
291293
wait-for-it==2.3.0
292294
# via -r requirements/test.in
@@ -304,7 +306,7 @@ zstandard==0.23.0 ; implementation_name == "cpython"
304306
# -r requirements/runtime-deps.in
305307

306308
# The following packages are considered to be unsafe in a requirements file:
307-
pip==25.1.1
309+
pip==25.2
308310
# via pip-tools
309311
setuptools==80.9.0
310312
# via

requirements/dev.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ blockbuster==1.5.25
3030
# -r requirements/test.in
3131
brotli==1.1.0 ; platform_python_implementation == "CPython"
3232
# via -r requirements/runtime-deps.in
33-
build==1.2.2.post1
33+
build==1.3.0
3434
# via pip-tools
35-
certifi==2025.7.14
35+
certifi==2025.8.3
3636
# via requests
3737
cffi==1.17.1
3838
# via
@@ -52,11 +52,11 @@ click==8.1.8
5252
# slotscheck
5353
# towncrier
5454
# wait-for-it
55-
coverage==7.10.0
55+
coverage==7.10.2
5656
# via
5757
# -r requirements/test.in
5858
# pytest-cov
59-
cryptography==45.0.5
59+
cryptography==45.0.6
6060
# via
6161
# pyjwt
6262
# trustme
@@ -115,7 +115,7 @@ multidict==6.6.3
115115
# via
116116
# -r requirements/runtime-deps.in
117117
# yarl
118-
mypy==1.17.0 ; implementation_name == "cpython"
118+
mypy==1.17.1 ; implementation_name == "cpython"
119119
# via
120120
# -r requirements/lint.in
121121
# -r requirements/test.in
@@ -132,7 +132,7 @@ packaging==25.0
132132
# wheel
133133
pathspec==0.12.1
134134
# via mypy
135-
pip-tools==7.4.1
135+
pip-tools==7.5.0
136136
# via -r requirements/dev.in
137137
pkgconfig==1.5.5
138138
# via -r requirements/test.in
@@ -152,13 +152,15 @@ proxy-py==2.4.10
152152
# via
153153
# -r requirements/lint.in
154154
# -r requirements/test.in
155-
pycares==4.9.0
155+
pycares==4.10.0
156156
# via aiodns
157157
pycparser==2.22
158158
# via cffi
159-
pydantic==2.11.7
160-
# via python-on-whales
161-
pydantic-core==2.33.2
159+
pydantic==2.12.0a1
160+
# via
161+
# -r requirements/test.in
162+
# python-on-whales
163+
pydantic-core==2.37.2
162164
# via pydantic
163165
pygments==2.19.2
164166
# via
@@ -193,7 +195,7 @@ pytest-xdist==3.8.0
193195
# via -r requirements/test.in
194196
python-dateutil==2.9.0.post0
195197
# via freezegun
196-
python-on-whales==0.78.0 ; python_version < "3.14"
198+
python-on-whales==0.78.0
197199
# via
198200
# -r requirements/lint.in
199201
# -r requirements/test.in
@@ -277,7 +279,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
277279
# -r requirements/lint.in
278280
valkey==6.1.0
279281
# via -r requirements/lint.in
280-
virtualenv==20.32.0
282+
virtualenv==20.33.1
281283
# via pre-commit
282284
wait-for-it==2.3.0
283285
# via -r requirements/test.in
@@ -295,7 +297,7 @@ zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_versi
295297
# -r requirements/runtime-deps.in
296298

297299
# The following packages are considered to be unsafe in a requirements file:
298-
pip==25.1.1
300+
pip==25.2
299301
# via pip-tools
300302
setuptools==80.9.0
301303
# via

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alabaster==1.0.0
1010
# via sphinx
1111
babel==2.17.0
1212
# via sphinx
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.2
1616
# via requests

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alabaster==1.0.0
1010
# via sphinx
1111
babel==2.17.0
1212
# via sphinx
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.2
1616
# via requests

requirements/lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cfgv==3.4.0
2121
# via pre-commit
2222
click==8.1.8
2323
# via slotscheck
24-
cryptography==45.0.5
24+
cryptography==45.0.6
2525
# via trustme
2626
distlib==0.4.0
2727
# via virtualenv
@@ -45,7 +45,7 @@ markdown-it-py==3.0.0
4545
# via rich
4646
mdurl==0.1.2
4747
# via markdown-it-py
48-
mypy==1.17.0 ; implementation_name == "cpython"
48+
mypy==1.17.1 ; implementation_name == "cpython"
4949
# via -r requirements/lint.in
5050
mypy-extensions==1.1.0
5151
# via mypy
@@ -63,7 +63,7 @@ pre-commit==4.2.0
6363
# via -r requirements/lint.in
6464
proxy-py==2.4.10
6565
# via -r requirements/lint.in
66-
pycares==4.9.0
66+
pycares==4.10.0
6767
# via aiodns
6868
pycparser==2.22
6969
# via cffi
@@ -117,7 +117,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
117117
# via -r requirements/lint.in
118118
valkey==6.1.0
119119
# via -r requirements/lint.in
120-
virtualenv==20.32.0
120+
virtualenv==20.33.1
121121
# via pre-commit
122122
zlib-ng==0.5.1
123123
# via -r requirements/lint.in

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ propcache==0.3.2
3030
# via
3131
# -r requirements/runtime-deps.in
3232
# yarl
33-
pycares==4.9.0
33+
pycares==4.10.0
3434
# via aiodns
3535
pycparser==2.22
3636
# via cffi

requirements/test.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ isal; python_version < "3.14" # no wheel for 3.14
77
mypy; implementation_name == "cpython"
88
pkgconfig
99
proxy.py >= 2.4.4rc5
10+
pydantic >= 2.12.0a1
1011
pytest
1112
pytest-cov
1213
pytest-mock
1314
pytest-xdist
1415
pytest_codspeed
15-
python-on-whales; python_version < "3.14" # no wheel for 3.14
16+
python-on-whales;
1617
setuptools-git
1718
trustme; platform_machine != "i686" # no 32-bit wheels
1819
wait-for-it

requirements/test.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ cffi==1.17.1
2525
# pytest-codspeed
2626
click==8.1.8
2727
# via wait-for-it
28-
coverage==7.10.0
28+
coverage==7.10.2
2929
# via
3030
# -r requirements/test.in
3131
# pytest-cov
32-
cryptography==45.0.5
32+
cryptography==45.0.6
3333
# via trustme
3434
exceptiongroup==1.3.0
3535
# via pytest
@@ -61,7 +61,7 @@ multidict==6.6.3
6161
# via
6262
# -r requirements/runtime-deps.in
6363
# yarl
64-
mypy==1.17.0 ; implementation_name == "cpython"
64+
mypy==1.17.1 ; implementation_name == "cpython"
6565
# via -r requirements/test.in
6666
mypy-extensions==1.1.0
6767
# via mypy
@@ -83,13 +83,15 @@ propcache==0.3.2
8383
# yarl
8484
proxy-py==2.4.10
8585
# via -r requirements/test.in
86-
pycares==4.9.0
86+
pycares==4.10.0
8787
# via aiodns
8888
pycparser==2.22
8989
# via cffi
90-
pydantic==2.11.7
91-
# via python-on-whales
92-
pydantic-core==2.33.2
90+
pydantic==2.12.0a1
91+
# via
92+
# -r requirements/test.in
93+
# python-on-whales
94+
pydantic-core==2.37.2
9395
# via pydantic
9496
pygments==2.19.2
9597
# via
@@ -112,7 +114,7 @@ pytest-xdist==3.8.0
112114
# via -r requirements/test.in
113115
python-dateutil==2.9.0.post0
114116
# via freezegun
115-
python-on-whales==0.78.0 ; python_version < "3.14"
117+
python-on-whales==0.78.0
116118
# via -r requirements/test.in
117119
rich==14.1.0
118120
# via pytest-codspeed

0 commit comments

Comments
 (0)