Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.11.0
# via django
boto3==1.41.2
boto3==1.42.17
# via fs-s3fs
botocore==1.41.2
botocore==1.42.17
# via
# boto3
# s3transfer
cssselect==1.2.0
# via
# -c requirements/constraints.txt
# parsel
django==5.2.8
django==5.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -59,7 +59,7 @@ pytz==2025.2
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
simplejson==3.20.2
# via xblock
Expand All @@ -69,17 +69,17 @@ six==1.17.0
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via django
urllib3==2.5.0
urllib3==2.6.2
# via botocore
w3lib==2.3.1
# via parsel
web-fragments==3.1.0
# via xblock
webob==1.8.9
# via xblock
xblock[django]==5.2.0
xblock[django]==5.3.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.2
boto3==1.42.17
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.42.17
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via pytest-cov
cssselect==1.2.0
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==9.0.1
pytest==9.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -189,7 +189,7 @@ requests==2.32.5
# xblock-sdk
rich==14.2.0
# via cookiecutter
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -206,7 +206,7 @@ six==1.17.0
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand All @@ -216,9 +216,9 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.5.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand All @@ -237,7 +237,7 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==5.2.0
xblock[django]==5.3.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down