diff --git a/poetry.lock b/poetry.lock index b0047a5..1f1ade9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -854,14 +854,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] @@ -870,7 +870,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" virtualenv = {version = ">=20.15", markers = "python_version >= \"3.10\""} [package.extras] @@ -1668,4 +1668,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f6e6598d71ff2ad173e1457f0e0eca61bf2e46353b6c0f33ae1f57c7af8d3442" +content-hash = "812e78103a4ef6a06a0b9ccb2501c399b82645e13aab05d51689c96c1cd8118e" diff --git a/pyproject.toml b/pyproject.toml index b9022e0..e8f598b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional = true [tool.poetry.group.dev.dependencies] black = ">=24.10,<27.0" -nox = ">=2024.10.9,<2026.0.0" +nox = ">=2024.10.9,<2027.0.0" pyright = "^1.1.391" pytest = ">=8.3.4,<10.0.0" pytest-cov = ">=6,<8"