diff --git a/poetry.lock b/poetry.lock index 91669b6..ff2bc0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -47,14 +47,6 @@ dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.int docs = ["sphinx", "zope.interface"] tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] -[[package]] -name = "bacon" -version = "0.2.0" -description = "Bacon Game Engine" -category = "dev" -optional = false -python-versions = "*" - [[package]] name = "bandit" version = "1.6.2" @@ -170,9 +162,6 @@ category = "dev" optional = false python-versions = "*" -[package.dependencies] -bacon = "<=0.2" - [[package]] name = "docutils" version = "0.16" @@ -806,7 +795,7 @@ python-versions = "*" [[package]] name = "safety" -version = "1.9.0" +version = "1.10.3" description = "Checks installed dependencies for known vulnerabilities." category = "dev" optional = false @@ -969,7 +958,7 @@ typing_extensions = ">=3.6,<4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "dce24b329fe35872e5bb1070963106d5e8bd946e164c035edab00c4814fcc677" +content-hash = "f82bf1e4738bb0447deeb9cb7654199296c95f1772359954099d94d4afc740f3" [metadata.files] appdirs = [ @@ -992,9 +981,6 @@ attrs = [ {file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"}, {file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"}, ] -bacon = [ - {file = "bacon-0.2.0.zip", hash = "sha256:62bd99edd7a3d3e8fddbc7cd7e164313fc01cad6e84c4a010026aadc3129cc0f"}, -] bandit = [ {file = "bandit-1.6.2-py2.py3-none-any.whl", hash = "sha256:336620e220cf2d3115877685e264477ff9d9abaeb0afe3dc7264f55fa17a3952"}, {file = "bandit-1.6.2.tar.gz", hash = "sha256:41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065"}, @@ -1334,8 +1320,8 @@ restructuredtext-lint = [ {file = "ruamel.yaml.clib-0.2.0.tar.gz", hash = "sha256:b66832ea8077d9b3f6e311c4a53d06273db5dc2db6e8a908550f3c14d67e718c"}, ] safety = [ - {file = "safety-1.9.0-py2.py3-none-any.whl", hash = "sha256:86c1c4a031fe35bd624fce143fbe642a0234d29f7cbf7a9aa269f244a955b087"}, - {file = "safety-1.9.0.tar.gz", hash = "sha256:23bf20690d4400edc795836b0c983c2b4cbbb922233108ff925b7dd7750f00c9"}, + {file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"}, + {file = "safety-1.10.3.tar.gz", hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index 770b647..9298acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pre-commit = "^2.13" wemake-python-styleguide = "^0.14.0" flake8-pytest-style = "^1.1.1" nitpick = "^0.22" -safety = "^1.9.0" +safety = "^1.10.3" [tool.nitpick] style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style.toml"