Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 16, 2024
1 parent 39da5e2 commit 6e7e084
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 126 deletions.
6 changes: 3 additions & 3 deletions docker/qgisserver/python/3.6/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cee-syslog-handler = "==0.6.0"
bottle = "==0.12.25"
geojson = "==2.5.0"
hupper = "==1.10.3"
jinja2 = "==3.1.4"
mako = "==1.2.2"
jinja2 = "==2.11.3"
mako = "==1.1.6"
markupsafe = "==1.1.1"
pastedeploy = "==2.1.1"
plaster = "==1.0"
Expand All @@ -33,7 +33,7 @@ venusian = "==3.0.0"
webob = "==1.8.8"
"zope.deprecation" = "==4.4.0"
"zope.interface" = "==5.2.0"
setuptools = "==70.0.0"
setuptools = "==45.2.0"

[dev-packages]
mypy = "==0.790" # lint
Expand Down
167 changes: 115 additions & 52 deletions docker/qgisserver/python/3.6/Pipfile.lock

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

2 changes: 1 addition & 1 deletion docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ geojson = "==2.5.0"
hupper = "==1.10.3"
jinja2 = "==3.1.4"
mako = "==1.2.4"
markupsafe = "==1.1.1"
markupsafe = "==2.1.5"
pastedeploy = "==2.1.1"
plaster = "==1.0"
plaster-pastedeploy = "==0.7"
Expand Down
Loading

0 comments on commit 6e7e084

Please sign in to comment.