diff --git a/poetry.lock b/poetry.lock index c87147a34..ca3d37682 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3329,14 +3329,14 @@ test = ["pytest"] [[package]] name = "packaging" -version = "25.0" +version = "26.0" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"}, - {file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"}, + {file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"}, + {file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"}, ] [[package]] @@ -5954,4 +5954,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "ebe791db9beebf608e859ec1c56935f0ee6f40f0443e222218e08586eabde813" +content-hash = "ed74e36ac5f67364d2d9f0a02920c3f0e53241fc4843763f75569030247154f1" diff --git a/pyproject.toml b/pyproject.toml index 726afc471..3d547f3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lxml = "==6.0.2" marshmallow = "^4.2.0" marshmallow-sqlalchemy = "^1.4.2" newrelic = "^11.2.0" -packaging = "==25.0" +packaging = "==26.0" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.11" pyjwt = "==2.10.1"