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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -22,7 +22,7 @@ markupsafe==3.0.3
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2025.2
pytz==2026.1.post1
# via xblock
pyyaml==6.0.3
# via xblock
Expand All @@ -32,11 +32,11 @@ six==1.17.0
# via
# fs
# python-dateutil
web-fragments==3.1.0
web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
xblock==5.3.0
xblock==6.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 10 additions & 8 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.2
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.3
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
pip==26.0.1
# via pip-tools
setuptools==80.9.0
setuptools==82.0.1
# via pip-tools
26 changes: 13 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
Expand All @@ -15,35 +15,35 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.13.1
coverage[toml]==7.13.5
# via pytest-cov
dill==0.4.0
dill==0.4.1
# via pylint
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
isort==7.0.0
isort==8.0.1
# via pylint
jinja2==3.1.6
# via code-annotations
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==25.0
packaging==26.0
# via pytest
platformdirs==4.5.1
platformdirs==4.9.4
# via pylint
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
pygments==2.20.0
# via pytest
pylint==4.0.4
pylint==4.0.5
# via
# edx-lint
# pylint-celery
Expand All @@ -59,15 +59,15 @@ pylint-plugin-utils==0.9.0
# pylint-django
pytest==9.0.2
# via pytest-cov
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.3
# via code-annotations
six==1.17.0
# via edx-lint
stevedore==5.6.0
stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down