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
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
# wheel
pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.4.1
Expand Down Expand Up @@ -70,7 +71,7 @@ tox==4.25.0
# via -r requirements/dev.in
virtualenv==20.30.0
# via tox
wheel==0.45.1
wheel==0.46.1
# via
# -r requirements/pip-tools.txt
# pip-tools
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 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.4.1
# via doc8
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ build==1.2.2.post1
click==8.1.8
# via pip-tools
packaging==24.2
# via build
# via
# build
# wheel
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.1
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading