fix(deps): update dependency certifi to v2022.6.15.1 (#385)

This commit is contained in:
renovate[bot] 2022-09-12 09:23:47 +02:00 committed by GitHub
parent 60200964d3
commit 0c511f6f1f
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

@ -70,7 +70,7 @@ yaml = ["PyYAML"]
[[package]]
name = "certifi"
version = "2022.6.15"
version = "2022.6.15.1"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
@ -886,7 +886,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "57d50f7ac1044bc716ea612974567cc34cc2ad085006aafeae4229e83cd11afe"
content-hash = "180d27b85aa4ac9388568c10f79add8ab0af36ab0a245dfe882b19ec99e14fb7"
[metadata.files]
anyconfig = [
@ -924,8 +924,8 @@ bandit = [
{file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"},
]
certifi = [
{file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
{file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
{file = "certifi-2022.6.15.1-py3-none-any.whl", hash = "sha256:43dadad18a7f168740e66944e4fa82c6611848ff9056ad910f8f7a3e46ab89e0"},
{file = "certifi-2022.6.15.1.tar.gz", hash = "sha256:cffdcd380919da6137f76633531a5817e3a9f268575c128249fb637e4f9e73fb"},
]
charset-normalizer = [
{file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"},

View File

@ -37,7 +37,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2022.6.15"
certifi = "2022.6.15.1"
colorama = "0.4.5"
dateparser = "1.1.1"
docker = "6.0.0"