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.10 (#772)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
eb783d2f7a
commit
805b2b289a
8
poetry.lock
generated
8
poetry.lock
generated
@ -357,13 +357,13 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "3.9"
|
||||
version = "3.10"
|
||||
description = "Internationalized Domain Names in Applications (IDNA)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"},
|
||||
{file = "idna-3.9.tar.gz", hash = "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124"},
|
||||
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
|
||||
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@ -1110,4 +1110,4 @@ type = ["pytest-mypy"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "f574b8fc3ce3dba2198237f0a781478592bd04f7388d0fee3078a70bbd9137d7"
|
||||
content-hash = "b8be8519d6e72da6e94e932fb894b4e6389a96474863f0e041679febe1ee1ac5"
|
||||
|
@ -40,7 +40,7 @@ dateparser = "1.2.0"
|
||||
docker = "7.1.0"
|
||||
docker-pycreds = "0.4.0"
|
||||
environs = "11.0.0"
|
||||
idna = "3.9"
|
||||
idna = "3.10"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.23.0"
|
||||
nested-lookup = "0.2.25"
|
||||
|
Loading…
Reference in New Issue
Block a user