diff --git a/poetry.lock b/poetry.lock index b984f4f..db8ab5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,7 +1156,7 @@ python-versions = ">=3.5" [[package]] name = "safety" -version = "2.2.0" +version = "2.3.1" description = "Checks installed dependencies for known vulnerabilities and licenses." category = "dev" optional = false @@ -1170,6 +1170,10 @@ requests = "*" "ruamel.yaml" = ">=0.17.21" setuptools = ">=19.3" +[package.extras] +github = ["jinja2 (>=3.1.0)", "pygithub (>=1.43.3)"] +gitlab = ["python-gitlab (>=1.3.0)"] + [[package]] name = "setuptools" version = "65.3.0" @@ -1526,7 +1530,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b2fbe1dfcbcde6f2a448488a6b0db184e23cff2f8a0996d408b56308ab26dd5b" +content-hash = "fa93e58cfbbd1170cbb3e8891821f49444ac220269e260cb2a1828cb5c93539c" [metadata.files] alabaster = [ @@ -2127,8 +2131,8 @@ restructuredtext-lint = [ {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"}, ] safety = [ - {file = "safety-2.2.0-py3-none-any.whl", hash = "sha256:b1a0f4c34fb41c502a7a5c54774c18376da382bc9d866ee26b39b2c747c0de40"}, - {file = "safety-2.2.0.tar.gz", hash = "sha256:6745de12acbd60a58001fe66cb540355187d7b991b30104d9ef14ff4e4826073"}, + {file = "safety-2.3.1-py3-none-any.whl", hash = "sha256:8f098d12b607db2756886280e85c28ece8db1bba4f45fc5f981f4663217bd619"}, + {file = "safety-2.3.1.tar.gz", hash = "sha256:6e6fcb7d4e8321098cf289f59b65051cafd3467f089c6e57c9f894ae32c23b71"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 7ff25e0..cdf2b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ flake8-pytest-style = "^1.6" nitpick = "^0.32" black = "^22.8" -safety = "^2.2" +safety = "^2.3" pytest = "^6.2" pytest-cov = "^4.0"