diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a7d6bcf7..2819774cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.2 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows @@ -58,7 +58,7 @@ repos: - github-workflows-require-timeout - id: check-renovate additional_dependencies: - - pyjson5==1.6.4 # pypi + - pyjson5==1.6.5 # pypi - repo: https://github.com/sirwart/ripsecrets rev: v0.1.7 hooks: diff --git a/Dockerfile b/Dockerfile index 94140b088..9dc5d22fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 as base-all +FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.3 as base-all LABEL maintainer Camptocamp "info@camptocamp.com" SHELL ["/bin/bash", "-o", "pipefail", "-cux"] diff --git a/ci/config.yaml b/ci/config.yaml index f4280018c..cca0cd286 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.12/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.14/c2cciutils/schema.json publish: docker: diff --git a/ci/requirements.txt b/ci/requirements.txt index 8d126dac4..95c7a952b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.12 +c2cciutils[checks,publish]==1.6.13 pre-commit==3.6.0 poetry-dynamic-versioning==1.2.0 poetry-plugin-export==1.6.0 diff --git a/pyproject.toml b/pyproject.toml index a80de3879..44164211c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main" python = ">=3.9,<3.12" azure-storage-blob = { version = "12.19.0", optional = true } azure-identity = { version = "1.15.0", optional = true } -boto3 = { version = "1.34.11", optional = true } +boto3 = { version = "1.34.15", optional = true } bottle = "0.12.25" prometheus_client = { version = "0.19.0", optional = true } Pillow = "10.1.0" @@ -73,11 +73,11 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] } prospector-profile-duplicated = "0.5.1" prospector-profile-utils = "1.6.0" -pytest = "7.4.3" +pytest = "7.4.4" pytest-cov = "4.1.0" types-boto = "2.49.18.9" -types-redis = "4.6.0.11" -types-requests = "2.31.0.2" +types-redis = "4.6.0.20240106" +types-requests = "2.31.0.20240106" pycairo = "1.25.1" Shapely = "2.0.2"