fix(deps): update dependency idna to v3.7

This commit is contained in:
renovate[bot] 2024-04-11 07:41:40 +00:00 committed by GitHub
parent 7e2c68c8fe
commit d6b2e307b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -356,13 +356,13 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "idna" name = "idna"
version = "3.6" version = "3.7"
description = "Internationalized Domain Names in Applications (IDNA)" description = "Internationalized Domain Names in Applications (IDNA)"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
{file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
{file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
] ]
[[package]] [[package]]
@ -1115,4 +1115,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.0" python-versions = "^3.8.0"
content-hash = "cbc79c205ef415afcb8fe90331f7ed330c1bc6e3b2bf83a4be74ebdfd61f0031" content-hash = "33c575af7cd55fa311337b3595585d14ce42794697586a9d2147a7d4edccdf8e"

View File

@ -40,7 +40,7 @@ dateparser = "1.2.0"
docker = "7.0.0" docker = "7.0.0"
docker-pycreds = "0.4.0" docker-pycreds = "0.4.0"
environs = "11.0.0" environs = "11.0.0"
idna = "3.6" idna = "3.7"
ipaddress = "1.0.23" ipaddress = "1.0.23"
jsonschema = "4.21.1" jsonschema = "4.21.1"
nested-lookup = "0.2.25" nested-lookup = "0.2.25"