Skip to content

Commit

Permalink
Merge pull request #11782 from camptocamp/ghci/audit/snyk/2.7
Browse files Browse the repository at this point in the history
Audit Snyk check/fix 2.7
  • Loading branch information
geo-ghci-int[bot] authored Mar 7, 2025
2 parents 6ffe4c0 + fdc22fb commit 3d3502d
Show file tree
Hide file tree
Showing 10 changed files with 181 additions and 212 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build-runner:
docker build --target=runner --tag=camptocamp/geomapfish:$(DOCKER_TAG) \
--build-arg=MAJOR_VERSION=$(MAJOR_VERSION) --build-arg=MAJOR_MINOR_VERSION=$(MAJOR_MINOR_VERSION) --build-arg=VERSION=$(VERSION) .

QGIS_VERSION ?= latest
QGIS_VERSION ?= 3.28-gdal3.7
.PHONY: build-qgisserver
build-qgisserver: build-runner
docker tag camptocamp/geomapfish:$(DOCKER_TAG) camptocamp/geomapfish
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ idna = "==3.7"
importlib-metadata = "==4.11.4"
importlib-resources = "==5.4.0"
iso8601 = "==1.0.2"
jinja2 = "==3.1.5"
jinja2 = "==3.1.6"
jinja2-time = "==0.2.0"
jmespath = "==0.10.0"
lingua = "==4.15.0"
Expand Down Expand Up @@ -138,7 +138,7 @@ zipp = "==3.19.3"
"zope.interface" = "==5.4.0"
"zope.sqlalchemy" = "==1.6"
cryptography = "==44.0.1"
msal = "==1.24.1"
msal = "==1.27.0"

[dev-packages]
awscli = "==0.7.0" # Work with Object storage
Expand Down
166 changes: 87 additions & 79 deletions 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 doc/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docutils = "==0.17.1"
idna = "==3.7"
imagesize = "==1.3.0"
isodate = "==0.6.1"
jinja2 = "==3.1.5"
jinja2 = "==3.1.6"
jsonpointer = "==2.2"
markupsafe = "==2.0.1"
packaging = "==21.3"
Expand Down
Loading

0 comments on commit 3d3502d

Please sign in to comment.