fix(deps): update dependency certifi to v2023 (#520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-28 15:28:41 +02:00 committed by GitHub
parent 7b2270d4f1
commit 3630fdc4e2
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

@ -84,14 +84,14 @@ tzdata = ["tzdata"]
[[package]]
name = "certifi"
version = "2022.12.7"
version = "2023.5.7"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
{file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"},
{file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"},
{file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716"},
{file = "certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"},
]
[[package]]
@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "032c5ccf30d218a48b8542155d10f37f56d73a47a3e5cf4697175a628b00464a"
content-hash = "3f1e14b0a7a77d5d444cb2db765546f7a2796105683351900ed51e0e1ff4ffbe"

View File

@ -38,7 +38,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2022.12.7"
certifi = "2023.5.7"
colorama = "0.4.6"
dateparser = "1.1.8"
docker = "6.1.2"