Skip to content

Commit 3c25481

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent ca136d4 commit 3c25481

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.9.1
1010
# via django
11-
boto3==1.40.6
11+
boto3==1.40.11
1212
# via fs-s3fs
13-
botocore==1.40.6
13+
botocore==1.40.11
1414
# via
1515
# boto3
1616
# s3transfer

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ colorama==0.4.6
1212
# via tox
1313
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.18.0
15+
filelock==3.19.1
1616
# via
1717
# tox
1818
# virtualenv
@@ -30,5 +30,5 @@ pyproject-api==1.9.1
3030
# via tox
3131
tox==4.28.4
3232
# via -r requirements/ci.in
33-
virtualenv==20.33.1
33+
virtualenv==20.34.0
3434
# via tox

requirements/test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ astroid==3.3.11
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.40.6
23+
boto3==1.40.11
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.40.6
27+
botocore==1.40.11
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -47,7 +47,7 @@ code-annotations==2.3.0
4747
# via edx-lint
4848
cookiecutter==2.6.0
4949
# via xblock-sdk
50-
coverage[toml]==7.10.3
50+
coverage[toml]==7.10.4
5151
# via pytest-cov
5252
cssselect==1.2.0
5353
# via
@@ -103,7 +103,7 @@ mako==1.3.10
103103
# via
104104
# -r requirements/base.txt
105105
# xblock
106-
markdown-it-py==3.0.0
106+
markdown-it-py==4.0.0
107107
# via rich
108108
markupsafe==3.0.2
109109
# via
@@ -127,7 +127,7 @@ parsel==1.6.0
127127
# via
128128
# -c requirements/constraints.txt
129129
# -r requirements/base.txt
130-
pbr==6.1.1
130+
pbr==7.0.0
131131
# via stevedore
132132
platformdirs==4.3.8
133133
# via pylint

0 commit comments

Comments
 (0)