Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix trial-olddeps #13725

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix trial-olddeps
  • Loading branch information
erikjohnston committed Sep 6, 2022
commit 741ff20b273711806fdc89dc66b7373fbea3d0c8
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyOpenSSL = ">=16.0.0"
PyYAML = ">=3.11"
pyasn1 = ">=0.1.9"
pyasn1-modules = ">=0.0.7"
bcrypt = ">=3.1.0"
bcrypt = ">=3.1.7"
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, meant to post this as a comment with the review:

Related to setuptools somehow? https://github.com/pyca/bcrypt#317

Have we given packagers a heads-up?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think so, but haven't digged into it terribly deeply. Either that or we can now use the abi3 wheels and so don't need to build from source 🤷

Have we given packagers a heads-up?

Will do

Pillow = ">=5.4.0"
sortedcontainers = ">=1.4.4"
pymacaroons = ">=0.13.0"
Expand Down