Skip to content

Commit 4d2a2b4

Browse files
authored
Merge pull request #802 from openedx/repo-tools/upgrade-python-requirements-5c5908f
chore: Upgrade Python requirements
2 parents 5c5908f + 496b6e0 commit 4d2a2b4

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ six==1.16.0
3636
# via
3737
# fs
3838
# python-dateutil
39-
stevedore==5.3.0
39+
stevedore==5.4.0
4040
# via edx-opaque-keys
4141
typing-extensions==4.12.2
4242
# via edx-opaque-keys

requirements/dev.txt

Lines changed: 7 additions & 7 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.63
24+
boto3==1.35.68
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.63
28+
botocore==1.35.68
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -57,7 +57,7 @@ click-log==0.4.0
5757
# via
5858
# -r requirements/test.txt
5959
# edx-lint
60-
code-annotations==1.8.1
60+
code-annotations==1.8.2
6161
# via
6262
# -r requirements/test.txt
6363
# edx-lint
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.119.1
115+
hypothesis==6.119.4
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -245,7 +245,7 @@ pyyaml==6.0.2
245245
# via
246246
# -r requirements/test.txt
247247
# code-annotations
248-
s3transfer==0.10.3
248+
s3transfer==0.10.4
249249
# via
250250
# -r requirements/test.txt
251251
# boto3
@@ -266,7 +266,7 @@ sqlparse==0.5.2
266266
# via
267267
# -r requirements/test.txt
268268
# django
269-
stevedore==5.3.0
269+
stevedore==5.4.0
270270
# via
271271
# -r requirements/test.txt
272272
# code-annotations
@@ -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.45.0
303+
wheel==0.45.1
304304
# via
305305
# -r requirements/pip-tools.txt
306306
# pip-tools

requirements/django.txt

Lines changed: 4 additions & 4 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.63
13+
boto3==1.35.68
1414
# via fs-s3fs
15-
botocore==1.35.63
15+
botocore==1.35.68
1616
# via
1717
# boto3
1818
# s3transfer
@@ -66,7 +66,7 @@ pytz==2024.2
6666
# via -r requirements/base.txt
6767
pyyaml==6.0.2
6868
# via -r requirements/base.txt
69-
s3transfer==0.10.3
69+
s3transfer==0.10.4
7070
# via boto3
7171
simplejson==3.19.3
7272
# via -r requirements/base.txt
@@ -78,7 +78,7 @@ six==1.16.0
7878
# python-dateutil
7979
sqlparse==0.5.2
8080
# via django
81-
stevedore==5.3.0
81+
stevedore==5.4.0
8282
# via
8383
# -r requirements/base.txt
8484
# edx-opaque-keys

requirements/doc.txt

Lines changed: 4 additions & 4 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.63
25+
boto3==1.35.68
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.63
29+
botocore==1.35.68
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -112,7 +112,7 @@ pyyaml==6.0.2
112112
# via -r requirements/django.txt
113113
requests==2.32.3
114114
# via sphinx
115-
s3transfer==0.10.3
115+
s3transfer==0.10.4
116116
# via
117117
# -r requirements/django.txt
118118
# boto3
@@ -151,7 +151,7 @@ sqlparse==0.5.2
151151
# via
152152
# -r requirements/django.txt
153153
# django
154-
stevedore==5.3.0
154+
stevedore==5.4.0
155155
# via
156156
# -r requirements/django.txt
157157
# edx-opaque-keys

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.45.0
19+
wheel==0.45.1
2020
# via pip-tools
2121

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

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
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==75.5.0
15+
setuptools==75.6.0
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.5
1919
# pylint-celery
2020
attrs==24.2.0
2121
# via hypothesis
22-
boto3==1.35.63
22+
boto3==1.35.68
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.63
26+
botocore==1.35.68
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -41,7 +41,7 @@ click==8.1.7
4141
# edx-lint
4242
click-log==0.4.0
4343
# via edx-lint
44-
code-annotations==1.8.1
44+
code-annotations==1.8.2
4545
# via edx-lint
4646
colorama==0.4.6
4747
# via tox
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.119.1
85+
hypothesis==6.119.4
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -181,7 +181,7 @@ pyyaml==6.0.2
181181
# via
182182
# -r requirements/django.txt
183183
# code-annotations
184-
s3transfer==0.10.3
184+
s3transfer==0.10.4
185185
# via
186186
# -r requirements/django.txt
187187
# boto3
@@ -200,7 +200,7 @@ sqlparse==0.5.2
200200
# via
201201
# -r requirements/django.txt
202202
# django
203-
stevedore==5.3.0
203+
stevedore==5.4.0
204204
# via
205205
# -r requirements/django.txt
206206
# code-annotations

0 commit comments

Comments
 (0)