diff --git a/poetry.lock b/poetry.lock index e37c679..0e8efe2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1627,13 +1627,13 @@ files = [ [[package]] name = "safety" -version = "3.1.0" +version = "3.2.0" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.1.0-py3-none-any.whl", hash = "sha256:f2ba2d36f15ac1e24751547a73b854509a7d6db31efd30b57f64ffdf9d021934"}, - {file = "safety-3.1.0.tar.gz", hash = "sha256:71f47b82ece153ec2f240e277f7cbfa70d5da2e0d143162c67f63b2f7459a1aa"}, + {file = "safety-3.2.0-py3-none-any.whl", hash = "sha256:a432fc9d17e79a4386c4f093656b617c56f839cde022649cfa796d72c7a544de"}, + {file = "safety-3.2.0.tar.gz", hash = "sha256:8bd5cab5f3d8a61ce0ea6e98f267c1006d056097c45c644fee7afeff7d5949c1"}, ] [package.dependencies] @@ -1881,4 +1881,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "c10500dd0afd343111856381f14d9d11bc6890f44b8b75c88bfd05c5e4d03c64" +content-hash = "8b9cb6e30e7357fd1b54377201db9a18035f5c778376082cb63eed49e0226062" diff --git a/pyproject.toml b/pyproject.toml index 2ac40ce..7369dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flake8 = "^7.0.0" pytest-cov = "~5.0.0" pytest = "^8.2.0" coverage = {extras = ["toml"], version = "^7.5"} -safety = "^3.1.0" +safety = "^3.2.0" mypy = "^1.10" xdoctest = {extras = ["colors"], version = "^1.1.3"} flake8-bandit = "~4.1.1"