Skip to content

Commit d051fdf

Browse files
chore: Upgrade Python requirements (#873)
1 parent cc03adc commit d051fdf

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
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.11.1
13+
coverage==7.11.2
1414
# via -r requirements/ci.in
1515
distlib==0.4.0
1616
# via virtualenv

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==3.3.11
1717
# -r requirements/test.txt
1818
# pylint
1919
# pylint-celery
20-
boto3==1.40.68
20+
boto3==1.40.69
2121
# via
2222
# -r requirements/test.txt
2323
# fs-s3fs
24-
botocore==1.40.68
24+
botocore==1.40.69
2525
# via
2626
# -r requirements/test.txt
2727
# boto3
@@ -62,7 +62,7 @@ colorama==0.4.6
6262
# -r requirements/ci.txt
6363
# -r requirements/test.txt
6464
# tox
65-
coverage[toml]==7.11.1
65+
coverage[toml]==7.11.2
6666
# via
6767
# -r requirements/ci.txt
6868
# -r requirements/test.txt
@@ -216,7 +216,7 @@ pyproject-hooks==1.2.0
216216
# -r requirements/pip-tools.txt
217217
# build
218218
# pip-tools
219-
pytest==8.4.2
219+
pytest==9.0.0
220220
# via
221221
# -r requirements/test.txt
222222
# pytest-cov

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.10.0
1212
# via django
13-
boto3==1.40.68
13+
boto3==1.40.69
1414
# via fs-s3fs
15-
botocore==1.40.68
15+
botocore==1.40.69
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.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.2
2424
# via pydata-sphinx-theme
25-
boto3==1.40.68
25+
boto3==1.40.69
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.40.68
29+
botocore==1.40.69
3030
# via
3131
# -r requirements/django.txt
3232
# boto3

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ astroid==3.3.11
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
20-
boto3==1.40.68
20+
boto3==1.40.69
2121
# via
2222
# -r requirements/django.txt
2323
# fs-s3fs
24-
botocore==1.40.68
24+
botocore==1.40.69
2525
# via
2626
# -r requirements/django.txt
2727
# boto3
@@ -43,7 +43,7 @@ code-annotations==2.3.0
4343
# via edx-lint
4444
colorama==0.4.6
4545
# via tox
46-
coverage[toml]==7.11.1
46+
coverage[toml]==7.11.2
4747
# via
4848
# -r requirements/test.in
4949
# pytest-cov
@@ -157,7 +157,7 @@ pymongo==4.15.3
157157
# edx-opaque-keys
158158
pyproject-api==1.10.0
159159
# via tox
160-
pytest==8.4.2
160+
pytest==9.0.0
161161
# via
162162
# -r requirements/test.in
163163
# pytest-cov

0 commit comments

Comments
 (0)