Skip to content

Commit

Permalink
v0.3.23 (#812)
Browse files Browse the repository at this point in the history
* v0.3.23

* Revert "[anaconda] Update `imagecodecs` package due to GHSA-94vc-p8w7-5p49 (#807)"

This reverts commit c5de84f.

* update lockfiles
  • Loading branch information
samruddhikhandale committed Oct 17, 2023
1 parent e402d15 commit 750f47e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 17 deletions.
4 changes: 1 addition & 3 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-r726-vmfq-j9j3
jupyter_server==2.7.2 \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.17 \
# https://github.com/advisories/GHSA-94vc-p8w7-5p49
imagecodecs==2023.9.18
urllib3==1.26.17

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Expand Down
6 changes: 3 additions & 3 deletions src/anaconda/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
}
}
}
2 changes: 1 addition & 1 deletion src/anaconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.204.4",
"version": "0.204.5",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
1 change: 0 additions & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ checkPythonPackageVersion "mpmath" "1.3.0"
checkPythonPackageVersion "aiohttp" "3.8.5"
checkPythonPackageVersion "jupyter_server" "2.7.2"
checkPythonPackageVersion "urllib3" "1.26.17"
checkPythonPackageVersion "imagecodecs" "2023.9.18"

# The `tornado` package doesn't have the `__version__` attribute so we can use the `version` attribute.
tornado_version=$(python -c "import tornado; print(tornado.version)")
Expand Down
6 changes: 3 additions & 3 deletions src/dotnet/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
}
}
}
2 changes: 1 addition & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.204.14",
"version": "1.0.0",
"variants": [
"7.0-bookworm-slim",
"7.0-bullseye-slim",
Expand Down
6 changes: 3 additions & 3 deletions src/miniconda/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.203.1",
"version": "0.203.2",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.7",
"version": "2.5.8",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down

0 comments on commit 750f47e

Please sign in to comment.