diff --git a/poetry.lock b/poetry.lock index 11b55f2..e914ba5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -797,7 +797,7 @@ python-versions = ">=3.5" [[package]] name = "safety" -version = "2.0.0" +version = "2.1.0" description = "Checks installed dependencies for known vulnerabilities and licenses." category = "dev" optional = false @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "2b1f3a607de9450479262b217c571116c9e84432391e38f2f62bd52c8022306a" +content-hash = "ec8faafbeddf6d58e155179e7dcd196add24f167604604020c8c10143b18455f" [metadata.files] aiohttp = [ @@ -1601,8 +1601,8 @@ requests = [ {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"}, ] safety = [ - {file = "safety-2.0.0-py3-none-any.whl", hash = "sha256:77cebdd128ce47b941e68a1b3bbc29fbbd2b9e98d11f179c5def64c1d05da295"}, - {file = "safety-2.0.0.tar.gz", hash = "sha256:d739d00a9e4203cfaba34540c822a73ca1d327159ed7776b3dce09391f81c35d"}, + {file = "safety-2.1.0-py3-none-any.whl", hash = "sha256:2f8d95cdab74461e53972ad654ce5fee3a3b3bf6b6f139cc595a6011378b28c8"}, + {file = "safety-2.1.0.tar.gz", hash = "sha256:6211d4bf228694ef262a55e58dd3573650b979861f40a49dc7d534f8f0b339b3"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index ede973a..a90a334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" pyupgrade = "^2.37.1" -safety = "^2.0.0" +safety = "^2.1.0" vulture = "^2.5" yamllint = "^1.27.1" types-cachetools = "^5.2.1"