diff --git a/poetry.lock b/poetry.lock index 3785626..4f3ec99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -828,7 +828,7 @@ python-versions = ">=3.5" [[package]] name = "safety" -version = "2.1.0" +version = "2.1.1" description = "Checks installed dependencies for known vulnerabilities and licenses." category = "dev" optional = false @@ -994,7 +994,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "81534fd075624899922b9f1bb9b1970123733b2176af9a885a9f1dc8f44ffa6c" +content-hash = "57c6df84c1013eb014237d2be9e032d9ffd21326bac111bbf38e2b1f81b74aa9" [metadata.files] aiohttp = [ @@ -1675,8 +1675,8 @@ requests = [ {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"}, ] safety = [ - {file = "safety-2.1.0-py3-none-any.whl", hash = "sha256:2f8d95cdab74461e53972ad654ce5fee3a3b3bf6b6f139cc595a6011378b28c8"}, - {file = "safety-2.1.0.tar.gz", hash = "sha256:6211d4bf228694ef262a55e58dd3573650b979861f40a49dc7d534f8f0b339b3"}, + {file = "safety-2.1.1-py3-none-any.whl", hash = "sha256:05ba551fb61ef24c864835d21089f75bc8b37292680047b9f29693a6552e2fc7"}, + {file = "safety-2.1.1.tar.gz", hash = "sha256:dbc5dffa2e47da76cc43dfe8cbbbfca99d29118d0c6c54dfcfa11c2bd349dff6"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index fefebd5..c69307f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest = "^7.1.2" pytest-asyncio = "^0.19.0" pytest-cov = "^3.0.0" pyupgrade = "^2.37.1" -safety = "^2.1.0" +safety = "^2.1.1" vulture = "^2.5" yamllint = "^1.27.1"