summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-21 16:24:15 +0000
committerJordan Cook <jordan.cook@pioneer.com>2022-05-21 15:03:21 -0500
commit3106bff37aad7f06bc9d80d31d2b27cb2b75815d (patch)
tree06d1808e0afa100998b7f0c73a21e2d4126ff7e6 /pyproject.toml
parentc59ac119785dce92dae34fe5f6df080c982b483d (diff)
downloadrequests-cache-3106bff37aad7f06bc9d80d31d2b27cb2b75815d.tar.gz
Bump nox-poetry from 0.9.0 to 1.0.0
Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.9.0 to 1.0.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.9.0...v1.0.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 67f7a6f..8b5e3a5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -102,7 +102,7 @@ pre-commit = "^2.19"
# For convenience in local development
nox = "^2022.1.7"
-nox-poetry = "^0.9.0"
+nox-poetry = "^1.0.0"
rich = ">=10.0"
sphinx-autobuild = "^2021.3.14"