Skip to content
Open
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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.2
filelock==3.29.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.1
# via
# pyproject-api
# tox
Expand All @@ -34,7 +34,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.1
tox==4.53.0
# via -r requirements/ci.in
virtualenv==21.2.1
virtualenv==21.2.4
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
chardet==7.4.1
chardet==7.4.3
# via diff-cover
click==8.3.2
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ django==5.2.13
# -r requirements/quality.txt
edx-lint==6.0.0
# via -r requirements/quality.txt
filelock==3.25.2
filelock==3.29.0
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -92,7 +92,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/quality.txt
packaging==26.0
packaging==26.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -205,9 +205,9 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.52.1
tox==4.53.0
# via -r requirements/ci.txt
virtualenv==21.2.1
virtualenv==21.2.4
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ more-itertools==11.0.2
# jaraco-functools
nh3==0.3.4
# via readme-renderer
packaging==26.0
packaging==26.1
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
packaging==26.0
packaging==26.1
# via
# build
# wheel
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
packaging==26.0
packaging==26.1
# via wheel
wheel==0.46.3
# via -r requirements/pip.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.txt
packaging==26.0
packaging==26.1
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ markupsafe==3.0.3
# jinja2
mock==5.2.0
# via -r requirements/test.in
packaging==26.0
packaging==26.1
# via pytest
pluggy==1.6.0
# via
Expand Down
Loading