Skip to content

Commit

Permalink
Snyk auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c2c-bot-gis-ci committed Jul 3, 2023
1 parent 8bde6d0 commit 4ef7e52
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions admin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ translationstring
babel>=2.9.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability
10 changes: 5 additions & 5 deletions doc/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 doc/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"
alabaster = "0.7.13" # theme
Pygments = "2.14.0"
Pygments = "2.15.0"
Sphinx = "6.1.3"
sphinx-prompt = "1.5.0"
sphinx-jsonschema = "1.19.1"
Expand Down
1 change: 1 addition & 0 deletions geoportal/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ transaction
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability
10 changes: 5 additions & 5 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ basicauth = "1.0.0"
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.8.4" }
# pylint = "2.15.5"
setuptools = "67.1.0"
pygments = "2.15.0"

[tool.poetry.dev-dependencies]
Babel = "2.11.0" # i18n
Expand Down

0 comments on commit 4ef7e52

Please sign in to comment.