Skip to content

Commit

Permalink
Merge pull request #5071 from Netflix/dependabot/pip/pyopenssl-25.0.0
Browse files Browse the repository at this point in the history
Bump pyopenssl from 24.3.0 to 25.0.0
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
2 parents 6a79a0e + 709b5c6 commit 8b2df98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ pynacl==1.5.0
# via
# -r requirements-tests.txt
# paramiko
pyopenssl==24.3.0
pyopenssl==25.0.0
# via
# -r requirements-tests.txt
# acme
Expand Down Expand Up @@ -841,6 +841,7 @@ typing-extensions==4.11.0
# mypy
# pydantic
# pydantic-core
# pyopenssl
tzdata==2024.1
# via
# -r requirements-tests.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ pynacl==1.5.0
# via
# -r requirements-tests.txt
# paramiko
pyopenssl==24.3.0
pyopenssl==25.0.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down Expand Up @@ -885,6 +885,7 @@ typing-extensions==4.11.0
# mypy
# pydantic
# pydantic-core
# pyopenssl
tzdata==2024.1
# via
# -r requirements-tests.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ pynacl==1.5.0
# via
# -r requirements.txt
# paramiko
pyopenssl==24.3.0
pyopenssl==25.0.0
# via
# -r requirements.txt
# acme
Expand Down Expand Up @@ -689,6 +689,7 @@ typing-extensions==4.11.0
# mypy
# pydantic
# pydantic-core
# pyopenssl
tzdata==2024.1
# via
# -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ pyjwt==2.9.0
# via -r requirements.in
pynacl==1.5.0
# via paramiko
pyopenssl==24.3.0
pyopenssl==25.0.0
# via
# -r requirements.in
# acme
Expand Down Expand Up @@ -355,6 +355,7 @@ typing-extensions==4.11.0
# flask-limiter
# kombu
# limits
# pyopenssl
tzdata==2024.1
# via celery
urllib3==1.26.18
Expand Down

0 comments on commit 8b2df98

Please sign in to comment.