Skip to content

Commit 14d3014

Browse files
chore: Upgrade Python requirements
1 parent 98fbc7f commit 14d3014

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

requirements/ci.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-
cachetools==6.2.0
7+
cachetools==6.2.1
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
coverage==7.10.7
13+
coverage==7.11.0
1414
# via -r requirements/ci.in
1515
distlib==0.4.0
1616
# via virtualenv

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.4.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.40.50
24+
boto3==1.40.55
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.40.50
28+
botocore==1.40.55
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -34,7 +34,7 @@ build==1.3.0
3434
# via
3535
# -r requirements/pip-tools.txt
3636
# pip-tools
37-
cachetools==6.2.0
37+
cachetools==6.2.1
3838
# via
3939
# -r requirements/ci.txt
4040
# -r requirements/test.txt
@@ -66,7 +66,7 @@ colorama==0.4.6
6666
# -r requirements/ci.txt
6767
# -r requirements/test.txt
6868
# tox
69-
coverage[toml]==7.10.7
69+
coverage[toml]==7.11.0
7070
# via
7171
# -r requirements/ci.txt
7272
# -r requirements/test.txt
@@ -112,9 +112,9 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.140.3
115+
hypothesis==6.142.1
116116
# via -r requirements/test.txt
117-
iniconfig==2.1.0
117+
iniconfig==2.3.0
118118
# via
119119
# -r requirements/test.txt
120120
# pytest

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.50
13+
boto3==1.40.55
1414
# via fs-s3fs
15-
botocore==1.40.50
15+
botocore==1.40.55
1616
# via
1717
# boto3
1818
# s3transfer

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.2
2424
# via pydata-sphinx-theme
25-
boto3==1.40.50
25+
boto3==1.40.55
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.40.50
29+
botocore==1.40.55
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
3333
# s3transfer
3434
certifi==2025.10.5
3535
# via requests
36-
charset-normalizer==3.4.3
36+
charset-normalizer==3.4.4
3737
# via requests
3838
django==4.2.25
3939
# via
@@ -59,7 +59,7 @@ fs-s3fs==1.1.1
5959
# via
6060
# -r requirements/django.txt
6161
# openedx-django-pyfs
62-
idna==3.10
62+
idna==3.11
6363
# via requests
6464
imagesize==1.4.1
6565
# via sphinx

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ astroid==3.3.11
1919
# pylint-celery
2020
attrs==25.4.0
2121
# via hypothesis
22-
boto3==1.40.50
22+
boto3==1.40.55
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.40.50
26+
botocore==1.40.55
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
3030
# s3transfer
31-
cachetools==6.2.0
31+
cachetools==6.2.1
3232
# via tox
3333
chardet==5.2.0
3434
# via
@@ -45,7 +45,7 @@ code-annotations==2.3.0
4545
# via edx-lint
4646
colorama==0.4.6
4747
# via tox
48-
coverage[toml]==7.10.7
48+
coverage[toml]==7.11.0
4949
# via
5050
# -r requirements/test.in
5151
# pytest-cov
@@ -82,9 +82,9 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.140.3
85+
hypothesis==6.142.1
8686
# via -r requirements/test.in
87-
iniconfig==2.1.0
87+
iniconfig==2.3.0
8888
# via pytest
8989
isort==6.1.0
9090
# via pylint

0 commit comments

Comments
 (0)