fix(deps): update dependency certifi to v2021.10.8 (#187)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-09 12:59:06 +02:00 committed by GitHub
parent 4442ecbd8e
commit f2057c954f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -72,7 +72,7 @@ stevedore = ">=1.20.0"
[[package]]
name = "certifi"
version = "2021.5.30"
version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
@ -839,7 +839,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "9e5ac259d9820e586b50dac7e5d421f4336dc03fa0d4eb88de9d302fae78d661"
content-hash = "b57dca0205af184bb20d96ce5a00b8c7ff3deca4987302a2e1bee3b23da7ba2f"
[metadata.files]
anyconfig = [
@ -881,8 +881,8 @@ bandit = [
{file = "bandit-1.7.0.tar.gz", hash = "sha256:8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608"},
]
certifi = [
{file = "certifi-2021.5.30-py2.py3-none-any.whl", hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8"},
{file = "certifi-2021.5.30.tar.gz", hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee"},
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
{file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
]
charset-normalizer = [
{file = "charset-normalizer-2.0.6.tar.gz", hash = "sha256:5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f"},

View File

@ -37,7 +37,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.12.0"
appdirs = "1.4.4"
certifi = "2021.5.30"
certifi = "2021.10.8"
colorama = "0.4.4"
dateparser = "1.1.0"
docker = "5.0.3"