diff --git a/poetry.lock b/poetry.lock index c1c6e96..5df974f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -183,23 +183,25 @@ files = [ [[package]] name = "nox" -version = "2023.4.22" +version = "2024.4.15" description = "Flexible test automation." optional = false python-versions = ">=3.7" files = [ - {file = "nox-2023.4.22-py3-none-any.whl", hash = "sha256:0b1adc619c58ab4fa57d6ab2e7823fe47a32e70202f287d78474adcc7bda1891"}, - {file = "nox-2023.4.22.tar.gz", hash = "sha256:46c0560b0dc609d7d967dc99e22cb463d3c4caf54a5fda735d6c11b5177e3a9f"}, + {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" -virtualenv = ">=14" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} +virtualenv = ">=20.14.1" [package.extras] -tox-to-nox = ["jinja2", "tox (<4)"] +tox-to-nox = ["jinja2", "tox"] +uv = ["uv (>=0.1.6)"] [[package]] name = "packaging" @@ -316,4 +318,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a1af8971c664270ceb45ee88c31d11518c43cdd6dbd81f070a2285a108e825e1" +content-hash = "4996bce74f2be32b5f29aa6cb9810145f1adb3ee2616acb09ce169694f4089e8" diff --git a/pyproject.toml b/pyproject.toml index 45d60e3..e509726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.8" [tool.poetry.group.dev.dependencies] pytest = "^7.4.4" -nox = "^2023.4.22" +nox = "^2024.4.15" coverage = "^7.6.1" pytest-cov = "^4.1.0"