From 4eebfb2f19057d50a0400a71c356243e5fd42954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 15:16:38 +0000 Subject: [PATCH] build(deps): Bump django in /testing/plugins_integration Bumps [django](https://github.com/django/django) from 3.2.10 to 4.0. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.10...4.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- testing/plugins_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 64d0ab83d..4583cf0d3 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==3.4.0 -django==3.2.10 +django==4.0 pytest-asyncio==0.16.0 pytest-bdd==5.0.0 pytest-cov==3.0.0