mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
fix(deps): update dependency certifi to v2023.7.22 (#561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a14273f81
commit
f8c0ffc313
8
poetry.lock
generated
8
poetry.lock
generated
@ -87,14 +87,14 @@ tzdata = ["tzdata"]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2023.5.7"
|
||||
version = "2023.7.22"
|
||||
description = "Python package for providing Mozilla's CA Bundle."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716"},
|
||||
{file = "certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"},
|
||||
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"},
|
||||
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1132,4 +1132,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "4044e1ea1dcb38352592eef63e8219485d411242e4044c3f3d9e9b543566b05e"
|
||||
content-hash = "81c83394741567a986c7739ef12ff78b84035291f20e38889441f03165aa847b"
|
||||
|
@ -38,7 +38,7 @@ version = "0.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
certifi = "2023.5.7"
|
||||
certifi = "2023.7.22"
|
||||
colorama = "0.4.6"
|
||||
dateparser = "1.1.8"
|
||||
docker = "6.1.3"
|
||||
|
Loading…
Reference in New Issue
Block a user