File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
5050tornado_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
5353checkCondaPackageVersion " pyopenssl" " 23.2.0"
5454# checkCondaPackageVersion "cryptography" "41.0.2" # Disabled temporarily due to issue with conda
You can’t perform that action at this time.
0 commit comments