diff --git a/poetry.lock b/poetry.lock index e6e3775..0b87aa2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -360,13 +360,13 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.5" +version = "3.6" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.5-py3-none-any.whl", hash = "sha256:79b8f0ac92d2351be5f6122356c9a592c96d81c9a79e4b488bf2a6a15f88057a"}, - {file = "idna-3.5.tar.gz", hash = "sha256:27009fe2735bf8723353582d48575b23c533cc2c2de7b5a68908d91b5eb18d08"}, + {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, + {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, ] [[package]] @@ -1131,4 +1131,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "60fae0cc198677c95aadc91969c83731e4a4e00bd27e1e4a45941a2b2c4e3671" +content-hash = "83240b9813b7f8ab9845246c999720dfa428f9ffe3c7124b00f17aa87f746261" diff --git a/pyproject.toml b/pyproject.toml index 3cd1e80..aa25d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dateparser = "1.2.0" docker = "6.1.3" docker-pycreds = "0.4.0" environs = "9.5.0" -idna = "3.5" +idna = "3.6" ipaddress = "1.0.23" jsonschema = "4.20.0" nested-lookup = "0.2.25"