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 15, 2024
1 parent 7a44a65 commit 39da5e2
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ujson = "==5.4.0"
urllib3 = "==1.26.19"
venusian = "==3.0.0"
waitress = "==2.1.2"
webob = "==1.8.7"
webob = "==1.8.8"
"zope.deprecation" = "==4.4.0"
# Lock dependencies
pyramid-debugtoolbar = "==4.9"
Expand Down
80 changes: 40 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 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"
webob = "==1.8.8"
"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
8 changes: 4 additions & 4 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"
webob = "==1.8.8"
"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 39da5e2

Please sign in to comment.