fix(deps): update dependency semantic-version to v2.9.0 (#105)

This commit is contained in:
renovate[bot] 2022-02-15 20:45:06 +01:00 committed by GitHub
parent f0719ca533
commit 829acce8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

14
poetry.lock generated
View File

@ -530,11 +530,15 @@ test = ["fixtures", "mock", "purl", "pytest", "sphinx", "testrepository (>=0.0.1
[[package]]
name = "semantic-version"
version = "2.8.5"
version = "2.9.0"
description = "A library implementing the 'SemVer' scheme."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=2.7"
[package.extras]
dev = ["Django (>=1.11)", "nose2", "tox", "check-manifest", "coverage", "flake8", "wheel", "zest.releaser", "readme-renderer (<25.0)", "colorama (<=0.4.1)"]
doc = ["sphinx", "sphinx-rtd-theme"]
[[package]]
name = "six"
@ -645,7 +649,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "f7e6bf38f9a4d6dabf1280b8ef83ae280c3b8efed274242ed304bda995980e39"
content-hash = "f114c41a864b9719ae4e842d087018748ee5bb1338d1ad539712b61f0aae7375"
[metadata.files]
atomicwrites = [
@ -962,8 +966,8 @@ requests-mock = [
{file = "requests_mock-1.9.3-py2.py3-none-any.whl", hash = "sha256:0a2d38a117c08bb78939ec163522976ad59a6b7fdd82b709e23bb98004a44970"},
]
semantic-version = [
{file = "semantic_version-2.8.5-py2.py3-none-any.whl", hash = "sha256:45e4b32ee9d6d70ba5f440ec8cc5221074c7f4b0e8918bdab748cc37912440a9"},
{file = "semantic_version-2.8.5.tar.gz", hash = "sha256:d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54"},
{file = "semantic_version-2.9.0-py2.py3-none-any.whl", hash = "sha256:db2504ab37902dd2c9876ece53567aa43a5b2a417fbe188097b2048fff46da3d"},
{file = "semantic_version-2.9.0.tar.gz", hash = "sha256:abf54873553e5e07a6fd4d5f653b781f5ae41297a493666b59dcf214006a12b2"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},

View File

@ -37,7 +37,7 @@ version = "0.0.0"
colorama = "0.4.4"
python = "^3.7.0"
python-json-logger = "2.0.2"
semantic-version = "2.8.5"
semantic-version = "2.9.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.2"