From 0de15881bbe4ea167c93af6afe4707f4e06cdfdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 02:37:35 +0000 Subject: [PATCH] Update all minor versions (#383) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73a0b5b..224e89d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -507,13 +507,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "prospector" -version = "1.13.3" +version = "1.14.0" description = "Prospector is a tool to analyse Python code by aggregating the result of other tools." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "prospector-1.13.3-py3-none-any.whl", hash = "sha256:e7261c222ba54bc8aef8c9e31b2dcf5ed2a656c9b76fc0cceab294cd5ec3db6b"}, - {file = "prospector-1.13.3.tar.gz", hash = "sha256:36ccb13f69aa27c5c4682afd4cc46219b9e0c80723e30dc64ff30c71f7b877a1"}, + {file = "prospector-1.14.0-py3-none-any.whl", hash = "sha256:18771ee32ed9a35111c3ebcfdac24c8ac77301b14cebfffccad7906a3d983ab8"}, + {file = "prospector-1.14.0.tar.gz", hash = "sha256:de493172fc6027bef384cb450db48f6ea6bb6b3c9160e75f4ab4ecdf502518d1"}, ] [package.dependencies] @@ -560,13 +560,13 @@ files = [ [[package]] name = "prospector-profile-utils" -version = "1.14.1" +version = "1.17.0" description = "Some utility Prospector profiles." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "prospector_profile_utils-1.14.1-py3-none-any.whl", hash = "sha256:1b7d79e4293c76f9ea5107b691c888e76933aa29d33e8f8b8750dc0aeea3b657"}, - {file = "prospector_profile_utils-1.14.1.tar.gz", hash = "sha256:5447086f9a7ddba02d8ee7322baa30c80c1376328677a6593165fab23e2e4bf2"}, + {file = "prospector_profile_utils-1.17.0-py3-none-any.whl", hash = "sha256:0cb7fe9dfca2b49c21733bbc4d3aabd51c7c0890c5e636b8d2f7b81c342aef6e"}, + {file = "prospector_profile_utils-1.17.0.tar.gz", hash = "sha256:ac75faf9b13a6b6c18173cad71e6879e6ac40c5f5fda57c69f064b8a955705bd"}, ] [package.dependencies] @@ -1100,4 +1100,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4b02572bf481cabc9e5d6982df40ea77db2c0daa28e3150cff13a246a18c85cc" +content-hash = "21ac553fac71ad221d583aa42e8b8b03ec35107f7cb5f4a84028cfed4765dfc9" diff --git a/pyproject.toml b/pyproject.toml index d3ba1c9..6990181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ print_colors = "bashcolor:print_colors" python = ">=3.9,<3.13" [tool.poetry.group.dev.dependencies] -prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] } +prospector = { version = "1.14.0", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] } prospector-profile-duplicated = "1.10.4" -prospector-profile-utils = "1.14.1" +prospector-profile-utils = "1.17.0" [tool.ruff]