diff --git a/poetry.lock b/poetry.lock index 721b2ae..bd6c29d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -183,18 +183,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" @@ -319,4 +319,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9.1, < 4" -content-hash = "14f773f97d68e9e1f06a977340f05a5ef0c5ab667ac4f4e507631e6e888e59c2" +content-hash = "c5c1e232de6026b06454bdcc7955fd98dbbb7f056a7f5203985968201faf09f3" diff --git a/pyproject.toml b/pyproject.toml index e1c16ed..9069915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = ">=3.9.1, < 4" [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" -nox = "^2024.4.15" +nox = "^2024.10.9" coverage = "^7.6.1" pytest-cov = "^5.0.0"