Skip to content

Commit

Permalink
Audit Snyk check/fix 2.6 (#11304)
Browse files Browse the repository at this point in the history
* Audit Snyk check/fix 2.6

* Fix lock

* Fix build

---------

Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
  • Loading branch information
geo-ghci-int[bot] and sbrunner authored Aug 16, 2024
1 parent 7a44a65 commit f83153a
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 173 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.

2 changes: 1 addition & 1 deletion docker/qgisserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY logging.ini /var/www/
COPY --from=camptocamp/geomapfish /opt/c2cgeoportal/commons /opt/c2cgeoportal/commons

RUN python3 -m pip install --disable-pip-version-check --no-cache-dir --no-deps \
--editable=/opt/c2cgeoportal/commons
/opt/c2cgeoportal/commons

ENV LOG_LEVEL=INFO \
LOG_TYPE=console \
Expand Down
7 changes: 3 additions & 4 deletions docker/qgisserver/python/3.6/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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"
Expand All @@ -39,7 +39,6 @@ setuptools = "==45.2.0"
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
Loading

0 comments on commit f83153a

Please sign in to comment.