Skip to content

Commit b8f422a

Browse files
chore: Upgrade Python requirements (#836)
1 parent f7ceb37 commit b8f422a

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
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.18.0
1818
# via
1919
# tox
2020
# virtualenv
21-
packaging==24.2
21+
packaging==25.0
2222
# via
2323
# pyproject-api
2424
# tox

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.37.33
24+
boto3==1.37.37
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.37.33
28+
botocore==1.37.37
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -75,7 +75,7 @@ ddt==1.7.2
7575
# via -r requirements/test.txt
7676
diff-cover==9.2.4
7777
# via -r requirements/test.txt
78-
dill==0.3.9
78+
dill==0.4.0
7979
# via
8080
# -r requirements/test.txt
8181
# pylint
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.131.0
115+
hypothesis==6.131.6
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# via
@@ -151,7 +151,7 @@ mock==5.2.0
151151
# via -r requirements/test.txt
152152
openedx-django-pyfs==3.7.0
153153
# via -r requirements/test.txt
154-
packaging==24.2
154+
packaging==25.0
155155
# via
156156
# -r requirements/ci.txt
157157
# -r requirements/pip-tools.txt
@@ -245,7 +245,7 @@ pyyaml==6.0.2
245245
# via
246246
# -r requirements/test.txt
247247
# code-annotations
248-
s3transfer==0.11.4
248+
s3transfer==0.11.5
249249
# via
250250
# -r requirements/test.txt
251251
# boto3

requirements/django.txt

Lines changed: 3 additions & 3 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.37.33
13+
boto3==1.37.37
1414
# via fs-s3fs
15-
botocore==1.37.33
15+
botocore==1.37.37
1616
# via
1717
# boto3
1818
# s3transfer
@@ -66,7 +66,7 @@ pytz==2025.2
6666
# via -r requirements/base.txt
6767
pyyaml==6.0.2
6868
# via -r requirements/base.txt
69-
s3transfer==0.11.4
69+
s3transfer==0.11.5
7070
# via boto3
7171
simplejson==3.20.1
7272
# via -r requirements/base.txt

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ babel==2.17.0
2020
# via
2121
# pydata-sphinx-theme
2222
# sphinx
23-
beautifulsoup4==4.13.3
23+
beautifulsoup4==4.13.4
2424
# via pydata-sphinx-theme
25-
boto3==1.37.33
25+
boto3==1.37.37
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.37.33
29+
botocore==1.37.37
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -85,7 +85,7 @@ mock==5.2.0
8585
# via -r requirements/doc.in
8686
openedx-django-pyfs==3.7.0
8787
# via -r requirements/django.txt
88-
packaging==24.2
88+
packaging==25.0
8989
# via
9090
# pydata-sphinx-theme
9191
# sphinx
@@ -116,7 +116,7 @@ requests==2.32.3
116116
# via sphinx
117117
roman-numerals-py==3.1.0
118118
# via sphinx
119-
s3transfer==0.11.4
119+
s3transfer==0.11.5
120120
# via
121121
# -r requirements/django.txt
122122
# boto3

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
packaging==24.2
11+
packaging==25.0
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==78.1.0
15+
setuptools==78.1.1
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.9
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.37.33
22+
boto3==1.37.37
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.37.33
26+
botocore==1.37.37
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -53,7 +53,7 @@ ddt==1.7.2
5353
# via -r requirements/test.in
5454
diff-cover==9.2.4
5555
# via -r requirements/test.in
56-
dill==0.3.9
56+
dill==0.4.0
5757
# via pylint
5858
distlib==0.3.9
5959
# via virtualenv
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.131.0
85+
hypothesis==6.131.6
8686
# via -r requirements/test.in
8787
iniconfig==2.1.0
8888
# via pytest
@@ -114,7 +114,7 @@ mock==5.2.0
114114
# via -r requirements/test.in
115115
openedx-django-pyfs==3.7.0
116116
# via -r requirements/django.txt
117-
packaging==24.2
117+
packaging==25.0
118118
# via
119119
# pyproject-api
120120
# pytest
@@ -181,7 +181,7 @@ pyyaml==6.0.2
181181
# via
182182
# -r requirements/django.txt
183183
# code-annotations
184-
s3transfer==0.11.4
184+
s3transfer==0.11.5
185185
# via
186186
# -r requirements/django.txt
187187
# boto3

0 commit comments

Comments
 (0)