Skip to content

Commit f575b67

Browse files
edx-requirements-botAgrendalath
authored andcommitted
chore: Upgrade Python requirements
1 parent 04dae21 commit f575b67

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
#
77
appdirs==1.4.4
88
# via fs
9-
asgiref==3.9.2
9+
asgiref==3.10.0
1010
# via django
11-
boto3==1.40.40
11+
boto3==1.40.45
1212
# via fs-s3fs
13-
botocore==1.40.40
13+
botocore==1.40.45
1414
# via
1515
# boto3
1616
# s3transfer
1717
cssselect==1.2.0
1818
# via
1919
# -c requirements/constraints.txt
2020
# parsel
21-
django==4.2.24
21+
django==4.2.25
2222
# via
23-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
23+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2424
# openedx-django-pyfs
2525
fs==2.4.16
2626
# via

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluggy==1.6.0
2828
# via tox
2929
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.30.2
31+
tox==4.30.3
3232
# via -r requirements/ci.in
3333
virtualenv==20.34.0
3434
# via tox

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.5.0
13+
pip-tools==7.5.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==24.2
12-
# via
13-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14-
# -r requirements/pip.in
11+
pip==25.2
12+
# via -r requirements/pip.in
1513
setuptools==80.9.0
1614
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appdirs==1.4.4
1010
# fs
1111
arrow==1.3.0
1212
# via cookiecutter
13-
asgiref==3.9.2
13+
asgiref==3.10.0
1414
# via
1515
# -r requirements/base.txt
1616
# django
@@ -20,16 +20,16 @@ astroid==3.3.11
2020
# pylint-celery
2121
binaryornot==0.4.4
2222
# via cookiecutter
23-
boto3==1.40.40
23+
boto3==1.40.45
2424
# via
2525
# -r requirements/base.txt
2626
# fs-s3fs
27-
botocore==1.40.40
27+
botocore==1.40.45
2828
# via
2929
# -r requirements/base.txt
3030
# boto3
3131
# s3transfer
32-
certifi==2025.8.3
32+
certifi==2025.10.5
3333
# via requests
3434
chardet==5.2.0
3535
# via binaryornot
@@ -57,7 +57,7 @@ cssselect==1.2.0
5757
dill==0.4.0
5858
# via pylint
5959
# via
60-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
60+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
6161
# -r requirements/base.txt
6262
# openedx-django-pyfs
6363
# xblock-sdk
@@ -78,7 +78,7 @@ idna==3.10
7878
# via requests
7979
iniconfig==2.1.0
8080
# via pytest
81-
isort==6.0.1
81+
isort==6.1.0
8282
# via pylint
8383
jinja2==3.1.6
8484
# via
@@ -139,7 +139,7 @@ pygments==2.19.2
139139
# via
140140
# pytest
141141
# rich
142-
pylint==3.3.8
142+
pylint==3.3.9
143143
# via
144144
# edx-lint
145145
# pylint-celery

0 commit comments

Comments
 (0)