From a1b13a6bf795d536d2acea9fcbc54d92ac4afd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:14:34 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b277c3..58ffd28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1596,4 +1596,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "98f0522936a4e4678fc2e6e6acfbd717c4936ce071c451a1338b5f82b5cd1e92" +content-hash = "2201653b9e1e3255eacefad52ca1430007735733e1f65031b71e5afa04f48a0b" diff --git a/pyproject.toml b/pyproject.toml index 4ee5593..eee1222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ xlsxwriter = "3.2.0" [tool.poetry.group.dev.dependencies] coverage = { extras = ["toml"], version = "^7.4.4" } mypy = "^1.9.0" -nox = "^2024.3.2" +nox = "^2024.4.15" nox-poetry = "^1.0.3" pytest = "^8.1.1" pytest-cov = "5.0.0"