mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix(deps): update dependency certifi to v2024.8.30 (#761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
190bb2fa1f
commit
98490d06d0
8
poetry.lock
generated
8
poetry.lock
generated
@ -77,13 +77,13 @@ tzdata = ["tzdata"]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2024.7.4"
|
||||
version = "2024.8.30"
|
||||
description = "Python package for providing Mozilla's CA Bundle."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
|
||||
{file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
|
||||
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
|
||||
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1107,4 +1107,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "efe13f5348546a6c2ce39f7e1e7a51cacf6167755d4b1dfc40b27f779fd4b32b"
|
||||
content-hash = "fce3731c755649cccb82f88af298c2c444a35c6c35ec586f5a648cadab023462"
|
||||
|
@ -34,7 +34,7 @@ version = "0.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
anyconfig = "0.14.0"
|
||||
appdirs = "1.4.4"
|
||||
certifi = "2024.7.4"
|
||||
certifi = "2024.8.30"
|
||||
colorama = "0.4.6"
|
||||
dateparser = "1.2.0"
|
||||
docker = "7.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user