diff --git a/poetry.lock b/poetry.lock index 8194715..cb81ab5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1860,14 +1860,14 @@ files = [ [[package]] name = "nox" -version = "2025.11.12" +version = "2026.2.9" description = "Flexible test automation." optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "nox-2025.11.12-py3-none-any.whl", hash = "sha256:707171f9f63bc685da9d00edd8c2ceec8405b8e38b5fb4e46114a860070ef0ff"}, - {file = "nox-2025.11.12.tar.gz", hash = "sha256:3d317f9e61f49d6bde39cf2f59695bb4e1722960457eee3ae19dacfe03c07259"}, + {file = "nox-2026.2.9-py3-none-any.whl", hash = "sha256:1b7143bc8ecdf25f2353201326152c5303ae4ae56ca097b1fb6179ad75164c47"}, + {file = "nox-2026.2.9.tar.gz", hash = "sha256:1bc8a202ee8cd69be7aaada63b2a7019126899a06fc930a7aee75585bf8ee41b"}, ] [package.dependencies] @@ -1876,7 +1876,7 @@ attrs = ">=24.1" colorlog = ">=2.6.1,<7" dependency-groups = ">=1.1" humanize = ">=4" -packaging = {version = ">=21", markers = "python_version >= \"3.10\""} +packaging = ">=22" tomli = {version = ">=1.1", markers = "python_version < \"3.11\""} virtualenv = {version = ">=20.15", markers = "python_version >= \"3.10\""} @@ -3915,4 +3915,4 @@ polars = ["polars"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "6f123e0b154d08f276551e1f0aba83010053d4670d6d3e81b01e1be7030b3337" +content-hash = "c503500496bd66d0eeb4e827997265588a89275a36787da5c898acf3969f0a9f" diff --git a/pyproject.toml b/pyproject.toml index d811596..c7652be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ coverage = "^7.13.0" darglint = "^1.8.1" mypy = "^1.19" myst-parser = "^4.0.1" -nox = "^2025.11.12" +nox = "^2026.2.9" polars = ">=0.16" pre-commit = "^4.5.0" pytest = ">8"