From 7ed564edd4607e4298215ca3e3d965b64f1bf027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:28:50 +0000 Subject: [PATCH] Bump pytest-django from 4.7.0 to 4.8.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.7.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.7.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 965667f26..5634dd4cc 100644 --- a/requirements.in +++ b/requirements.in @@ -49,7 +49,7 @@ nltk==3.8.1 mock==5.1.0 pytest==7.4.3 tomli==2.0.1 -pytest-django==4.7.0 +pytest-django==4.8.0 requests-mock==1.11.0 # Dev requirements diff --git a/requirements.txt b/requirements.txt index 193e21bfb..65ef9e332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -945,9 +945,9 @@ pytest==7.4.3 \ # via # -r requirements.in # pytest-django -pytest-django==4.7.0 \ - --hash=sha256:4e1c79d5261ade2dd58d91208017cd8f62cb4710b56e012ecd361d15d5d662a2 \ - --hash=sha256:92d6fd46b1d79b54fb6b060bbb39428073396cec717d5f2e122a990d4b6aa5e8 +pytest-django==4.8.0 \ + --hash=sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90 \ + --hash=sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7 # via -r requirements.in python-dateutil==2.8.2 \ --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \