From a550a125e1ffae6479539c14ea83f16e75a5abe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 01:58:51 +0000 Subject: [PATCH] Update all minor versions --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 880d4173..a88d4eca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,13 +46,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.18.0" +version = "1.19.0" description = "Microsoft Azure Identity Library for Python" optional = true python-versions = ">=3.8" files = [ - {file = "azure_identity-1.18.0-py3-none-any.whl", hash = "sha256:bccf6106245b49ff41d0c4cd7b72851c5a2ba3a32cef7589da246f5727f26f02"}, - {file = "azure_identity-1.18.0.tar.gz", hash = "sha256:f567579a65d8932fa913c76eddf3305101a15e5727a5e4aa5df649a0f553d4c3"}, + {file = "azure_identity-1.19.0-py3-none-any.whl", hash = "sha256:e3f6558c181692d7509f09de10cca527c7dce426776454fb97df512a46527e81"}, + {file = "azure_identity-1.19.0.tar.gz", hash = "sha256:500144dc18197d7019b81501165d4fa92225f03778f17d7ca8a2a180129a9c83"}, ] [package.dependencies] @@ -1239,13 +1239,13 @@ files = [ [[package]] name = "prospector-profile-utils" -version = "1.8.0" +version = "1.9.1" description = "Some utility Prospector profiles." optional = false python-versions = "*" files = [ - {file = "prospector_profile_utils-1.8.0-py2.py3-none-any.whl", hash = "sha256:dfc3009033d952dc2beb45da6c59e18e6f6b97cc91e6226ebd0d016156952d08"}, - {file = "prospector_profile_utils-1.8.0.tar.gz", hash = "sha256:d496253930542ebb820b335ca20b20975884889d02f8b168f7401669f2669a3a"}, + {file = "prospector_profile_utils-1.9.1-py2.py3-none-any.whl", hash = "sha256:b458d8c4d59bdb1547e4630a2c6de4971946c4f0999443db6a9eef6d216b26b8"}, + {file = "prospector_profile_utils-1.9.1.tar.gz", hash = "sha256:008efa6797a85233fd8093dcb9d86f5fa5d89673e431c15cb1496a91c9b2c601"}, ] [[package]] @@ -1683,13 +1683,13 @@ files = [ [[package]] name = "redis" -version = "5.1.1" +version = "5.2.0" description = "Python client for Redis database and key-value store" optional = true python-versions = ">=3.8" files = [ - {file = "redis-5.1.1-py3-none-any.whl", hash = "sha256:f8ea06b7482a668c6475ae202ed8d9bcaa409f6e87fb77ed1043d912afd62e24"}, - {file = "redis-5.1.1.tar.gz", hash = "sha256:f6c997521fedbae53387307c5d0bf784d9acc28d9f1d058abeac566ec4dbed72"}, + {file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, + {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, ] [package.dependencies] @@ -2221,4 +2221,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "cfbc62efaf950140611fe219526936afbc6cec68a3296de9193f5141dec3a700" +content-hash = "6362fcb03c8ba4ccc832fc3e678e83f9b4ace542455c66c536c81c4fdda7ecdf" diff --git a/pyproject.toml b/pyproject.toml index 101df2d6..a80c3b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main" [tool.poetry.dependencies] python = ">=3.10,<3.13" azure-storage-blob = { version = "12.23.1", optional = true } -azure-identity = { version = "1.18.0", optional = true } +azure-identity = { version = "1.19.0", optional = true } boto3 = { version = "1.35.54", optional = true } bottle = "0.13.2" prometheus_client = { version = "0.21.0", optional = true } @@ -59,7 +59,7 @@ Pillow = "10.4.0" pyproj = "3.7.0" pyramid = { version = "2.0.2", optional = true } requests = "2.32.3" -redis = { version = "5.1.1", optional = true } +redis = { version = "5.2.0", optional = true } cryptography = "43.0.3" [tool.poetry.extras] @@ -73,7 +73,7 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro [tool.poetry.group.dev.dependencies] prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] } prospector-profile-duplicated = "1.6.0" -prospector-profile-utils = "1.8.0" +prospector-profile-utils = "1.9.1" pytest = "8.3.3" pytest-cov = "5.0.0" types-boto = "2.49.18.20241019"