Skip to content

Commit 22ce794

Browse files
authored
init (#727)
1 parent f9bf81e commit 22ce794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN python3 -m pip install --upgrade \
2727
werkzeug==2.3.6 \
2828
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32862
2929
nbconvert==7.7.3 \
30-
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28370
31-
tornado==6.3.2 \
30+
# https://github.com/advisories/GHSA-qppv-j76h-2rpx
31+
tornado==6.3.3 \
3232
# https://github.com/advisories/GHSA-282v-666c-3fvg
3333
transformers==4.30.0 \
3434
# https://github.com/advisories/GHSA-45c4-8wx5-qw6w

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ checkPythonPackageVersion "aiohttp" "3.8.5"
4848

4949
# The `tornado` package doesn't have the `__version__` attribute so we can use the `version` attribute.
5050
tornado_version=$(python -c "import tornado; print(tornado.version)")
51-
check-version-ge "tornado-requirement" "${tornado_version}" "6.3.2"
51+
check-version-ge "tornado-requirement" "${tornado_version}" "6.3.3"
5252

5353
checkCondaPackageVersion "pyopenssl" "23.2.0"
5454
# checkCondaPackageVersion "cryptography" "41.0.2" # Disabled temporarily due to issue with conda

0 commit comments

Comments
 (0)