diff --git a/poetry.lock b/poetry.lock index 1823817e3..0bd6a5aae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1658,13 +1658,13 @@ twisted = ["twisted"] [[package]] name = "prospector" -version = "1.13.1" +version = "1.13.2" 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.1-py3-none-any.whl", hash = "sha256:119d5f6ba8cbdb19fb4dcb426deaf6b060410bdc1e96c106517ea65e71b5f225"}, - {file = "prospector-1.13.1.tar.gz", hash = "sha256:b72bd657c82b1aed2cc7cfeceea847f248ba3755332878821b2c59441aa4b6a0"}, + {file = "prospector-1.13.2-py3-none-any.whl", hash = "sha256:4f3a654d35c37845b8388856dae851678b1040a828dba071c19cc97f484675b2"}, + {file = "prospector-1.13.2.tar.gz", hash = "sha256:819f5c17386772c41755509411df3e0dc27b3c0fa95ebe151bacdf0457b9a90f"}, ] [package.dependencies] @@ -3419,4 +3419,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "5c2e3266149bc78ac67411b9e826b5eda0badb941a367bea94523ec3c4e034ed" +content-hash = "2554891c4bc8419edc08b1274511535fb5a5443858d01d1474955d5486af24e1" diff --git a/pyproject.toml b/pyproject.toml index 0c10a3855..c010de95e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ waitress = "3.0.1" certifi = "2024.8.30" [tool.poetry.group.dev.dependencies] -prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.1" } +prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.2" } prospector-profile-duplicated = "1.7.0" prospector-profile-utils = "1.11.1" c2cwsgiutils = { version = "6.1.3", extras = ["test_images"] }