mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-10 15:00:40 +00:00
fix(deps): update dependency idna to v3.8 (#758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
79606bf19e
commit
e8f9731a30
10
poetry.lock
generated
10
poetry.lock
generated
@ -357,13 +357,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "3.7"
|
||||
version = "3.8"
|
||||
description = "Internationalized Domain Names in Applications (IDNA)"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
|
||||
{file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
|
||||
{file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"},
|
||||
{file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1103,4 +1103,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "6bec0e6fc72a1a6eee8958ac96a2bb6b07c207a4d9c19152ebd562c784a26496"
|
||||
content-hash = "0d9e17e96072a1119df8d88cacdf9226676fbee0c4f281aff0b5271b779d1035"
|
||||
|
@ -40,7 +40,7 @@ dateparser = "1.2.0"
|
||||
docker = "7.1.0"
|
||||
docker-pycreds = "0.4.0"
|
||||
environs = "11.0.0"
|
||||
idna = "3.7"
|
||||
idna = "3.8"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.23.0"
|
||||
nested-lookup = "0.2.25"
|
||||
|
Loading…
Reference in New Issue
Block a user