Skip to content

Commit

Permalink
Fix lock, [MEDIUM] [email protected]: SNYK-PYTHON-FIONA-7462744 CWE-400 [F…
Browse files Browse the repository at this point in the history
…ixed in: 1.10b2]
  • Loading branch information
sbrunner committed Sep 17, 2024
1 parent 87494b1 commit 810713f
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 141 deletions.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM base-all as runner

RUN --mount=type=cache,target=/root/.cache \
--mount=type=bind,from=poetry,source=/tmp,target=/poetry \
PIP_NO_BINARY=fiona python3 -m pip install --disable-pip-version-check --no-deps --requirement=/poetry/requirements.txt \
python3 -m pip install --disable-pip-version-check --no-deps --requirement=/poetry/requirements.txt \
&& (strip /usr/local/lib/python3.*/dist-packages/*/*.so || true) \
&& pip freeze > /requirements.txt

Expand Down
113 changes: 34 additions & 79 deletions docker/config/poetry.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/config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
c2c-template = "2.3.0"
fiona = "1.8.22"
fiona = "1.10.1"
defusedxml = "0.7.1"
lxml = "4.9.4"
jinja2 = "3.1.4"
Expand Down
12 changes: 6 additions & 6 deletions docker/qgisserver/python/3.10/Pipfile.lock

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

Loading

0 comments on commit 810713f

Please sign in to comment.