From 1ee7cf03e6110cd56fe31e759873a496f7c952cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:57:31 +0000 Subject: [PATCH] Update dependency c2cwsgiutils to v5.1.9 --- acceptance_tests/poetry.lock | 6 +++--- acceptance_tests/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acceptance_tests/poetry.lock b/acceptance_tests/poetry.lock index dff794ff..75798e63 100644 --- a/acceptance_tests/poetry.lock +++ b/acceptance_tests/poetry.lock @@ -31,12 +31,12 @@ files = [ [[package]] name = "c2cwsgiutils" -version = "5.1.7" +version = "5.1.9" description = "Common utilities for Camptocamp WSGI applications" optional = false python-versions = "*" files = [ - {file = "c2cwsgiutils-5.1.7-py3-none-any.whl", hash = "sha256:2132afd1996f10a13c6d9b34de7d0643b8943075267a0d203d88b12fd86b7271"}, + {file = "c2cwsgiutils-5.1.9-py3-none-any.whl", hash = "sha256:bd2cd24e3375b13cd0772286a07c5b2f4dba3f1b8b33ba8e66a00087f8fa5b68"}, ] [package.extras] @@ -545,4 +545,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "bfaf283ca90969fe27f02d662b4b3eacab7283a59ce3a80ae58b3838e8f01540" +content-hash = "93c64fc7d59cd784d15f890db6b1d637df16a3a339fa916a12e422ec9ef0eed3" diff --git a/acceptance_tests/pyproject.toml b/acceptance_tests/pyproject.toml index bf15a8d8..38139200 100644 --- a/acceptance_tests/pyproject.toml +++ b/acceptance_tests/pyproject.toml @@ -11,7 +11,7 @@ authors = [] [tool.poetry.dependencies] python = ">=3.10,<3.11" pytest = "7.1.3" -c2cwsgiutils = "5.1.7" +c2cwsgiutils = "5.1.9" boltons = "23.1.1" netifaces = "0.11.0" requests = "2.32.3"