mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
fix(deps): update dependency certifi to v2024 (#667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f334c0da1e
commit
536752a83e
8
poetry.lock
generated
8
poetry.lock
generated
@ -76,13 +76,13 @@ tzdata = ["tzdata"]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2023.11.17"
|
||||
version = "2024.2.2"
|
||||
description = "Python package for providing Mozilla's CA Bundle."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"},
|
||||
{file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"},
|
||||
{file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"},
|
||||
{file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1110,4 +1110,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "602a9ea484f01a94d8e68546528964547189e7c1a95da1c529c0908a69aeffcf"
|
||||
content-hash = "d9c80215a860a13511ca05ce50acc5261c8af3f72f2952d310060b3a8f97955b"
|
||||
|
@ -38,7 +38,7 @@ version = "0.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
anyconfig = "0.14.0"
|
||||
appdirs = "1.4.4"
|
||||
certifi = "2023.11.17"
|
||||
certifi = "2024.2.2"
|
||||
colorama = "0.4.6"
|
||||
dateparser = "1.2.0"
|
||||
docker = "7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user