diff --git a/poetry.lock b/poetry.lock index 12553f34..1870423b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1564,13 +1564,13 @@ files = [ [[package]] name = "safety" -version = "3.2.1" +version = "3.2.2" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.1-py3-none-any.whl", hash = "sha256:9f53646717ba052e1bf631bd54fb3da0fafa58e85d578b20a8b9affdcf81889e"}, - {file = "safety-3.2.1.tar.gz", hash = "sha256:770aed6ff46536e5363a409e8cca411d8636d07dc33be53a8ac69bf750ab8df3"}, + {file = "safety-3.2.2-py3-none-any.whl", hash = "sha256:1fca683ba6c0b4acb9f74953910639472a384d7b300292c89998a0100f016081"}, + {file = "safety-3.2.2.tar.gz", hash = "sha256:2a5867004aa1e3cedc90000ab726fdad2ce0ae179863c1b1697d7e8ded1b8cdb"}, ] [package.dependencies] @@ -1853,4 +1853,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3ee8001a05f31cfbd6569af08316d8b473ec23a98d25c3a7073134f7a5f99aac" +content-hash = "d20eafb4bf946a48f59b6f2b588c5cd7bcc0d879ee6e9546a14b19e9de5b9f76" diff --git a/pyproject.toml b/pyproject.toml index a746a7c3..a25f0fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "7.4.4" pytest-asyncio = "0.23.7" pytest-cov = "5.0.0" ruff = "0.4.8" -safety = "3.2.1" +safety = "3.2.2" syrupy = "4.6.1" yamllint = "1.35.1"