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

[deps] upgrade cryptography and pyopenssl #48766

Merged
merged 1 commit into from
Nov 19, 2024
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
6 changes: 2 additions & 4 deletions python/requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ beautifulsoup4==4.11.1
boto3==1.26.76
# Todo: investigate if we can get rid of this and exchange for ray.cloudpickle
cloudpickle==2.2.0
# Keep in sync with `ci/build/upload_build_info.sh`
cryptography==38.0.1
cryptography==42.0.5
cython==0.29.37
fastapi==0.109.2
feather-format==0.4.1
Expand Down Expand Up @@ -45,8 +44,7 @@ Pillow==10.3.0; platform_system != "Windows"
proxy.py==2.4.3
pydantic==2.5.0
pydot==1.4.2
# Keep in sync with `ci/build/upload_build_info.sh`
PyOpenSSL==23.0.0
pyopenssl==24.2.1
pygame==2.5.2
Pygments==2.18.0
pymongo==4.3.2
Expand Down
4 changes: 2 additions & 2 deletions python/requirements_compiled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ crc32c==2.3
# via -r /ray/ci/../python/requirements/ml/data-requirements.txt
crcmod==1.7
# via gsutil
cryptography==38.0.1
cryptography==42.0.5
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# adal
Expand Down Expand Up @@ -1605,7 +1605,7 @@ pyopengl==3.1.7
# via
# dm-control
# mujoco
pyopenssl==23.0.0
pyopenssl==24.2.1
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
Expand Down