From c64e829af820bb9bfe6973c329f0903a7235578b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:00:07 +0000 Subject: [PATCH] build(deps): bump nox from 2024.3.2 to 2024.4.15 Bumps [nox](https://github.com/wntrblm/nox) from 2024.3.2 to 2024.4.15. - [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.03.02...2024.04.15) --- updated-dependencies: - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4937683f..28bb5c93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1702,24 +1702,25 @@ files = [ [[package]] name = "nox" -version = "2024.3.2" +version = "2024.4.15" description = "Flexible test automation." optional = false python-versions = ">=3.7" files = [ - {file = "nox-2024.3.2-py3-none-any.whl", hash = "sha256:e53514173ac0b98dd47585096a55572fe504fecede58ced708979184d05440be"}, - {file = "nox-2024.3.2.tar.gz", hash = "sha256:f521ae08a15adbf5e11f16cb34e8d0e6ea521e0b92868f684e91677deb974553"}, + {file = "nox-2024.4.15-py3-none-any.whl", hash = "sha256:6492236efa15a460ecb98e7b67562a28b70da006ab0be164e8821177577c0565"}, + {file = "nox-2024.4.15.tar.gz", hash = "sha256:ecf6700199cdfa9e5ea0a41ff5e6ef4641d09508eda6edb89d9987864115817f"}, ] [package.dependencies] argcomplete = ">=1.9.4,<4.0" colorlog = ">=2.6.1,<7.0.0" packaging = ">=20.9" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} virtualenv = ">=20.14.1" [package.extras] tox-to-nox = ["jinja2", "tox"] -uv = ["uv"] +uv = ["uv (>=0.1.6)"] [[package]] name = "nox-poetry" @@ -3443,4 +3444,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.12" -content-hash = "440ee452a36e541a5f7ff419db29c69d53b0ad06df146b0d561b4f4284559848" +content-hash = "36f47ba2394310a794fe66419c627a50ede3b40767078bcd52b99988b2b1b0ff" diff --git a/pyproject.toml b/pyproject.toml index 0fc41110..ba25d5d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ twine = "5.0.0" pytest = "8.1.1" pytest-cov = "5.0.0" nox-poetry = "^1.0.3" -nox = "^2024.3.2" +nox = "^2024.4.15" flake8-annotations = "^2.9.1" [tool.poetry.extras]