chore(deps-dev): bump safety from 3.2.8 to 3.2.9 (#5681)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-08 10:54:18 -05:00
committed by GitHub
parent 78dddc1e03
commit a5612abc8c
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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]