Skip to content

Commit ad1c088

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent e7a30be commit ad1c088

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.37.4
11+
boto3==1.37.9
1212
# via fs-s3fs
13-
botocore==1.37.4
13+
botocore==1.37.9
1414
# via
1515
# boto3
1616
# s3transfer
1717
cssselect==1.2.0
1818
# via parsel
19-
django==4.2.19
19+
django==4.2.20
2020
# via
2121
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2222
# openedx-django-pyfs
@@ -57,7 +57,7 @@ pytz==2025.1
5757
# via xblock
5858
pyyaml==6.0.2
5959
# via xblock
60-
s3transfer==0.11.3
60+
s3transfer==0.11.4
6161
# via boto3
6262
simplejson==3.20.1
6363
# via xblock

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluggy==1.5.0
2828
# via tox
2929
pyproject-api==1.9.0
3030
# via tox
31-
tox==4.24.1
31+
tox==4.24.2
3232
# via -r requirements/ci.in
33-
virtualenv==20.29.2
33+
virtualenv==20.29.3
3434
# via tox

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.8.2
15+
setuptools==76.0.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ asgiref==3.8.1
1414
# via
1515
# -r requirements/base.txt
1616
# django
17-
astroid==3.3.8
17+
astroid==3.3.9
1818
# via
1919
# pylint
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.37.4
23+
boto3==1.37.9
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.37.4
27+
botocore==1.37.9
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
@@ -81,7 +81,7 @@ iniconfig==2.0.0
8181
# via pytest
8282
isort==6.0.1
8383
# via pylint
84-
jinja2==3.1.5
84+
jinja2==3.1.6
8585
# via
8686
# code-annotations
8787
# cookiecutter
@@ -116,7 +116,7 @@ mccabe==0.7.0
116116
# via pylint
117117
mdurl==0.1.2
118118
# via markdown-it-py
119-
mock==5.1.0
119+
mock==5.2.0
120120
# via -r requirements/test.in
121121
openedx-django-pyfs==3.7.0
122122
# via
@@ -138,7 +138,7 @@ pycodestyle==2.12.1
138138
# via -r requirements/test.in
139139
pygments==2.19.1
140140
# via rich
141-
pylint==3.3.4
141+
pylint==3.3.5
142142
# via
143143
# edx-lint
144144
# pylint-celery
@@ -188,7 +188,7 @@ requests==2.32.3
188188
# xblock-sdk
189189
rich==13.9.4
190190
# via cookiecutter
191-
s3transfer==0.11.3
191+
s3transfer==0.11.4
192192
# via
193193
# -r requirements/base.txt
194194
# boto3

0 commit comments

Comments
 (0)