Skip to content

Commit ba2076f

Browse files
Update CI dependencies
1 parent b0f9cd6 commit ba2076f

9 files changed

Lines changed: 58 additions & 58 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ repos:
118118
|geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter\.project}}/mapserver/data/TM_EUROPE_BORDERS-0.3\.sql
119119
)$
120120
- repo: https://github.com/astral-sh/ruff-pre-commit
121-
rev: v0.16.2
121+
rev: v0.16.3
122122
hooks:
123123
- id: ruff-format
124124
args:
@@ -138,7 +138,7 @@ repos:
138138
additional_dependencies:
139139
- prospector-profile-duplicated==1.12.0 # pypi
140140
- prospector-profile-utils==1.27.0 # pypi
141-
- ruff==0.16.2 # pypi
141+
- ruff==0.16.3 # pypi
142142
- pylint[spelling]==4.0.7 # pypi
143143
exclude: |-
144144
(?x)(
@@ -158,7 +158,7 @@ repos:
158158
- --profile=utils:pre-commit
159159
additional_dependencies:
160160
- prospector-profile-utils==1.27.0 # pypi
161-
- ruff==0.16.2 # pypi
161+
- ruff==0.16.3 # pypi
162162
exclude: |-
163163
(?x)(
164164
geoportal/c2cgeoportal_geoportal/scaffolds/[a-z_]+/\{\{cookiecutter.project\}\}/.*
@@ -177,10 +177,10 @@ repos:
177177
|\.github/publish\.yaml
178178
)$
179179
- repo: https://github.com/renovatebot/pre-commit-hooks
180-
rev: 44.27.0
180+
rev: 44.30.0
181181
hooks:
182182
- id: renovate-config-validator
183183
- repo: https://github.com/sbrunner/python-versions-hook
184-
rev: 1.3.0
184+
rev: 1.4.0
185185
hooks:
186186
- id: python-versions

ci/applications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7/c2cciutils/schema-applications.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.8.0/c2cciutils/schema-applications.json
22

33
transifex/cli:
44
type: tar

ci/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.6/c2cciutils/schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.8.0/c2cciutils/schema.json
22

33
dpkg:
44
ignored_packages:

docker/qgisserver/poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/qgisserver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pytz = "2026.3.post1"
2121
prospector = { version = "1.19.1", extras = ["with_mypy", "with_bandit", "with_ruff"] }
2222
prospector-profile-duplicated = "1.12.0"
2323
prospector-profile-utils = "1.27.0"
24-
ruff = "0.16.2"
24+
ruff = "0.16.3"
2525
types-pyyaml = "6.0.12.20260724"
2626
pytest = "9.1.1"
2727

geoportal/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geoportal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint": "10.8.1",
2929
"eslint-plugin-jsdoc": "64.1.0",
3030
"eslint-plugin-lit": "2.3.1",
31-
"eslint-plugin-storybook": "10.5.7",
31+
"eslint-plugin-storybook": "10.5.8",
3232
"eslint-plugin-wc": "3.1.0",
3333
"event-hooks-webpack-plugin": "3.1.0",
3434
"expose-loader": "5.0.1",

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ basicauth = "1.0.0"
7474
prospector = { version = "1.19.1", extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"] }
7575
prospector-profile-duplicated = "1.12.0"
7676
prospector-profile-utils = "1.27.0"
77-
ruff = "0.16.2"
77+
ruff = "0.16.3"
7878
beautifulsoup4 = "4.15.0"
7979
certifi = "2026.7.22"
8080
cryptography = "50.0.0"

0 commit comments

Comments
 (0)