Skip to content

Commit 53aec30

Browse files
version update for requests and setuptools
1 parent 77c5b6c commit 53aec30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# vulnerabilities:
44
# werkzeug - [GHSA-f9vj-2wh5-fj8j]
55

6-
vulnerable_packages=( "mistune=3.0.1" "aiohttp=3.10.11" "cryptography=44.0.1" "h11=0.16.0" "imagecodecs=2023.9.18" "jinja2=3.1.6" "jupyter-core=5.8.1" "protobuf=4.25.8" "requests=2.32.5" "setuptools=80.9.0" "transformers=4.52.1" "urllib3=2.5.0" "Werkzeug=3.0.6" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \
6+
vulnerable_packages=( "mistune=3.0.1" "aiohttp=3.10.11" "cryptography=44.0.1" "h11=0.16.0" "imagecodecs=2023.9.18" "jinja2=3.1.6" "jupyter-core=5.8.1" "protobuf=4.25.8" "requests=2.32.4" "setuptools=78.1.1" "transformers=4.52.1" "urllib3=2.5.0" "Werkzeug=3.0.6" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \
77
"zipp=3.19.1" "tornado=6.4.2")
88

99
# Define the number of rows (based on the length of vulnerable_packages)

src/anaconda/test-project/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ checkPythonPackageVersion "joblib" "1.2.0"
3333
checkPythonPackageVersion "cookiecutter" "2.1.1"
3434
checkPythonPackageVersion "mistune" "2.0.3"
3535
checkPythonPackageVersion "numpy" "1.22"
36-
checkPythonPackageVersion "setuptools" "80.9.0"
36+
checkPythonPackageVersion "setuptools" "78.1.1"
3737
checkPythonPackageVersion "wheel" "0.38.1"
3838
checkPythonPackageVersion "nbconvert" "6.5.1"
3939
checkPythonPackageVersion "werkzeug" "3.0.6"
@@ -57,12 +57,12 @@ checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5757
checkPythonPackageVersion "idna" "3.7"
5858
checkPythonPackageVersion "jinja2" "3.1.4"
5959
checkPythonPackageVersion "scrapy" "2.11.2"
60-
checkPythonPackageVersion "requests" "2.32.5"
60+
checkPythonPackageVersion "requests" "2.32.4"
6161
checkPythonPackageVersion "scikit-learn" "1.5.0"
6262
checkPythonPackageVersion "zipp" "3.19.1"
6363

6464
checkCondaPackageVersion "pyopenssl" "24.2.1"
65-
checkCondaPackageVersion "requests" "2.32.5"
65+
checkCondaPackageVersion "requests" "2.32.4"
6666
checkCondaPackageVersion "pygments" "2.15.1"
6767
checkCondaPackageVersion "mpmath" "1.3.0"
6868
checkCondaPackageVersion "urllib3" "2.5.0"

0 commit comments

Comments
 (0)