diff --git a/poetry.lock b/poetry.lock index ee74b02..698dd32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1482,13 +1482,13 @@ files = [ [[package]] name = "safety" -version = "3.1.0" +version = "3.2.2" 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.2-py3-none-any.whl", hash = "sha256:1fca683ba6c0b4acb9f74953910639472a384d7b300292c89998a0100f016081"}, + {file = "safety-3.2.2.tar.gz", hash = "sha256:2a5867004aa1e3cedc90000ab726fdad2ce0ae179863c1b1697d7e8ded1b8cdb"}, ] [package.dependencies] @@ -1897,4 +1897,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c3e1ae353b5567f71c9ea9246d84b2f02ede6964c52374c3ad3576570a9c6870" +content-hash = "d1bdc0969110d2a8f6b155a5609f690e6144da40774158dd34be88416f21ef7b" diff --git a/pyproject.toml b/pyproject.toml index c21d6b1..a4a2bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pylint = "^3.0.3" pytest = "^8.0.1" hypothesis = "^6.100.1" pyupgrade = "^3.4.0" -safety = "^3.1.0" +safety = "^3.2.2" pytest-html = "^3.2.0" pytest-cov = "^5.0.0" Sphinx = "^7.1.2"