From 24eadfe4cfce9d775f53b7218bad1cb9c53c37ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:59:29 +0000 Subject: [PATCH] chore: bump nox from 2024.4.15 to 2024.10.9 Bumps [nox](https://github.com/wntrblm/nox) from 2024.4.15 to 2024.10.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/2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: nox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index c27e698..d65d14a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1504,18 +1504,18 @@ setuptools = "*" [[package]] name = "nox" -version = "2024.4.15" +version = "2024.10.9" description = "Flexible test automation." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "nox-2024.4.15-py3-none-any.whl", hash = "sha256:6492236efa15a460ecb98e7b67562a28b70da006ab0be164e8821177577c0565"}, - {file = "nox-2024.4.15.tar.gz", hash = "sha256:ecf6700199cdfa9e5ea0a41ff5e6ef4641d09508eda6edb89d9987864115817f"}, + {file = "nox-2024.10.9-py3-none-any.whl", hash = "sha256:1d36f309a0a2a853e9bccb76bbef6bb118ba92fa92674d15604ca99adeb29eab"}, + {file = "nox-2024.10.9.tar.gz", hash = "sha256:7aa9dc8d1c27e9f45ab046ffd1c3b2c4f7c91755304769df231308849ebded95"}, ] [package.dependencies] -argcomplete = ">=1.9.4,<4.0" -colorlog = ">=2.6.1,<7.0.0" +argcomplete = ">=1.9.4,<4" +colorlog = ">=2.6.1,<7" packaging = ">=20.9" tomli = {version = ">=1", markers = "python_version < \"3.11\""} virtualenv = ">=20.14.1" @@ -3215,4 +3215,4 @@ polars = ["polars"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1f93f64574c7b606c248e1a4d1cce98fee662b3a4a51978b289bd3096d74fc82" +content-hash = "4765361cfd40565e216753eb065b2d38b575d9486258627fed19b9d90fd1a82c" diff --git a/pyproject.toml b/pyproject.toml index 95763c4..017f2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = "^7.6.0" darglint = "^1.8.1" mypy = "^1.11" myst-parser = "^3.0.0" -nox = "^2024.4.15" +nox = "^2024.10.9" polars = ">=0.16" pre-commit = "^3.5.0" pytest = ">7"