diff --git a/poetry.lock b/poetry.lock index 4b66f164..b79ede07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1233,13 +1233,13 @@ tox-to-nox = ["jinja2", "tox (<4)"] [[package]] name = "nox-poetry" -version = "1.0.2" +version = "1.0.3" description = "nox-poetry" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "nox-poetry-1.0.2.tar.gz", hash = "sha256:22bc397979393a0283f5161af708a3a430e1c7e0cc2be274c7b27e9e46de0412"}, - {file = "nox_poetry-1.0.2-py3-none-any.whl", hash = "sha256:a53c36eccbd67f15b5b83dd6562d077dd326c71fd4a942528d8b2299c417dbbe"}, + {file = "nox_poetry-1.0.3-py3-none-any.whl", hash = "sha256:a2fffeb70ae81840479e68287afe1c772bf376f70f1e92f99832a20b3c64d064"}, + {file = "nox_poetry-1.0.3.tar.gz", hash = "sha256:dc7ecbbd812a333a0c0b558f57e5b37f7c12926cddbcecaf2264957fd373824e"}, ] [package.dependencies] @@ -2733,4 +2733,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<=3.11" -content-hash = "f7ffae228c198bef9fe6a749d6c4bcd37e8af62468ff7029f656f354520f9db4" +content-hash = "49746840a74a67f7fe099a57515d4b03ec08c5e07237b0ffe8b95615feaba604" diff --git a/pyproject.toml b/pyproject.toml index 241b8a01..87ed801a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ coverage = "7.2.7" twine = "4.0.2" pytest = "7.4.0" pytest-cov = "4.1.0" -nox-poetry = "^1.0.2" +nox-poetry = "^1.0.3" nox = "^2023.4.22" flake8-annotations = "^2.9.1"