diff --git a/poetry.lock b/poetry.lock index 84e672178..cacb49107 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1208,13 +1208,13 @@ with-vulture = ["vulture (>=1.5)"] [[package]] name = "prospector-profile-duplicated" -version = "0.5.1" +version = "1.1.0" description = "Profile that can be used to disable the duplicated or conflict rules between Prospector and other tools" optional = false python-versions = "*" files = [ - {file = "prospector_profile_duplicated-0.5.1-py2.py3-none-any.whl", hash = "sha256:6770c95f26b309e6abe95b7beaf3790aed3a5181861f55a7295aa764bc20f33e"}, - {file = "prospector_profile_duplicated-0.5.1.tar.gz", hash = "sha256:0ccb14969212c932c8dc2bcc4a37bef8d3828147ea58a72ddfadbbb1c63eddc1"}, + {file = "prospector_profile_duplicated-1.1.0-py2.py3-none-any.whl", hash = "sha256:e444dc283a6ceea938c2af344ebf7313912f428259013fe9b35b590b14d1e730"}, + {file = "prospector_profile_duplicated-1.1.0.tar.gz", hash = "sha256:c057daab1ee78636f212233e23c91518cb69aa5dabc218ec8e99436f95fa5aef"}, ] [[package]] @@ -2258,4 +2258,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2dd56a0e043a2849f8016431b52a6b45e3905e3a305d1771345059ad80cd95f4" +content-hash = "661a6c75a652298b33f11e3c0e0a685425dac2992f3208f098f5015cef0cdaf0" diff --git a/pyproject.toml b/pyproject.toml index 9674c428a..774c69b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro [tool.poetry.group.dev.dependencies] prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] } -prospector-profile-duplicated = "0.5.1" +prospector-profile-duplicated = "1.1.0" prospector-profile-utils = "1.7.2" pytest = "8.0.0" pytest-cov = "4.1.0"