Skip to content

Commit 79720c6

Browse files
chore: Upgrade Python requirements (#798)
1 parent 6c9ef62 commit 79720c6

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
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.27.0
35+
virtualenv==20.27.1
3636
# via tox

requirements/dev.txt

Lines changed: 6 additions & 6 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.49
24+
boto3==1.35.54
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.49
28+
botocore==1.35.54
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -93,7 +93,7 @@ dnspython==2.7.0
9393
# via
9494
# -r requirements/test.txt
9595
# pymongo
96-
edx-lint==5.4.0
96+
edx-lint==5.4.1
9797
# via -r requirements/test.txt
9898
edx-opaque-keys==2.11.0
9999
# via -r requirements/test.txt
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.115.5
115+
hypothesis==6.116.0
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -227,7 +227,7 @@ pytest==8.3.3
227227
# -r requirements/test.txt
228228
# pytest-cov
229229
# pytest-django
230-
pytest-cov==5.0.0
230+
pytest-cov==6.0.0
231231
# via -r requirements/test.txt
232232
pytest-django==4.9.0
233233
# via -r requirements/test.txt
@@ -291,7 +291,7 @@ urllib3==2.2.3
291291
# via
292292
# -r requirements/test.txt
293293
# botocore
294-
virtualenv==20.27.0
294+
virtualenv==20.27.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.49
13+
boto3==1.35.54
1414
# via fs-s3fs
15-
botocore==1.35.49
15+
botocore==1.35.54
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.49
25+
boto3==1.35.54
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.49
29+
botocore==1.35.54
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

requirements/pip.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ wheel==0.44.0
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
12-
# via -r requirements/pip.in
13-
setuptools==75.2.0
12+
# via
13+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14+
# -r requirements/pip.in
15+
setuptools==75.3.0
1416
# 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.49
22+
boto3==1.35.54
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.49
26+
botocore==1.35.54
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -65,7 +65,7 @@ dnspython==2.7.0
6565
# via
6666
# -r requirements/django.txt
6767
# pymongo
68-
edx-lint==5.4.0
68+
edx-lint==5.4.1
6969
# via -r requirements/test.in
7070
edx-opaque-keys==2.11.0
7171
# via -r requirements/django.txt
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.115.5
85+
hypothesis==6.116.0
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -165,7 +165,7 @@ pytest==8.3.3
165165
# -r requirements/test.in
166166
# pytest-cov
167167
# pytest-django
168-
pytest-cov==5.0.0
168+
pytest-cov==6.0.0
169169
# via -r requirements/test.in
170170
pytest-django==4.9.0
171171
# via -r requirements/test.in
@@ -219,7 +219,7 @@ urllib3==2.2.3
219219
# via
220220
# -r requirements/django.txt
221221
# botocore
222-
virtualenv==20.27.0
222+
virtualenv==20.27.1
223223
# via tox
224224
web-fragments==2.2.0
225225
# via -r requirements/django.txt

0 commit comments

Comments
 (0)