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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==2.1.1
# via requests
cryptography==37.0.4
cryptography==38.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.

No breaking change in the new version.

# via paramiko
distro==1.7.0
# via docker-compose
Expand Down Expand Up @@ -44,7 +44,7 @@ pyparsing==3.0.9
# via packaging
pyrsistent==0.18.1
# via jsonschema
python-dotenv==0.20.0
python-dotenv==0.21.0
# via docker-compose
pyyaml==5.4.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click==8.1.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==37.0.4
cryptography==38.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -147,9 +147,9 @@ pyrsistent==0.18.1
# -r requirements/base.txt
# -r requirements/test.txt
# jsonschema
pytest==7.1.2
pytest==7.1.3
# via -r requirements/test.txt
python-dotenv==0.20.0
python-dotenv==0.21.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ charset-normalizer==2.1.1
# via
# -r requirements/base.txt
# requests
cryptography==37.0.4
cryptography==38.0.0
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -111,7 +111,7 @@ pyrsistent==0.18.1
# via
# -r requirements/base.txt
# jsonschema
python-dotenv==0.20.0
python-dotenv==0.21.0
# via
# -r requirements/base.txt
# docker-compose
Expand All @@ -121,7 +121,7 @@ pyyaml==5.4.1
# via
# -r requirements/base.txt
# docker-compose
readme-renderer==37.0
readme-renderer==37.1
# via -r requirements/doc.in
requests==2.28.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==2.1.1
# via
# -r requirements/base.txt
# requests
cryptography==37.0.4
cryptography==38.0.0
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -91,9 +91,9 @@ pyrsistent==0.18.1
# via
# -r requirements/base.txt
# jsonschema
pytest==7.1.2
pytest==7.1.3
# via -r requirements/test.in
python-dotenv==0.20.0
python-dotenv==0.21.0
# via
# -r requirements/base.txt
# docker-compose
Expand Down