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
7 changes: 3 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cryptography==44.0.2
# via secretstorage
diff-cover==9.2.4
# via -r requirements/dev.in
dill==0.3.9
dill==0.4.0
# via pylint
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -92,7 +92,7 @@ lxml[html-clean,html_clean]==5.3.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.1
lxml-html-clean==0.4.2
# via lxml
markdown-it-py==3.0.0
# via rich
Expand All @@ -114,7 +114,6 @@ packaging==24.2
# pyproject-api
# tox
# twine
# wheel
path==16.16.0
# via edx-i18n-tools
pbr==6.1.1
Expand Down Expand Up @@ -205,7 +204,7 @@ urllib3==2.2.3
# twine
virtualenv==20.30.0
# via tox
wheel==0.46.1
wheel==0.45.1
# via -r requirements/dev.in
zipp==3.21.0
# via importlib-metadata
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ build==1.2.2.post1
click==8.1.8
# via pip-tools
packaging==24.2
# via
# build
# wheel
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.1
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 1 addition & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#
# make upgrade
#
packaging==24.2
# via wheel
wheel==0.46.1
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ code-annotations==2.3.0
# via edx-lint
cryptography==44.0.2
# via secretstorage
dill==0.3.9
dill==0.4.0
# via pylint
docutils==0.21.2
# via readme-renderer
Expand Down