diff --git a/poetry.lock b/poetry.lock index 53c6a16122..592d0cfb0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4873,13 +4873,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "safety" -version = "3.2.8" +version = "3.2.9" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.8-py3-none-any.whl", hash = "sha256:af6b8c0bb5305b27e00a24b91d3c691d980d43c9becc919d16e5264a78a0437e"}, - {file = "safety-3.2.8.tar.gz", hash = "sha256:4385ea2b321fda163910d1a96ecaaca89d518e28ea5a88c1bb3f53171b45bf94"}, + {file = "safety-3.2.9-py3-none-any.whl", hash = "sha256:5e199c057550dc6146c081084274279dfb98c17735193b028db09a55ea508f1a"}, + {file = "safety-3.2.9.tar.gz", hash = "sha256:494bea752366161ac9e0742033d2a82e4dc51d7c788be42e0ecf5f3ef36b8071"}, ] [package.dependencies] @@ -5851,4 +5851,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "54542ac040dea7ff6833110365c9b5d3b393bd46e24c18a79039386689b653bb" +content-hash = "7d8470414379374b7583b21cc7032eaf865eff0f4dda2dbf88d71b88d4ea00e9" diff --git a/pyproject.toml b/pyproject.toml index 3d23e071a4..dd9caccf4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ pytest-cov = "6.0.0" pytest-env = "1.1.5" pytest-randomly = "3.15.0" pytest-xdist = "3.6.1" -safety = "3.2.8" +safety = "3.2.9" vulture = "2.13" [tool.poetry.group.docs]