diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 2f2b06da2..3b28549a6 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -326,4 +326,5 @@ _Nothing merged in CLI during this sprint_ # 2023-11-6 - 2023-11-17 - Updated Pillow package version to address vulnerabities ([#1486](https://github.com/ScilifelabDataCentre/dds_web/pull/1486)) +- Updated urllib3 package version to address vulnerabities ([#1487](https://github.com/ScilifelabDataCentre/dds_web/pull/1487)) - Updated PostCss Node package to address vulnerabities ([#1489](https://github.com/ScilifelabDataCentre/dds_web/pull/1489)) diff --git a/requirements.txt b/requirements.txt index 1b85e6504..69d9d4fa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ SQLAlchemy==1.4.31 structlog==21.5.0 tzdata==2021.5 tzlocal==4.1 -urllib3==1.26.8 +urllib3==1.26.18 visitor==0.1.3 Werkzeug==2.2.3 wrapt==1.13.3