diff --git a/poetry.lock b/poetry.lock index ee74b02..f6bb96b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1482,13 +1482,13 @@ files = [ [[package]] name = "safety" -version = "3.1.0" +version = "3.2.3" 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.3-py3-none-any.whl", hash = "sha256:cda1e91749f610337a18b7f21f78267c127e44ebbbbcbbd419c83284279a5024"}, + {file = "safety-3.2.3.tar.gz", hash = "sha256:414154934f1727daf8a6473493944fecb380540c3f00875dc1ae377382f7d83f"}, ] [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 = "22749fbbafdaad34108ee42136a7fd53b9aa47bcb51fea931010a9a16e02b02e" diff --git a/pyproject.toml b/pyproject.toml index c21d6b1..d4b90ca 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.3" pytest-html = "^3.2.0" pytest-cov = "^5.0.0" Sphinx = "^7.1.2"