diff --git a/poetry.lock b/poetry.lock index a0704b9..8796a8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -685,14 +685,14 @@ files = [ [[package]] name = "packaging" -version = "26.0" +version = "26.3" description = "Core utilities for Python packages" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"}, - {file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"}, + {file = "packaging-26.3-py3-none-any.whl", hash = "sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c"}, + {file = "packaging-26.3.tar.gz", hash = "sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79"}, ] [[package]] @@ -1165,4 +1165,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11,<4.0" -content-hash = "197dbd5cdd26d55337355e8d82f0ea87b8fcc1bc4f99db1d3f1e883541779029" +content-hash = "224f36689260d0a80b1d40194eba51b0c6fc81cee8f01f1f6f0aa6b3c5e3a8d3" diff --git a/pyproject.toml b/pyproject.toml index 9ab8282..0926872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11,<4.0" dependencies = [ "aiostreammagic>=2.13.2,<3.0", - "packaging>=26.0,<27", + "packaging>=26.3,<27", ] [project.scripts]