Skip to content

Commit c015f25

Browse files
chore: Upgrade Python requirements (#803)
1 parent 4d2a2b4 commit c015f25

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
coverage==7.6.7
13+
coverage==7.6.8
1414
# via -r requirements/ci.in
1515
distlib==0.3.9
1616
# via virtualenv
@@ -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.1
35+
virtualenv==20.28.0
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.68
24+
boto3==1.35.71
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.68
28+
botocore==1.35.71
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.2
60+
code-annotations==2.0.0
6161
# via
6262
# -r requirements/test.txt
6363
# edx-lint
@@ -66,7 +66,7 @@ colorama==0.4.6
6666
# -r requirements/ci.txt
6767
# -r requirements/test.txt
6868
# tox
69-
coverage[toml]==7.6.7
69+
coverage[toml]==7.6.8
7070
# via
7171
# -r requirements/ci.txt
7272
# -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.119.4
115+
hypothesis==6.122.0
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -291,7 +291,7 @@ urllib3==2.2.3
291291
# via
292292
# -r requirements/test.txt
293293
# botocore
294-
virtualenv==20.27.1
294+
virtualenv==20.28.0
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.68
13+
boto3==1.35.71
1414
# via fs-s3fs
15-
botocore==1.35.68
15+
botocore==1.35.71
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.68
25+
boto3==1.35.71
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.68
29+
botocore==1.35.71
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

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.68
22+
boto3==1.35.71
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.68
26+
botocore==1.35.71
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -41,11 +41,11 @@ click==8.1.7
4141
# edx-lint
4242
click-log==0.4.0
4343
# via edx-lint
44-
code-annotations==1.8.2
44+
code-annotations==2.0.0
4545
# via edx-lint
4646
colorama==0.4.6
4747
# via tox
48-
coverage[toml]==7.6.7
48+
coverage[toml]==7.6.8
4949
# via
5050
# -r requirements/test.in
5151
# pytest-cov
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.119.4
85+
hypothesis==6.122.0
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -219,7 +219,7 @@ urllib3==2.2.3
219219
# via
220220
# -r requirements/django.txt
221221
# botocore
222-
virtualenv==20.27.1
222+
virtualenv==20.28.0
223223
# via tox
224224
web-fragments==2.2.0
225225
# via -r requirements/django.txt

0 commit comments

Comments
 (0)