mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-18 04:55:35 +02:00
build(deps-dev): bump safety from 2.2.0 to 2.3.5
Bumps [safety](https://github.com/pyupio/safety) from 2.2.0 to 2.3.5. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyupio/safety/compare/2.2.0...2.3.5) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -917,7 +917,7 @@ python-versions = ">=3.5"
|
||||
|
||||
[[package]]
|
||||
name = "safety"
|
||||
version = "2.2.0"
|
||||
version = "2.3.5"
|
||||
description = "Checks installed dependencies for known vulnerabilities and licenses."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@@ -926,11 +926,15 @@ python-versions = "*"
|
||||
[package.dependencies]
|
||||
Click = ">=8.0.2"
|
||||
dparse = ">=0.6.2"
|
||||
packaging = ">=21.0"
|
||||
packaging = ">=21.0,<22.0"
|
||||
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"
|
||||
@@ -1276,7 +1280,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "3364f528b886196e4f7ac16cd563cb7c10990986f8c032ddb7e26edda30c70a5"
|
||||
content-hash = "85c3b5aa694b22e09a850b836fca0122dc515296de1ecc94943ff94d3ef7e338"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
@@ -1806,8 +1810,8 @@ rfc3986 = [
|
||||
{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.5-py3-none-any.whl", hash = "sha256:2227fcac1b22b53c1615af78872b48348661691450aa25d6704a5504dbd1f7e2"},
|
||||
{file = "safety-2.3.5.tar.gz", hash = "sha256:a60c11f8952f412cbb165d70cb1f673a3b43a2ba9a93ce11f97e6a4de834aa3a"},
|
||||
]
|
||||
setuptools = [
|
||||
{file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"},
|
||||
|
||||
@@ -34,7 +34,7 @@ pytz = ">=2021.3,<2023.0"
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.2.0"
|
||||
coverage = {extras = ["toml"], version = "^6.5"}
|
||||
safety = "^2.2.0"
|
||||
safety = "^2.3.5"
|
||||
mypy = "^0.991"
|
||||
typeguard = "^2.13.2"
|
||||
xdoctest = {extras = ["colors"], version = "^1.1.0"}
|
||||
|
||||
Reference in New Issue
Block a user