Skip to content

Commit bbf629b

Browse files
chore: Upgrade Python requirements
1 parent 4fb3617 commit bbf629b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ pyproject-api==1.8.0
3232
# via tox
3333
tox==4.23.2
3434
# via -r requirements/ci.in
35-
virtualenv==20.28.0
35+
virtualenv==20.28.1
3636
# via tox

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==24.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.35.90
24+
boto3==1.35.92
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.90
28+
botocore==1.35.92
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -291,7 +291,7 @@ urllib3==2.3.0
291291
# via
292292
# -r requirements/test.txt
293293
# botocore
294-
virtualenv==20.28.0
294+
virtualenv==20.28.1
295295
# via
296296
# -r requirements/ci.txt
297297
# -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.8.1
1212
# via django
13-
boto3==1.35.90
13+
boto3==1.35.92
1414
# via fs-s3fs
15-
botocore==1.35.90
15+
botocore==1.35.92
1616
# via
1717
# boto3
1818
# s3transfer

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.16.0
2222
# sphinx
2323
beautifulsoup4==4.12.3
2424
# via pydata-sphinx-theme
25-
boto3==1.35.90
25+
boto3==1.35.92
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.90
29+
botocore==1.35.92
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.8
1919
# pylint-celery
2020
attrs==24.3.0
2121
# via hypothesis
22-
boto3==1.35.90
22+
boto3==1.35.92
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.90
26+
botocore==1.35.92
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -219,7 +219,7 @@ urllib3==2.3.0
219219
# via
220220
# -r requirements/django.txt
221221
# botocore
222-
virtualenv==20.28.0
222+
virtualenv==20.28.1
223223
# via tox
224224
web-fragments==2.2.0
225225
# via -r requirements/django.txt

0 commit comments

Comments
 (0)