diff --git a/poetry.lock b/poetry.lock index be307b3..30fed17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1569,14 +1569,14 @@ files = [ [[package]] name = "packaging" -version = "24.1" +version = "26.1" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"}, - {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, + {file = "packaging-26.1-py3-none-any.whl", hash = "sha256:5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f"}, + {file = "packaging-26.1.tar.gz", hash = "sha256:f042152b681c4bfac5cae2742a55e103d27ab2ec0f3d88037136b6bfe7c9c5de"}, ] [[package]] @@ -3116,4 +3116,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "dd31fa2047329d150099e993b4a95fa7441af2c3bbe9a07a262fe64bb96d46a2" +content-hash = "2f14b0b6962e18a781cd24d12a6b0d9f5915d9a360ed2129030196c2d4c6e55a" diff --git a/pyproject.toml b/pyproject.toml index ba67876..e64de1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ more-itertools = "10.8.0" nh3 = "0.2.18" nltk = "3.9" numpy = "2.0.2" -packaging = "24.1" +packaging = "26.1" pandas = "2.3.3" pillow = "11.3.0" pkginfo = "1.11.1"