From 39efa33dcd7dac2d625fa605e47bda90523f554d Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:51:04 +0000 Subject: [PATCH] Audit Snyk check/fix 2.6 --- docker/qgisserver/python/3.6/Pipfile | 11 +++++------ docker/qgisserver/python/3.8/Pipfile | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docker/qgisserver/python/3.6/Pipfile b/docker/qgisserver/python/3.6/Pipfile index 2e958d18d7f..eb641fd5b75 100644 --- a/docker/qgisserver/python/3.6/Pipfile +++ b/docker/qgisserver/python/3.6/Pipfile @@ -18,28 +18,27 @@ cee-syslog-handler = "==0.6.0" bottle = "==0.12.25" geojson = "==2.5.0" hupper = "==1.10.3" -jinja2 = "==2.11.3" -mako = "==1.1.6" +jinja2 = "==3.1.4" +mako = "==1.2.2" markupsafe = "==1.1.1" pastedeploy = "==2.1.1" plaster = "==1.0" plaster-pastedeploy = "==0.7" pyramid = "==1.10.8" -pyyaml = "==5.3.1" -redis = "==3.5.3" +pyyaml = "==5.4" +redis = "==4.3.6" six = "==1.15.0" translationstring = "==1.4" venusian = "==3.0.0" webob = "==1.8.7" "zope.deprecation" = "==4.4.0" "zope.interface" = "==5.2.0" -setuptools = "==45.2.0" +setuptools = "==70.0.0" [dev-packages] mypy = "==0.790" # lint prospector = {extras = ["with_mypy", "with_bandit"],version = "==1.3.1"} flake8 = "==3.8.4" - # Lock dependencies dodgy = "==0.2.1" flake8-polyfill = "==1.0.2" diff --git a/docker/qgisserver/python/3.8/Pipfile b/docker/qgisserver/python/3.8/Pipfile index c2156637fe4..b7465281dd4 100644 --- a/docker/qgisserver/python/3.8/Pipfile +++ b/docker/qgisserver/python/3.8/Pipfile @@ -18,7 +18,7 @@ cee-syslog-handler = "==0.6.0" bottle = "==0.12.25" geojson = "==2.5.0" hupper = "==1.10.3" -jinja2 = "==2.11.3" +jinja2 = "==3.1.4" mako = "==1.2.4" markupsafe = "==1.1.1" pastedeploy = "==2.1.1" @@ -26,14 +26,14 @@ plaster = "==1.0" plaster-pastedeploy = "==0.7" pyramid = "==1.10.8" pyyaml = "==5.4.1" -redis = "==3.5.3" +redis = "==4.3.6" six = "==1.15.0" translationstring = "==1.4" venusian = "==3.0.0" webob = "==1.8.7" "zope.deprecation" = "==4.4.0" "zope.interface" = "==5.2.0" -setuptools = "==45.2.0" +setuptools = "==70.0.0" [dev-packages] mypy = "==0.790" # lint