diff --git a/poetry.lock b/poetry.lock index f7445ae..cbad186 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.1" 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" [[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 = "73679ee170ca93a6a51e912c6c4fc7f190c67cc8d27561822370408f581333d1" [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.1.tar.gz", hash = "sha256:8a1b96f2d321e91917f0aa770adb6079f3f3dc8cf01447944977cb78ccafda15"}, + {file = "nox_poetry-1.0.1-py3-none-any.whl", hash = "sha256:6ed30e33b782cecba081dbb79626f60c3acf517c535b89ef8699071fd70567cd"}, ] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, diff --git a/pyproject.toml b/pyproject.toml index 6d1bfff..195e229 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.1" bandit = "^1.7.1" pylint = "^2.12.2" isort = "^5.10.1"