Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent 14b62c7 commit 0f3a7f8
Show file tree
Hide file tree
Showing 12 changed files with 495 additions and 553 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
additional_dependencies:
- poetry==1.6.1 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: |-
Expand All @@ -58,11 +58,11 @@ repos:
args:
- --ignore-words=.github/spell-ignore-words.txt
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.3
hooks:
- id: prettier
additional_dependencies:
- prettier@3.0.1 # npm
- prettier@3.0.3 # npm
- prettier-plugin-sh@0.12.8 # npm
- prettier-plugin-toml@1.0.0 # npm
exclude: |-
Expand All @@ -74,7 +74,7 @@ repos:
|^CHANGELOG\.md$
)
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -98,7 +98,7 @@ repos:
- --builtin-schema
- github-workflows-require-timeout
- repo: https://github.com/sirwart/ripsecrets
rev: v0.1.5
rev: v0.1.7
hooks:
- id: ripsecrets
exclude: |-
Expand Down Expand Up @@ -132,7 +132,7 @@ repos:
|upgrade)
)$
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
- repo: https://github.com/PyCQA/isort
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base of all section, install the apt packages
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.1 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.2 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
Expand Down
16 changes: 8 additions & 8 deletions admin/package-lock.json

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

4 changes: 2 additions & 2 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@snyk/protect": "1.1199.0",
"bootstrap": "3.4.1",
"bootstrap-table": "1.22.1",
"jquery": "3.7.0",
"jquery": "3.7.1",
"jquery.scrollintoview": "1.9.4",
"jstree": "3.3.15",
"jstree": "3.3.16",
"jstreegrid": "3.10.2",
"magicsuggest-alpine": "1.0.0",
"typeahead.js": "0.11.1"
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements-back.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==5.3.1
docker-compose==1.29.2
wheel==0.41.1
urllib3==2.0.4
wheel==0.41.2
urllib3==2.0.6
380 changes: 61 additions & 319 deletions doc/poetry.lock

Large diffs are not rendered by default.

306 changes: 241 additions & 65 deletions docker/qgisserver/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docker/qgisserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors = []

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
c2cwsgiutils = { extras = ["broadcast"], version = "6.0.0.dev148" }
c2cwsgiutils = { extras = ["broadcast"], version = "6.0.4" }
papyrus = "2.5" # commons
transaction = "3.1.0" # commons
"c2c.template" = "2.3.0"
Expand All @@ -34,11 +34,11 @@ SQLAlchemy = "1.4.49" # commons
"zope.sqlalchemy" = "3.0" # commons
shapely = "2.0.1"
cee-syslog-handler = "0.6.0"
psycopg2 = "2.9.7"
pytz = "2023.3"
psycopg2 = "2.9.9"
pytz = "2023.3.post1"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.2" }
# pylint = "2.15.5"
types-pyyaml = "6.0.12.11"
pytest = "7.4.0"
types-pyyaml = "6.0.12.12"
pytest = "7.4.2"
48 changes: 24 additions & 24 deletions geoportal/package-lock.json

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

4 changes: 2 additions & 2 deletions geoportal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"angular-gettext-tools": "2.5.3",
"commander": "11.0.0",
"eslint": "8.46.0",
"ngeo": "2.9.0-latest.20230906T091516Z.ca7e00971",
"ngeo": "2.9.0-latest.20231002T161242Z.3b0694321",
"puppeteer": "21.3.6",
"url-parse": "1.5.10"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "7.22.10"
"@babel/plugin-transform-typescript": "7.22.15"
}
}
Loading

0 comments on commit 0f3a7f8

Please sign in to comment.