Skip to content

Commit 744ce41

Browse files
[anaconda]- Security Update for python-dotenv (GHSA-mf9w-mj56-hr94)
1 parent 31b61b5 commit 744ce41

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/anaconda/.devcontainer/apply_security_patches.sh

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

66
patched_package_versions=( "mistune=3.0.1" "aiohttp=3.10.11" "cryptography=44.0.1" "h11=0.16.0" "jinja2=3.1.6" "jupyter_core=5.8.1" "protobuf=6.33.5" "requests=2.32.4" "setuptools=78.1.1" "transformers=4.53.0" "urllib3=2.5.0" "werkzeug=3.1.5" "jupyter-lsp=2.2.2" "scrapy=2.14.2"
7-
"zipp=3.19.1" "tornado=6.5.5" "jupyterlab=4.4.8" "imagecodecs=2024.9.22" "fonttools=4.60.2" "pyarrow=17.0.0" "brotli=1.2.0" "filelock=3.20.1" "bokeh=3.8.2" "distributed=2026.1.0" "wheel=0.46.2" "nltk=3.9.3" "black=26.3.1" "pyjwt=2.12.0" "pillow=12.1.1" "pyopenssl=26.0.0" "nbconvert=7.17.0" "markdown=3.8.1")
7+
"zipp=3.19.1" "tornado=6.5.5" "jupyterlab=4.4.8" "imagecodecs=2024.9.22" "fonttools=4.60.2" "pyarrow=17.0.0" "brotli=1.2.0" "filelock=3.20.1" "bokeh=3.8.2" "distributed=2026.1.0" "wheel=0.46.2" "nltk=3.9.3" "black=26.3.1" "pyjwt=2.12.0" "pillow=12.1.1" "pyopenssl=26.0.0" "nbconvert=7.17.0" "markdown=3.8.1" "python-dotenv=1.2.2")
88

99
# Define the number of rows (based on the length of patched_package_versions)
1010
rows=${#patched_package_versions[@]}

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.15",
2+
"version": "1.3.16",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

src/anaconda/test-project/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ checkPythonPackageVersion "distributed" "2026.1.0"
6666
checkPythonPackageVersion "filelock" "3.20.1"
6767
checkPythonPackageVersion "bokeh" "3.8.2"
6868
checkPythonPackageVersion "pyjwt" "2.12.0"
69+
checkPythonPackageVersion "python-dotenv" "1.2.2"
6970

7071
checkCondaPackageVersion "pyopenssl" "26.0.0"
7172
checkCondaPackageVersion "requests" "2.32.4"
@@ -79,6 +80,7 @@ checkCondaPackageVersion "black" "26.3.1"
7980
checkCondaPackageVersion "streamlit" "1.37.0"
8081
checkCondaPackageVersion "nltk" "3.9.3"
8182
checkCondaPackageVersion "markdown" "3.8.1"
83+
checkCondaPackageVersion "python-dotenv" "1.2.2"
8284

8385
check "conda-update-conda" bash -c "conda update -y conda"
8486
check "conda-install-tensorflow" bash -c "conda create --name test-env -c conda-forge --yes tensorflow"

0 commit comments

Comments
 (0)