Skip to content

Commit

Permalink
Audit Snyk check/fix 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-ghci-int[bot] committed Aug 12, 2024
1 parent 7a44a65 commit 3267d52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions docker/qgisserver/python/3.6/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ 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"
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
Expand Down

0 comments on commit 3267d52

Please sign in to comment.