From cad0d9191f5a06e73c275913e5117754d743cdb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:28:23 +0000 Subject: [PATCH] Update all patch versions --- poetry.lock | 18 ++++++++++-------- pyproject.toml | 6 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b532171b..05f9eb3aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -217,13 +217,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] @@ -232,6 +232,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\""} @@ -251,6 +252,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\""} @@ -3095,18 +3097,18 @@ testing = ["coverage", "pytest", "pytest-cov"] [[package]] name = "waitress" -version = "3.0.1" +version = "3.0.2" description = "Waitress WSGI server" optional = false python-versions = ">=3.9.0" files = [ - {file = "waitress-3.0.1-py3-none-any.whl", hash = "sha256:26cdbc593093a15119351690752c99adc13cbc6786d75f7b6341d1234a3730ac"}, - {file = "waitress-3.0.1.tar.gz", hash = "sha256:ef0c1f020d9f12a515c4ec65c07920a702613afcad1dbfdc3bcec256b6c072b3"}, + {file = "waitress-3.0.2-py3-none-any.whl", hash = "sha256:c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e"}, + {file = "waitress-3.0.2.tar.gz", hash = "sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f"}, ] [package.extras] docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] -testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] +testing = ["coverage (>=7.6.0)", "pytest", "pytest-cov"] [[package]] name = "webob" @@ -3296,4 +3298,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "6f94d4da0ff780992e1129d1e8568fe402c9a68c7cc1a46352bfcd98fbf1aecb" +content-hash = "df369369a4b22fb2971ef4fa374bba203bf4674f905b3e993d1499b1b6fc0888" diff --git a/pyproject.toml b/pyproject.toml index 7bad390a5..f0d5f6425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ main = "tilecloud_chain.server:main" [tool.poetry.dependencies] python = ">=3.9,<3.11" -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.8.2" tilecloud = { version = "1.11.0", extras = ["azure", "aws", "redis", "wsgi"] } @@ -66,7 +66,7 @@ jsonschema = "4.19.2" pyramid = "2.0.2" jsonschema-validator-new = "0.1.0" azure-storage-blob = "12.18.3" -waitress = "3.0.1" +waitress = "3.0.2" certifi = "2024.7.4" cryptography = "43.0.3" msal = "1.24.1" @@ -81,7 +81,7 @@ webob = "1.8.9" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" } -c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] } +c2cwsgiutils = { version = "6.0.9", extras = ["test_images"] } scikit-image = { version = "0.22.0" } pytest = "7.4.4" testfixtures = "7.2.2"