From cca7828c2217234d6d1dbc6d72b1a52a3bf8813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:51:33 +0000 Subject: [PATCH] Bump nox from 2024.4.15 to 2024.10.9 (#1342) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21d1660e..55908b22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1689,18 +1689,18 @@ files = [ [[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" @@ -3480,4 +3480,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.12" -content-hash = "e4d55df67f7539b6a872d75f59e0abc44605a9e080678eee72fd32ed64a20b07" +content-hash = "987150235deedf029c6be2679d3c5e21eac7b17bca71083e895810b7e2ed3776" diff --git a/pyproject.toml b/pyproject.toml index f0b3908f..222da1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ twine = "5.1.1" pytest = "8.3.3" pytest-cov = "5.0.0" nox-poetry = "^1.0.3" -nox = "^2024.4.15" +nox = "^2024.10.9" flake8-annotations = "^2.9.1" [tool.poetry.extras]