fix(deps): update dependency certifi to v2023.11.17 (#632)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-18 14:09:40 +01:00 committed by GitHub
parent 9b6e622a84
commit 03437632ff
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

@ -80,13 +80,13 @@ tzdata = ["tzdata"]
[[package]]
name = "certifi"
version = "2023.7.22"
version = "2023.11.17"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
files = [
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"},
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"},
{file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"},
{file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"},
]
[[package]]
@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "eaf287864a082d19a7d720e9e0ef8fa903d22e08f255914fa113dc063e7c607d"
content-hash = "99c29f1492951e5a67ef467ca6c4363db5820e1ccbeedac076df92b44d5d9f3d"

View File

@ -38,7 +38,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.13.0"
appdirs = "1.4.4"
certifi = "2023.7.22"
certifi = "2023.11.17"
colorama = "0.4.6"
dateparser = "1.2.0"
docker = "6.1.3"