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
2 changes: 1 addition & 1 deletion 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==38.0.2
cryptography==38.0.1
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.

Why are we having a downgrade here 🙄

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

cryptography==38.0.2 has been marked as yanked on PyPI so the version is automatically being downgraded. For details, see https://pypi.org/project/cryptography/#history

# via paramiko
distro==1.8.0
# via docker-compose
Expand Down
2 changes: 1 addition & 1 deletion 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==38.0.2
cryptography==38.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 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==38.0.2
cryptography==38.0.1
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -115,7 +115,7 @@ python-dotenv==0.21.0
# via
# -r requirements/base.txt
# docker-compose
pytz==2022.4
pytz==2022.5
# via babel
pyyaml==5.4.1
# via
Expand All @@ -142,7 +142,7 @@ six==1.16.0
# websocket-client
snowballstemmer==2.2.0
# via sphinx
sphinx==5.2.3
sphinx==5.3.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand All @@ -158,7 +158,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==4.0.0
stevedore==4.0.1
# via doc8
texttable==1.6.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.2
pip==22.3
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion 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==38.0.2
cryptography==38.0.1
# via
# -r requirements/base.txt
# paramiko
Expand Down