Merge pull request #35 from sartography/dependabot/pip/safety-2.0.0

Bump safety from 1.10.3 to 2.0.0
This commit is contained in:
github-actions[bot] 2022-06-30 21:50:46 +01:00 committed by GitHub
commit ba912afe4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

17
poetry.lock generated
View File

@ -1478,17 +1478,18 @@ python-versions = ">=3.5"
[[package]]
name = "safety"
version = "1.10.3"
description = "Checks installed dependencies for known vulnerabilities."
version = "2.0.0"
description = "Checks installed dependencies for known vulnerabilities and licenses."
category = "dev"
optional = false
python-versions = ">=3.5"
python-versions = "*"
[package.dependencies]
Click = ">=6.0"
Click = ">=8.0.2"
dparse = ">=0.5.1"
packaging = "*"
packaging = ">=21.0"
requests = "*"
"ruamel.yaml" = ">=0.17.21"
[[package]]
name = "sentry-sdk"
@ -2021,7 +2022,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "e737217fd58d75c3a35e968d36ed2f1b2579bf8554ec24ec5452bbfb465fd509"
content-hash = "b832a5cb01a41cb6a957042073d8b5fc6d1aa9e339fce0a78a31cfd5db53857e"
[metadata.files]
alabaster = [
@ -3009,8 +3010,8 @@ restructuredtext-lint = [
{file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"},
]
safety = [
{file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"},
{file = "safety-1.10.3.tar.gz", hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5"},
{file = "safety-2.0.0-py3-none-any.whl", hash = "sha256:77cebdd128ce47b941e68a1b3bbc29fbbd2b9e98d11f179c5def64c1d05da295"},
{file = "safety-2.0.0.tar.gz", hash = "sha256:d739d00a9e4203cfaba34540c822a73ca1d327159ed7776b3dce09391f81c35d"},
]
sentry-sdk = [
{file = "sentry-sdk-0.14.4.tar.gz", hash = "sha256:0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c"},

View File

@ -51,7 +51,7 @@ types-pytz = "^2022.1.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
coverage = {extras = ["toml"], version = "^6.1"}
safety = "^1.10.3"
safety = "^2.0.0"
mypy = ">=0.961"
typeguard = "^2.13.2"
xdoctest = {extras = ["colors"], version = "^1.0.0"}