From 11e7b9683a690591c9e7352b48fbb98d35d7b335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:08:44 +0100 Subject: [PATCH] Bump nox from 2021.10.1 to 2022.1.7 (#193) Bumps [nox](https://github.com/theacodes/nox) from 2021.10.1 to 2022.1.7. - [Release notes](https://github.com/theacodes/nox/releases) - [Changelog](https://github.com/theacodes/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/theacodes/nox/compare/2021.10.1...2022.1.7) --- updated-dependencies: - dependency-name: nox dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f2e86ef..7f311387 100644 --- a/poetry.lock +++ b/poetry.lock @@ -669,7 +669,7 @@ python-versions = "*" [[package]] name = "nox" -version = "2021.10.1" +version = "2022.1.7" description = "Flexible test automation." category = "dev" optional = false @@ -1411,7 +1411,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "30988c71b10eca34c412f9b22a53ffa5ca3562e1ac76b73f7e0d6b058daeb226" +content-hash = "095b5d44e8b4eaeb10a0e31097781974f133cb9500665db27f5af772524a003a" [metadata.files] argcomplete = [ @@ -1927,8 +1927,8 @@ nodeenv = [ {file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"}, ] nox = [ - {file = "nox-2021.10.1-py3-none-any.whl", hash = "sha256:1bb224fb09c26c482932f0e3038ef01c27b4025d559066443a4da1f96daad01a"}, - {file = "nox-2021.10.1.tar.gz", hash = "sha256:0a1c735d5e90fa234046b58a5ad61d08bc13ae77ab213da9b58d5cc2d25023ae"}, + {file = "nox-2022.1.7-py3-none-any.whl", hash = "sha256:efee12f02d39405b16d68f60e7a06fe1fc450ae58669d6cdda8c7f48e3bae9e3"}, + {file = "nox-2022.1.7.tar.gz", hash = "sha256:b375238cebb0b9df2fab74b8d0ce1a50cd80df60ca2e13f38f539454fcd97d7e"}, ] packaging = [ {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, diff --git a/pyproject.toml b/pyproject.toml index 90e80c35..1b6b280a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ coverage = "^6.1" pytest = "^6.2" pytest-cov = "^3.0" pytest-django = "^4.0.0" -nox = "^2021.0.0" +nox = "^2022.1.7" types-cryptography = "^3.3.9" django-stubs = "^1.9.0" django-mock-queries = "^2.1.7"