Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography from 42.0.2 to 42.0.4 #2968

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile requirements.in
#
ansible==9.2.0
# via -r requirements.in
# via -r deploy/requirements.in
ansible-core==2.16.3
# via ansible
cachetools==5.3.2
Expand All @@ -18,7 +18,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
cryptography==42.0.4
# via
# ansible-core
# pyopenssl
Expand All @@ -28,13 +28,13 @@ idna==3.6
# via requests
jinja2==3.1.3
# via
# -r requirements.in
# -r deploy/requirements.in
# ansible-core
# jinja2-base64-filters
jinja2-base64-filters==0.1.4
# via -r requirements.in
# via -r deploy/requirements.in
kubernetes==29.0.0
# via -r requirements.in
# via -r deploy/requirements.in
markupsafe==2.1.5
# via jinja2
oauthlib==3.2.2
Expand All @@ -52,12 +52,12 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pyopenssl==24.0.0
# via -r requirements.in
# via -r deploy/requirements.in
python-dateutil==2.8.2
# via kubernetes
pyyaml==6.0.1
# via
# -r requirements.in
# -r deploy/requirements.in
# ansible-core
# kubernetes
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ colorama==0.4.6
# -r dev-requirements.in
# mkdocs-material
# tox
cryptography==42.0.2
cryptography==42.0.4
# via
# pyopenssl
# types-pyopenssl
Expand Down
10 changes: 5 additions & 5 deletions maintenance/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
cryptography==42.0.4
# via pyopenssl
dnspython==2.5.0
# via pymongo
google-auth==2.27.0
# via kubernetes
humanfriendly==10.0
# via -r requirements.in
# via -r maintenance/requirements.in
idna==3.6
# via requests
kubernetes==29.0.0
# via -r requirements.in
# via -r maintenance/requirements.in
oauthlib==3.2.2
# via
# kubernetes
Expand All @@ -39,9 +39,9 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pymongo==4.6.1
# via -r requirements.in
# via -r maintenance/requirements.in
pyopenssl==24.0.0
# via -r requirements.in
# via -r maintenance/requirements.in
python-dateutil==2.8.2
# via kubernetes
pyyaml==6.0.1
Expand Down
Loading