Skip to content

Commit af35181

Browse files
version update for pyopenssl
1 parent 1acfd67 commit af35181

File tree

1 file changed

+3
-1
lines changed
  • src/universal/.devcontainer/local-features/patch-conda

1 file changed

+3
-1
lines changed

src/universal/.devcontainer/local-features/patch-conda/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ sudo_if /opt/conda/bin/python3 -m pip install --upgrade pip
5454
# https://github.com/advisories/GHSA-h4gh-qq45-vh27
5555
update_python_package /opt/conda/bin/python3 cryptography "43.0.1"
5656

57+
update_conda_package pyopenssl "25.0.0"
58+
5759
# https://github.com/advisories/GHSA-pq67-6m6q-mj2v
5860
update_conda_package urllib3 "2.5.0"
5961

@@ -64,4 +66,4 @@ update_conda_package requests "2.32.4"
6466
update_conda_package setuptools "78.1.1"
6567

6668
# https://github.com/advisories/GHSA-g7vv-2v7x-gj9p
67-
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

Comments
 (0)