Skip to content
Open
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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ charset-normalizer==3.4.4 \
--hash=sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e \
--hash=sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608
# via requests
click==8.3.0 \
--hash=sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc \
--hash=sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4
click==8.3.1 \
--hash=sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a \
--hash=sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6
Comment on lines +140 to +142

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This PR updates click to version 8.3.1, which does not appear to be a valid release. The latest version on PyPI is 8.1.7. This seems to be caused by an issue with Renovate's data source, as the base branch also contains a non-existent version (8.3.0).

Merging this would cause dependency installation to fail. I've suggested a fix that downgrades click to the latest valid version, 8.1.7, and includes the correct hashes. This will resolve the issue in this PR and the pre-existing issue on the base branch.

click==8.1.7 \
    --hash=sha256:2272923627c699710de0d97d186f217921343d956d5843b4467c36ba6d24d0b2 \
    --hash=sha256:4d2c1a83c36f29f17a8e3355243f4454a4a42a64e0340831f24b259a0c173887

# via
# -r requirements.in
# pip-tools
Expand Down