diff --git a/poetry.lock b/poetry.lock index f7445ae..82015cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -264,7 +264,7 @@ tox_to_nox = ["jinja2", "tox"] [[package]] name = "nox-poetry" -version = "0.9.0" +version = "1.0.0" description = "nox-poetry" category = "dev" optional = false @@ -273,7 +273,7 @@ python-versions = ">=3.7,<4.0" [package.dependencies] nox = ">=2020.8.22" packaging = ">=20.9" -tomlkit = ">=0.7.0,<0.8.0" +tomlkit = ">=0.7,<0.9" [[package]] name = "packaging" @@ -521,7 +521,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e374bb32b93efe2c2b1cb21896455ceb010d3b9abb0c9d7475162854033b1795" +content-hash = "aa1537ced7e168e525015f332c4fc90679ca63a5da952e30d28452d84f735418" [metadata.files] argcomplete = [ @@ -644,8 +644,8 @@ nox = [ {file = "nox-2022.1.7.tar.gz", hash = "sha256:b375238cebb0b9df2fab74b8d0ce1a50cd80df60ca2e13f38f539454fcd97d7e"}, ] nox-poetry = [ - {file = "nox-poetry-0.9.0.tar.gz", hash = "sha256:ea48fa535cd048854da35af7c6c3e92046fbed9b9023bb81193fb4d2d3a47c92"}, - {file = "nox_poetry-0.9.0-py3-none-any.whl", hash = "sha256:33423c855fb47e2901faf9e15937326bc20c6e356eef825903eed4f8bbda69d3"}, + {file = "nox-poetry-1.0.0.tar.gz", hash = "sha256:808290dccecdac8e3149d124dfc6f0c894636eb36229f013197e13b54b3ee039"}, + {file = "nox_poetry-1.0.0-py3-none-any.whl", hash = "sha256:6fb67c7fa4e3b07ab1943c7ce72523425208a2056f397ef65e0bd5a0d656bb36"}, ] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, diff --git a/pyproject.toml b/pyproject.toml index 6d1bfff..0ba23cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pytest = "^6.2.5" black = "^21.12b0" flake8 = "^4.0.1" nox = "^2022.1.7" -nox-poetry = "^0.9.0" +nox-poetry = "^1.0.0" bandit = "^1.7.1" pylint = "^2.12.2" isort = "^5.10.1"