From 25302c141bc4a2ab8883bd1d69e08bd827a276db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:05:43 +0000 Subject: [PATCH] Update dependency c2cwsgiutils to v6.0.9 --- poetry.lock | 10 ++++++---- pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5b98acefd..481c74ee6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,13 +220,13 @@ virtualenv = ["virtualenv (>=20.0.35)"] [[package]] name = "c2cwsgiutils" -version = "6.0.8" +version = "6.0.9" description = "Common utilities for Camptocamp WSGI applications" optional = false python-versions = ">=3.9" files = [ - {file = "c2cwsgiutils-6.0.8-py3-none-any.whl", hash = "sha256:2190e9e064ff7190e434767a13c132911e53d0d15fe99e0072da6e7c9586880f"}, - {file = "c2cwsgiutils-6.0.8.tar.gz", hash = "sha256:b416a20a8490e30deed307811fba1b93d662c5d849fc36b0f94927f0440f2048"}, + {file = "c2cwsgiutils-6.0.9-py3-none-any.whl", hash = "sha256:77e91d0bb74a62ab58b10e493b34a94e4a223dd33f35edef30d7b79d5424c374"}, + {file = "c2cwsgiutils-6.0.9.tar.gz", hash = "sha256:f93ee7cb03a7d72cbb6699710963eb0d0cba25b0afae9a56ff5617b639b2b11d"}, ] [package.dependencies] @@ -235,6 +235,7 @@ cee_syslog_handler = "*" certifi = "*" cornice = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} gunicorn = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} +idna = "*" objgraph = {version = "*", optional = true, markers = "extra == \"debug\" or extra == \"all\""} pillow = "*" prometheus-client = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} @@ -254,6 +255,7 @@ SQLAlchemy = {version = "*", optional = true, markers = "extra == \"standard\" o SQLAlchemy-Utils = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} ujson = "*" urllib3 = "*" +webob = "*" "zope.interface" = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} "zope.sqlalchemy" = {version = "*", optional = true, markers = "extra == \"standard\" or extra == \"webserver\" or extra == \"all\""} @@ -3392,4 +3394,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "e3da20d1ac9029c2a64cc17e654fdf9d8900710a48f8ea2f4e41eb70d3911878" +content-hash = "a678808a9c161741a762ef4aee6bd2779dcf4dbb2b1777b9db6f79a7a4024117" diff --git a/pyproject.toml b/pyproject.toml index 06d14f15c..38e3c41b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ main = "tilecloud_chain.server:main" [tool.poetry.dependencies] # Minimal version should also be set in the jsonschema-gentypes.yaml file python = ">=3.10,<3.13" -c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] } +c2cwsgiutils = { version = "6.0.9", extras = ["standard", "broadcast", "oauth2", "debug"] } pyramid-mako = "1.1.0" python-dateutil = "2.9.0.post0" tilecloud = { version = "1.12.3", extras = ["azure", "aws", "redis", "wsgi"] } @@ -74,7 +74,7 @@ certifi = "2024.8.30" prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.12.1" } prospector-profile-duplicated = "1.6.0" prospector-profile-utils = "1.9.1" -c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] } +c2cwsgiutils = { version = "6.0.9", extras = ["test_images"] } scikit-image = { version = "0.24.0" } pytest = "8.3.3" testfixtures = "8.3.0"