diff --git a/poetry.lock b/poetry.lock index 1dfde7b..fca55d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aio-pika" @@ -1661,23 +1661,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 = "nox-poetry" @@ -3043,4 +3045,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "88a8f088c8eff4437e03b7fc69f07651f23b32c5bfbe1b96452f4f743b540c59" +content-hash = "edc3a8deed0fe39a0736de23a33ae225ec68135e39fba01946b7ecf011da46c3" diff --git a/pyproject.toml b/pyproject.toml index b8ecc89..3ec4305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ simplejson = "^3.19.2" python-json-logger = "^2.0.7" fdk-rdf-parser = "2.5.1" aio-pika = "^9.4.0" -nox = "^2023.4.22" +nox = "^2024.4.15" pip = "^24.0" nox-poetry = "^1.0.3" poetry = "^1.8.0"