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 Apr 1, 2023
1 parent 3875d25 commit 0e8ba29
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
additional_dependencies:
- poetry==1.3.2 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
Expand Down Expand Up @@ -64,7 +64,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.0.2
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
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.6.2 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.3 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils[checks,publish]==1.5.1
c2cciutils[checks,publish]==1.5.2
poetry-dynamic-versioning==0.21.4
poetry-plugin-export==1.3.0
poetry-plugin-tweak-dependencies-version==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ services:
user: www-data

redis_master:
image: redis:7.0.9
image: redis:7.0.10

redis_slave:
image: redis:7.0.9
image: redis:7.0.10
command: redis-server --slaveof redis_master 6379
depends_on:
- redis_master
Expand Down
126 changes: 63 additions & 63 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ certifi = "2022.12.7"
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.9.0" }
c2cwsgiutils = { version = "5.2.2", extras = ["test_images"] }
scikit-image = { version = "0.20.0" }
pytest = "7.2.1"
pytest = "7.2.2"
testfixtures = "7.1.0"
coverage = "7.2.1"
types-redis = "4.5.1.5"
types-requests = "2.28.11.15"
coverage = "7.2.2"
types-redis = "4.5.4.1"
types-requests = "2.28.11.17"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning", "poetry-plugin-tweak-dependencies-version"]
Expand Down
8 changes: 4 additions & 4 deletions tilecloud_chain/templates/admin_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ <h2>Test</h2>
<p>See the result in <a href="/${admin_path}/test">the test page</a>.</p>

<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"
integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"
integrity="sha512-6UofPqm0QupIL0kzS/UIzekR73/luZdC6i/kXDbWnLOJoqwklBK6519iUnShaYceJ0y4FaiPtX/hRnV/X/xlUQ=="
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.7/umd/popper.min.js"
integrity="sha512-uaZ0UXmB7NHxAxQawA8Ow2wWjdsedpRu7nJRSoI2mjnwtY8V5YiCWavoIpo1AhWPMLiW5iEeavmA3JJ2+1idUg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down

0 comments on commit 0e8ba29

Please sign in to comment.