From 2e1a7a2b98e3afd08078997087a0f29571eef372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:08:18 +0000 Subject: [PATCH] chore(deps-dev): 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 4db36db0ddd..072221dd370 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3217,14 +3217,14 @@ test-extras = ["pytest-mpl", "pytest-randomly"] [[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] @@ -3233,7 +3233,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\""} @@ -5169,4 +5169,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0.0" -content-hash = "b461e7e204ecb82d2039d392826d8452695b50adf3e22f86a4dbb39f90df956a" +content-hash = "ade91e6e8ba781806bb5af43cda5f48fa585acd3005f449e182394d238625deb" diff --git a/pyproject.toml b/pyproject.toml index 6dfb17a1458..8a5e4cec44d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ types-redis = "^4.6.0.7" testcontainers = { extras = ["redis"], version = ">=3.7.1,<5.0.0" } multiprocess = "^0.70.16" boto3-stubs = {extras = ["appconfig", "appconfigdata", "cloudformation", "cloudwatch", "dynamodb", "lambda", "logs", "s3", "secretsmanager", "ssm", "xray"], version = "^1.34.139"} -nox = ">=2024.4.15,<2026.0.0" +nox = ">=2024.4.15,<2027.0.0" mkdocstrings-python = "^1.13.0" mkdocs-llmstxt = ">=0.2,<0.5" avro = "^1.12.0"