From df4a2c80a73b3d051ef86d758db3558c1272f935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:30:17 +0000 Subject: [PATCH] Update dependency c2cwsgiutils to v5.0.4 --- custom/poetry.lock | 6 +++--- custom/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/poetry.lock b/custom/poetry.lock index 4a3ee9b05..1c9fda924 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -71,12 +71,12 @@ yaml = ["PyYAML"] [[package]] name = "c2cwsgiutils" -version = "5.0.2" +version = "5.0.4" description = "Common utilities for Camptocamp WSGI applications" optional = false python-versions = "*" files = [ - {file = "c2cwsgiutils-5.0.2-py3-none-any.whl", hash = "sha256:7aa23190b2c76a321bfb91e45c057da648f26e4d05665f168f706eacf217c9f6"}, + {file = "c2cwsgiutils-5.0.4-py3-none-any.whl", hash = "sha256:910c6c5299f89978292dc1336bfb03313808161878916d610db3f998f1b7e5d4"}, ] [package.extras] @@ -1785,4 +1785,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "0d8e3949d30e5de566a08533dd9bf18e0fcf685a53d557f8de420d731cb7c746" +content-hash = "253a9a4ccd65e89598406dc04d98c611b580ae06a9c4d05cd8353f43f79ce752" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index c8791ba43..f88b450e2 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -21,7 +21,7 @@ transaction = "3.0.1" cornice = "6.0.1" requests = "2.32.3" psycopg2 = "2.9.10" -c2cwsgiutils = "5.0.2" +c2cwsgiutils = "5.0.4" cee-syslog-handler = "0.6.0" PyJWT = "2.4.0" redis = "4.3.6"