Skip to content

Commit cd2eeb2

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent b34d793 commit cd2eeb2

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.11.1
1010
# via django
11-
boto3==1.43.36
11+
boto3==1.43.40
1212
# via fs-s3fs
13-
botocore==1.43.36
13+
botocore==1.43.40
1414
# via
1515
# boto3
1616
# s3transfer
@@ -33,7 +33,7 @@ jmespath==1.1.0
3333
# via
3434
# boto3
3535
# botocore
36-
lazy==1.6
36+
lazy==2.0
3737
# via xblock
3838
lxml==6.1.1
3939
# via xblock
@@ -66,9 +66,9 @@ six==1.17.0
6666
# python-dateutil
6767
sqlparse==0.5.5
6868
# via django
69-
stevedore==5.8.0
69+
stevedore==5.9.0
7070
# via edx-opaque-keys
71-
typing-extensions==4.15.0
71+
typing-extensions==4.16.0
7272
# via edx-opaque-keys
7373
urllib3==2.7.0
7474
# via botocore

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ colorama==0.4.6
1010
# via tox
1111
distlib==0.4.3
1212
# via virtualenv
13-
filelock==3.29.4
13+
filelock==3.29.5
1414
# via
1515
# python-discovery
1616
# tox
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.10.1
3030
# via tox
31-
python-discovery==1.4.2
31+
python-discovery==1.4.3
3232
# via
3333
# tox
3434
# virtualenv

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ wheel==0.47.0
1212
# The following packages are considered to be unsafe in a requirements file:
1313
pip==26.1.2
1414
# via -r requirements/pip.in
15-
setuptools==82.0.1
15+
setuptools==83.0.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ astroid==4.0.4
2020
# pylint-celery
2121
binaryornot==0.6.0
2222
# via cookiecutter
23-
boto3==1.43.36
23+
boto3==1.43.40
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.43.36
27+
botocore==1.43.40
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -45,7 +45,7 @@ code-annotations==3.0.0
4545
# via edx-lint
4646
cookiecutter==2.7.1
4747
# via xblock-sdk
48-
coverage[toml]==7.14.3
48+
coverage[toml]==7.15.0
4949
# via pytest-cov
5050
dill==0.4.1
5151
# via pylint
@@ -90,7 +90,7 @@ jmespath==1.1.0
9090
# -r requirements/base.txt
9191
# boto3
9292
# botocore
93-
lazy==1.6
93+
lazy==2.0
9494
# via
9595
# -r requirements/base.txt
9696
# xblock
@@ -209,7 +209,7 @@ sqlparse==0.5.5
209209
# via
210210
# -r requirements/base.txt
211211
# django
212-
stevedore==5.8.0
212+
stevedore==5.9.0
213213
# via
214214
# -r requirements/base.txt
215215
# code-annotations
@@ -220,7 +220,7 @@ tomlkit==0.15.0
220220
# via
221221
# edx-lint
222222
# pylint
223-
typing-extensions==4.15.0
223+
typing-extensions==4.16.0
224224
# via
225225
# -r requirements/base.txt
226226
# edx-opaque-keys

0 commit comments

Comments
 (0)