diff --git a/pyproject.toml b/pyproject.toml index f7b0481076..391026dec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "lxml==6.1.0", "msgraph-sdk==1.56.0", "opencontainers==0.0.15", - "packaging==26.1", + "packaging==26.2", "paramiko==4.0.0", "psycopg[c,pool]==3.3.3", "pydantic-scim==0.0.8", diff --git a/uv.lock b/uv.lock index a18a243333..8fe06e4e57 100644 --- a/uv.lock +++ b/uv.lock @@ -355,7 +355,7 @@ requires-dist = [ { name = "lxml", specifier = "==6.1.0" }, { name = "msgraph-sdk", specifier = "==1.56.0" }, { name = "opencontainers", git = "https://github.com/vsoch/oci-python?rev=ceb4fcc090851717a3069d78e85ceb1e86c2740c" }, - { name = "packaging", specifier = "==26.1" }, + { name = "packaging", specifier = "==26.2" }, { name = "paramiko", specifier = "==4.0.0" }, { name = "psycopg", extras = ["c", "pool"], specifier = "==3.3.3" }, { name = "pydantic", specifier = "==2.13.3" }, @@ -2583,11 +2583,11 @@ wheels = [ [[package]] name = "packaging" -version = "26.1" +version = "26.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/df/de/0d2b39fb4af88a0258f3bac87dfcbb48e73fbdea4a2ed0e2213f9a4c2f9a/packaging-26.1.tar.gz", hash = "sha256:f042152b681c4bfac5cae2742a55e103d27ab2ec0f3d88037136b6bfe7c9c5de", size = 215519, upload-time = "2026-04-14T21:12:49.362Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7a/c2/920ef838e2f0028c8262f16101ec09ebd5969864e5a64c4c05fad0617c56/packaging-26.1-py3-none-any.whl", hash = "sha256:5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f", size = 95831, upload-time = "2026-04-14T21:12:47.56Z" }, + { url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" }, ] [[package]]