Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 2, 2024
1 parent f96aa97 commit 6c8316a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.23
pre-commit==3.8.0
pre-commit==4.0.1
2 changes: 1 addition & 1 deletion CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- HAPROXY_LOGGING_OPTIONS

print:
image: camptocamp/mapfish_print:3.30
image: camptocamp/mapfish_print:3.31
user: www-data
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cciutils[checks,publish]==1.6.23
pre-commit==3.8.0
pre-commit==4.0.1
2 changes: 1 addition & 1 deletion docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- HAPROXY_LOGGING_OPTIONS

print:
image: camptocamp/mapfish_print:3.30
image: camptocamp/mapfish_print:3.31
user: www-data
restart: unless-stopped
environment:
Expand Down

0 comments on commit 6c8316a

Please sign in to comment.