From b79099467fc39949bab1bbcdfd46ec995a05ade9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:44:03 +0000 Subject: [PATCH] chore: bump nox from 2025.11.12 to 2026.2.9 Bumps [nox](https://github.com/wntrblm/nox) from 2025.11.12 to 2026.2.9. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.11.12...2026.02.09) --- updated-dependencies: - dependency-name: nox dependency-version: 2026.2.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"