Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Merged
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: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
#
attrs==22.1.0
# via jsonschema
bcrypt==3.2.2
bcrypt==4.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Latest version needs latest pip version for new updated wheels since it moved to Rust based compilers to build its wheels. https://github.com/pyca/bcrypt/#400

# via paramiko
certifi==2022.6.15
# via requests
cffi==1.15.1
# via
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.1.1
Expand Down
7 changes: 3 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==22.1.0
# -r requirements/test.txt
# jsonschema
# pytest
bcrypt==3.2.2
bcrypt==4.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -28,7 +28,6 @@ cffi==1.15.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.1.1
Expand All @@ -45,7 +44,7 @@ cryptography==37.0.4
# -r requirements/base.txt
# -r requirements/test.txt
# paramiko
distlib==0.3.5
distlib==0.3.6
# via virtualenv
distro==1.7.0
# via
Expand Down Expand Up @@ -201,7 +200,7 @@ urllib3==1.26.12
# -r requirements/test.txt
# docker
# requests
virtualenv==20.16.3
virtualenv==20.16.4
# via tox
websocket-client==0.59.0
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==22.1.0
# jsonschema
babel==2.10.3
# via sphinx
bcrypt==3.2.2
bcrypt==4.0.0
# via
# -r requirements/base.txt
# paramiko
Expand All @@ -25,7 +25,6 @@ certifi==2022.6.15
cffi==1.15.1
# via
# -r requirements/base.txt
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.1.1
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ attrs==22.1.0
# -r requirements/base.txt
# jsonschema
# pytest
bcrypt==3.2.2
bcrypt==4.0.0
# via
# -r requirements/base.txt
# paramiko
Expand All @@ -20,7 +20,6 @@ certifi==2022.6.15
cffi==1.15.1
# via
# -r requirements/base.txt
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.1.1
Expand Down