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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via xblock
lxml==6.0.2
lxml==6.1.1
# via xblock
mako==1.3.10
mako==1.3.12
# via xblock
markupsafe==3.0.3
# via
# mako
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2026.1.post1
pytz==2026.2
# via xblock
pyyaml==6.0.3
# via xblock
simplejson==3.20.2
simplejson==4.1.1
# via xblock
six==1.17.0
# via
# -r requirements/base.in
# fs
# python-dateutil
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.in
# xblock
webob==1.8.9
# via xblock
xblock==5.3.0
xblock==6.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.0
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.0
build==1.5.0
# via pip-tools
click==8.3.1
click==8.4.1
# via pip-tools
packaging==26.0
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
coverage[toml]==7.13.4
coverage[toml]==7.14.0
# via pytest-cov
iniconfig==2.3.0
# via pytest
packaging==26.0
packaging==26.2
# via pytest
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via pytest-cov
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
Loading