diff --git a/poetry.lock b/poetry.lock index 8dd9395..7e27a4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,7 +489,7 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] [[package]] name = "safety" -version = "1.10.1" +version = "1.10.3" description = "Checks installed dependencies for known vulnerabilities." category = "dev" optional = false @@ -651,7 +651,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8e98eb70133a74b5eac79ffb3f2a5cbb9930630cc21f9bb8ecba893ac988beaa" +content-hash = "62d81216f3b3b511f560e1133662ad2a8225157db23a9e11ba7c1eac37a1d9ec" [metadata.files] appdirs = [ @@ -911,8 +911,8 @@ rich = [ {file = "rich-8.0.0.tar.gz", hash = "sha256:1b5023d2241e6552a24ddfe830a853fc8e53da4e6a6ed6c7105bb262593edf97"}, ] safety = [ - {file = "safety-1.10.1-py2.py3-none-any.whl", hash = "sha256:6e86b4bd47ea6e8f623045bd3687342fb5ac402fb37147fca82fd5a752ec3afc"}, - {file = "safety-1.10.1.tar.gz", hash = "sha256:f2ab09596ebcbb4012fb7345d2dbda28319c8f3c2731ef6e27ba206b279c13b2"}, + {file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"}, + {file = "safety-1.10.3.tar.gz", hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5"}, ] shellingham = [ {file = "shellingham-1.3.2-py2.py3-none-any.whl", hash = "sha256:7f6206ae169dc1a03af8a138681b3f962ae61cc93ade84d0585cca3aaf770044"}, diff --git a/pyproject.toml b/pyproject.toml index 1f682d6..906ed4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pyupgrade = "^2.7.2" black = "^20.8b1" mypy = "^0.782" bandit = "^1.6.2" -safety = "^1.9.0" +safety = "^1.10.3" pytest = "^6.0.1" pylint = "^2.5.3" pydocstyle = "^5.0.2"