Skip to content

Commit 95645bc

Browse files
authored
Merge pull request #841 from openedx/repo-tools/upgrade-python-requirements-86eee4b
chore: Upgrade Python requirements
2 parents 86eee4b + e129a0c commit 95645bc

7 files changed

Lines changed: 26 additions & 26 deletions

File tree

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==5.5.2
7+
cachetools==6.0.0
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
13-
coverage==7.8.0
13+
coverage==7.8.2
1414
# via -r requirements/ci.in
1515
distlib==0.3.9
1616
# via virtualenv

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.38.18
24+
boto3==1.38.23
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.38.18
28+
botocore==1.38.23
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -34,7 +34,7 @@ build==1.2.2.post1
3434
# via
3535
# -r requirements/pip-tools.txt
3636
# pip-tools
37-
cachetools==5.5.2
37+
cachetools==6.0.0
3838
# via
3939
# -r requirements/ci.txt
4040
# -r requirements/test.txt
@@ -45,7 +45,7 @@ chardet==5.2.0
4545
# -r requirements/test.txt
4646
# diff-cover
4747
# tox
48-
click==8.2.0
48+
click==8.2.1
4949
# via
5050
# -r requirements/pip-tools.txt
5151
# -r requirements/test.txt
@@ -66,14 +66,14 @@ colorama==0.4.6
6666
# -r requirements/ci.txt
6767
# -r requirements/test.txt
6868
# tox
69-
coverage[toml]==7.8.0
69+
coverage[toml]==7.8.2
7070
# via
7171
# -r requirements/ci.txt
7272
# -r requirements/test.txt
7373
# pytest-cov
7474
ddt==1.7.2
7575
# via -r requirements/test.txt
76-
diff-cover==9.2.4
76+
diff-cover==9.3.0
7777
# via -r requirements/test.txt
7878
dill==0.4.0
7979
# via
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.131.18
115+
hypothesis==6.131.27
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# via
@@ -245,7 +245,7 @@ pyyaml==6.0.2
245245
# via
246246
# -r requirements/test.txt
247247
# code-annotations
248-
s3transfer==0.12.0
248+
s3transfer==0.13.0
249249
# via
250250
# -r requirements/test.txt
251251
# boto3

requirements/django.txt

Lines changed: 3 additions & 3 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.38.18
13+
boto3==1.38.23
1414
# via fs-s3fs
15-
botocore==1.38.18
15+
botocore==1.38.23
1616
# via
1717
# boto3
1818
# s3transfer
@@ -66,7 +66,7 @@ pytz==2025.2
6666
# via -r requirements/base.txt
6767
pyyaml==6.0.2
6868
# via -r requirements/base.txt
69-
s3transfer==0.12.0
69+
s3transfer==0.13.0
7070
# via boto3
7171
simplejson==3.20.1
7272
# via -r requirements/base.txt

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.13.4
2424
# via pydata-sphinx-theme
25-
boto3==1.38.18
25+
boto3==1.38.23
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.38.18
29+
botocore==1.38.23
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -116,7 +116,7 @@ requests==2.32.3
116116
# via sphinx
117117
roman-numerals-py==3.1.0
118118
# via sphinx
119-
s3transfer==0.12.0
119+
s3transfer==0.13.0
120120
# via
121121
# -r requirements/django.txt
122122
# boto3

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.2.0
9+
click==8.2.1
1010
# via pip-tools
1111
packaging==25.0
1212
# via build

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ 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==80.7.1
15+
setuptools==80.8.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ astroid==3.3.10
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.38.18
22+
boto3==1.38.23
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.38.18
26+
botocore==1.38.23
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
3030
# s3transfer
31-
cachetools==5.5.2
31+
cachetools==6.0.0
3232
# via tox
3333
chardet==5.2.0
3434
# via
3535
# diff-cover
3636
# tox
37-
click==8.2.0
37+
click==8.2.1
3838
# via
3939
# click-log
4040
# code-annotations
@@ -45,13 +45,13 @@ code-annotations==2.3.0
4545
# via edx-lint
4646
colorama==0.4.6
4747
# via tox
48-
coverage[toml]==7.8.0
48+
coverage[toml]==7.8.2
4949
# via
5050
# -r requirements/test.in
5151
# pytest-cov
5252
ddt==1.7.2
5353
# via -r requirements/test.in
54-
diff-cover==9.2.4
54+
diff-cover==9.3.0
5555
# via -r requirements/test.in
5656
dill==0.4.0
5757
# via pylint
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.131.18
85+
hypothesis==6.131.27
8686
# via -r requirements/test.in
8787
iniconfig==2.1.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.12.0
184+
s3transfer==0.13.0
185185
# via
186186
# -r requirements/django.txt
187187
# boto3

0 commit comments

Comments
 (0)