We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfd67 commit af35181Copy full SHA for af35181
src/universal/.devcontainer/local-features/patch-conda/install.sh
@@ -54,6 +54,8 @@ sudo_if /opt/conda/bin/python3 -m pip install --upgrade pip
54
# https://github.com/advisories/GHSA-h4gh-qq45-vh27
55
update_python_package /opt/conda/bin/python3 cryptography "43.0.1"
56
57
+update_conda_package pyopenssl "25.0.0"
58
+
59
# https://github.com/advisories/GHSA-pq67-6m6q-mj2v
60
update_conda_package urllib3 "2.5.0"
61
@@ -64,4 +66,4 @@ update_conda_package requests "2.32.4"
64
66
update_conda_package setuptools "78.1.1"
65
67
68
# https://github.com/advisories/GHSA-g7vv-2v7x-gj9p
-update_python_package /opt/conda/bin/python3 tqdm "4.66.3"
69
+update_python_package /opt/conda/bin/python3 tqdm "4.66.3"
0 commit comments