Skip to content

Commit 12ffb82

Browse files
authored
Merge pull request #800 from openedx/repo-tools/upgrade-python-requirements-fdd7d38
chore: Upgrade Python requirements
2 parents fdd7d38 + d0ecdac commit 12ffb82

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
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.6.4
13+
coverage==7.6.7
1414
# via -r requirements/ci.in
1515
distlib==0.3.9
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==24.2.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.35.57
24+
boto3==1.35.63
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.57
28+
botocore==1.35.63
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.0
60+
code-annotations==1.8.1
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.4
69+
coverage[toml]==7.6.7
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.118.3
115+
hypothesis==6.119.1
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -262,7 +262,7 @@ sortedcontainers==2.4.0
262262
# via
263263
# -r requirements/test.txt
264264
# hypothesis
265-
sqlparse==0.5.1
265+
sqlparse==0.5.2
266266
# via
267267
# -r requirements/test.txt
268268
# django

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.35.57
13+
boto3==1.35.63
1414
# via fs-s3fs
15-
botocore==1.35.57
15+
botocore==1.35.63
1616
# via
1717
# boto3
1818
# s3transfer
@@ -76,7 +76,7 @@ six==1.16.0
7676
# fs
7777
# fs-s3fs
7878
# python-dateutil
79-
sqlparse==0.5.1
79+
sqlparse==0.5.2
8080
# via django
8181
stevedore==5.3.0
8282
# via

requirements/doc.txt

Lines changed: 3 additions & 3 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.57
25+
boto3==1.35.63
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.57
29+
botocore==1.35.63
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -147,7 +147,7 @@ sphinxcontrib-qthelp==2.0.0
147147
# via sphinx
148148
sphinxcontrib-serializinghtml==2.0.0
149149
# via sphinx
150-
sqlparse==0.5.1
150+
sqlparse==0.5.2
151151
# via
152152
# -r requirements/django.txt
153153
# django

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==75.3.0
15+
setuptools==75.5.0
1616
# 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.57
22+
boto3==1.35.63
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.57
26+
botocore==1.35.63
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.0
44+
code-annotations==1.8.1
4545
# via edx-lint
4646
colorama==0.4.6
4747
# via tox
48-
coverage[toml]==7.6.4
48+
coverage[toml]==7.6.7
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.118.3
85+
hypothesis==6.119.1
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -196,7 +196,7 @@ six==1.16.0
196196
# python-dateutil
197197
sortedcontainers==2.4.0
198198
# via hypothesis
199-
sqlparse==0.5.1
199+
sqlparse==0.5.2
200200
# via
201201
# -r requirements/django.txt
202202
# django

0 commit comments

Comments
 (0)