You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip-audit --fix updates not only package versions but also package hashes.
Screenshots and logs
before
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes --resolver=backtracking --strip-extras
#
async-timeout==4.0.2 \
--hash=sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 \
--hash=sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c
# via redis
redis==4.4.3 \
--hash=sha256:9ba159120f909198e8a53053b0fb2e1593decfe1404d17589c7039e186489d48 \
--hash=sha256:ff1345ad81bfafc41374b7089b5a6d37d862a4ce101c139e5675f31cf46b5539
# via -r requirements.in
after
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes --resolver=backtracking --strip-extras
#
async-timeout==4.0.2 \
--hash=sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 \
--hash=sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c
# via redis
redis==4.4.4 \
--hash=sha256:9ba159120f909198e8a53053b0fb2e1593decfe1404d17589c7039e186489d48 \
--hash=sha256:ff1345ad81bfafc41374b7089b5a6d37d862a4ce101c139e5675f31cf46b5539
# via -r requirements.in
Platform information
OS name and version: Arch Linux
pip-audit version (pip-audit -V): pip-audit 2.5.4
Python version (python -V or python3 -V): Python 3.10.10
pip version (pip -V or pip3 -V): pip 23.0.1
Additional context
The text was updated successfully, but these errors were encountered:
@di We discussed this issue briefly yesterday. I can confirm that we've never supported this before so this isn't a 2.5.x regression. I think it's still worth making this one a priority though.
Bug description
pip-audit
--fix
does not update package hashesReproduction steps
Expected behavior
pip-audit
--fix
updates not only package versions but also package hashes.Screenshots and logs
before
after
Platform information
pip-audit
version (pip-audit -V
): pip-audit 2.5.4python -V
orpython3 -V
): Python 3.10.10pip
version (pip -V
orpip3 -V
): pip 23.0.1Additional context
The text was updated successfully, but these errors were encountered: