From 4bedb8a824dd9b4b4282e64288b747cc5710b5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 03:37:46 +0000 Subject: [PATCH] Bump pytest from 7.1.1 to 7.1.2 in /Django Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Django/poetry.lock | 8 ++++---- Django/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Django/poetry.lock b/Django/poetry.lock index 187ce12..f5fcf6c 100644 --- a/Django/poetry.lock +++ b/Django/poetry.lock @@ -655,7 +655,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.1" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1009,7 +1009,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "33aed1b371d59ffa28763a2883c504bff0ade0d5949f633d46494b5c335c1344" +content-hash = "766bee127e6c131fd5186786ccd31f2899eddbb959894febf8375fc750fda223" [metadata.files] aioredis = [ @@ -1554,8 +1554,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, - {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, + {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, + {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, diff --git a/Django/pyproject.toml b/Django/pyproject.toml index fc57f78..69479ab 100644 --- a/Django/pyproject.toml +++ b/Django/pyproject.toml @@ -28,7 +28,7 @@ django-dotenv = "^1.4.2" [tool.poetry.dev-dependencies] -pytest = "^7.1.1" +pytest = "^7.1.2" pytest-django = "^4.5.2" black = "^22.3.0" pytest-asyncio = "^0.18.1"