Skip to content

Commit fdd7d38

Browse files
chore: Upgrade Python requirements (#799)
1 parent 79720c6 commit fdd7d38

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ filelock==3.16.1
1818
# via
1919
# tox
2020
# virtualenv
21-
packaging==24.1
21+
packaging==24.2
2222
# via
2323
# pyproject-api
2424
# tox

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==24.2.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.35.54
24+
boto3==1.35.57
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.54
28+
botocore==1.35.57
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.116.0
115+
hypothesis==6.118.3
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -151,7 +151,7 @@ mock==5.1.0
151151
# via -r requirements/test.txt
152152
openedx-django-pyfs==3.7.0
153153
# via -r requirements/test.txt
154-
packaging==24.1
154+
packaging==24.2
155155
# via
156156
# -r requirements/ci.txt
157157
# -r requirements/pip-tools.txt
@@ -300,7 +300,7 @@ web-fragments==2.2.0
300300
# via -r requirements/test.txt
301301
webob==1.8.9
302302
# via -r requirements/test.txt
303-
wheel==0.44.0
303+
wheel==0.45.0
304304
# via
305305
# -r requirements/pip-tools.txt
306306
# pip-tools

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.54
13+
boto3==1.35.57
1414
# via fs-s3fs
15-
botocore==1.35.54
15+
botocore==1.35.57
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.16.0
2222
# sphinx
2323
beautifulsoup4==4.12.3
2424
# via pydata-sphinx-theme
25-
boto3==1.35.54
25+
boto3==1.35.57
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.54
29+
botocore==1.35.57
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -85,7 +85,7 @@ mock==5.1.0
8585
# via -r requirements/doc.in
8686
openedx-django-pyfs==3.7.0
8787
# via -r requirements/django.txt
88-
packaging==24.1
88+
packaging==24.2
8989
# via sphinx
9090
pbr==6.1.0
9191
# via

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
packaging==24.1
11+
packaging==24.2
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.44.0
19+
wheel==0.45.0
2020
# via pip-tools
2121

2222
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.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-
wheel==0.44.0
7+
wheel==0.45.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.5
1919
# pylint-celery
2020
attrs==24.2.0
2121
# via hypothesis
22-
boto3==1.35.54
22+
boto3==1.35.57
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.54
26+
botocore==1.35.57
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.116.0
85+
hypothesis==6.118.3
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -114,7 +114,7 @@ mock==5.1.0
114114
# via -r requirements/test.in
115115
openedx-django-pyfs==3.7.0
116116
# via -r requirements/django.txt
117-
packaging==24.1
117+
packaging==24.2
118118
# via
119119
# pyproject-api
120120
# pytest

0 commit comments

Comments
 (0)