diff --git a/poetry.lock b/poetry.lock index d188914f..9dbef6a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,15 +292,18 @@ files = [ [[package]] name = "idna" -version = "3.8" +version = "3.10" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.6" files = [ - {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, - {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, + {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, + {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, ] +[package.extras] +all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] + [[package]] name = "packageurl-python" version = "0.15.6" @@ -708,4 +711,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ef00ee91d9da0649f0fef46e2c62eddc609c3ed3fb9c084ee2084e3f479e4369" +content-hash = "c1ec9f85c0dbffd4bb717db5716ae886efc39f33ab86af9ccde9436985651071" diff --git a/pyproject.toml b/pyproject.toml index 2b04b453..ea17becf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ certifi = "2024.8.30" cvss = "3.2" defusedxml = "0.7.1" packageurl-python = "0.15.6" -idna = "3.8" +idna = "3.10" starlette = "0.38.5"