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 3, 2023
1 parent cb3a88a commit fb7cd19
Show file tree
Hide file tree
Showing 13 changed files with 498 additions and 556 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:
- [email protected].1 # npm
- [email protected].3 # npm
- [email protected] # npm
- [email protected] # 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 "[email protected]"

# 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"
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.0
image: bitnami/redis:7.0.13
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.0
image: bitnami/redis:7.0.13
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -173,7 +173,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.0
image: bitnami/redis-sentinel:7.0.13
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down
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.20231003T134741Z.2fffea42c",
"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 fb7cd19

Please sign in to comment.