diff --git a/poetry.lock b/poetry.lock index b73f417..e7dfa5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1797,19 +1797,19 @@ files = [ [[package]] name = "safety" -version = "3.2.10" +version = "3.2.11" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.10-py3-none-any.whl", hash = "sha256:3f177107ed3d0859ee081c56491739c13fcb12b5cf854f35d62eb324d5c0a581"}, - {file = "safety-3.2.10.tar.gz", hash = "sha256:8ed71c43869f96613797c3ef9f0e27927db6c05d1ff81d5439bb64c13cc45242"}, + {file = "safety-3.2.11-py3-none-any.whl", hash = "sha256:3c339c380c9ea6a2d3ab09e88c01ee7ecaabaf963a1c98c021e13aacb9eeea3a"}, + {file = "safety-3.2.11.tar.gz", hash = "sha256:70a3b7cc75ba41907bf1705bcbbeab232688657c21088e108712ecb601fe0f20"}, ] [package.dependencies] Authlib = ">=1.2.0" Click = ">=8.0.2" -dparse = ">=0.6.4b0" +dparse = ">=0.6.4" filelock = ">=3.12.2,<3.13.0" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" @@ -2086,4 +2086,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0978543ba1a30d5b152e89b1a472fa7e45de95236b67ae95bb4502f5c4133ff1" +content-hash = "99c079d17b17d75a0d96b5d9c5982940f1af6de018064d95403de0f7ffa22341" diff --git a/pyproject.toml b/pyproject.toml index 09e9da4..faabd44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "8.3.3" pytest-asyncio = "0.24.0" pytest-cov = "6.0.0" ruff = "0.7.3" -safety = "3.2.10" +safety = "3.2.11" yamllint = "1.35.1" syrupy = "4.7.2"