From c89e5017ca64274ea28c2ed76f1ae692cd7ea90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:41:33 +0000 Subject: [PATCH] Bump pytest-django from 4.1.0 to 4.8.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.1.0 to 4.8.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.1.0...v4.8.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 39c15e87..d2742170 100644 --- a/requirements.in +++ b/requirements.in @@ -46,7 +46,7 @@ pyenchant==3.2.0 Pygments==2.18.0 pyparsing==3.1.2 pytest-cov==5.0.0 -pytest-django==4.1.0 +pytest-django==4.8.0 pytest-dotenv pytest-freezegun==0.4.2 pytest-mock==3.14.0 diff --git a/requirements.txt b/requirements.txt index a2d4a759..2243fbda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -396,9 +396,9 @@ pytest-cov==5.0.0 \ --hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \ --hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857 # via -r requirements.in -pytest-django==4.1.0 \ - --hash=sha256:10e384e6b8912ded92db64c58be8139d9ae23fb8361e5fc139d8e4f8fc601bc2 \ - --hash=sha256:26f02c16d36fd4c8672390deebe3413678d89f30720c16efb8b2a6bf63b9041f +pytest-django==4.8.0 \ + --hash=sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90 \ + --hash=sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7 # via -r requirements.in pytest-dotenv==0.5.2 \ --hash=sha256:2dc6c3ac6d8764c71c6d2804e902d0ff810fa19692e95fe138aefc9b1aa73732 \