Skip to content

Commit 83a5d9d

Browse files
chore: Upgrade Python requirements (#900)
1 parent d37c7b5 commit 83a5d9d

6 files changed

Lines changed: 26 additions & 21 deletions

File tree

requirements/ci.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ pluggy==1.6.0
3030
# via tox
3131
pyproject-api==1.10.0
3232
# via tox
33-
python-discovery==1.2.0
34-
# via virtualenv
33+
python-discovery==1.2.1
34+
# via
35+
# tox
36+
# virtualenv
3537
tomli-w==1.2.0
3638
# via tox
37-
tox==4.50.3
39+
tox==4.51.0
3840
# via -r requirements/ci.in
3941
virtualenv==21.2.0
4042
# via tox

requirements/dev.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ astroid==4.0.4
1717
# -r requirements/test.txt
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.74
20+
boto3==1.42.78
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.42.74
24+
botocore==1.42.78
2525
# via
2626
# -r requirements/test.txt
2727
# boto3
2828
# s3transfer
29-
build==1.4.0
29+
build==1.4.2
3030
# via
3131
# -r requirements/pip-tools.txt
3232
# pip-tools
@@ -35,7 +35,7 @@ cachetools==7.0.5
3535
# -r requirements/ci.txt
3636
# -r requirements/test.txt
3737
# tox
38-
chardet==7.3.0
38+
chardet==7.4.0.post1
3939
# via
4040
# -r requirements/test.txt
4141
# diff-cover
@@ -230,10 +230,11 @@ python-dateutil==2.9.0.post0
230230
# via
231231
# -r requirements/test.txt
232232
# botocore
233-
python-discovery==1.2.0
233+
python-discovery==1.2.1
234234
# via
235235
# -r requirements/ci.txt
236236
# -r requirements/test.txt
237+
# tox
237238
# virtualenv
238239
python-slugify==8.0.4
239240
# via
@@ -284,7 +285,7 @@ tomlkit==0.14.0
284285
# via
285286
# -r requirements/test.txt
286287
# pylint
287-
tox==4.50.3
288+
tox==4.51.0
288289
# via
289290
# -r requirements/ci.txt
290291
# -r requirements/test.txt

requirements/django.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.11.1
1212
# via django
13-
boto3==1.42.74
13+
boto3==1.42.78
1414
# via fs-s3fs
15-
botocore==1.42.74
15+
botocore==1.42.78
1616
# via
1717
# boto3
1818
# s3transfer

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.18.0
2222
# sphinx
2323
beautifulsoup4==4.14.3
2424
# via pydata-sphinx-theme
25-
boto3==1.42.74
25+
boto3==1.42.78
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.42.74
29+
botocore==1.42.78
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -106,7 +106,7 @@ pytz==2026.1.post1
106106
# via -r requirements/django.txt
107107
pyyaml==6.0.3
108108
# via -r requirements/django.txt
109-
requests==2.32.5
109+
requests==2.33.0
110110
# via sphinx
111111
roman-numerals==4.1.0
112112
# via sphinx

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.4.0
7+
build==1.4.2
88
# via pip-tools
99
click==8.3.1
1010
# via pip-tools

requirements/test.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ astroid==4.0.4
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
20-
boto3==1.42.74
20+
boto3==1.42.78
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.42.74
24+
botocore==1.42.78
2525
# via
2626
# -r requirements/django.txt
2727
# boto3
2828
# s3transfer
2929
cachetools==7.0.5
3030
# via tox
31-
chardet==7.3.0
31+
chardet==7.4.0.post1
3232
# via diff-cover
3333
click==8.3.1
3434
# via
@@ -170,8 +170,10 @@ python-dateutil==2.9.0.post0
170170
# via
171171
# -r requirements/django.txt
172172
# botocore
173-
python-discovery==1.2.0
174-
# via virtualenv
173+
python-discovery==1.2.1
174+
# via
175+
# tox
176+
# virtualenv
175177
python-slugify==8.0.4
176178
# via code-annotations
177179
pytz==2026.1.post1
@@ -210,7 +212,7 @@ tomli-w==1.2.0
210212
# via tox
211213
tomlkit==0.14.0
212214
# via pylint
213-
tox==4.50.3
215+
tox==4.51.0
214216
# via -r requirements/test.in
215217
typing-extensions==4.15.0
216218
# via

0 commit comments

Comments
 (0)