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] authored Oct 1, 2023
1 parent bed5583 commit 0072ffc
Show file tree
Hide file tree
Showing 12 changed files with 382 additions and 196 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0.4.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.5
16 changes: 13 additions & 3 deletions doc/poetry.lock

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

Loading

0 comments on commit 0072ffc

Please sign in to comment.