From ba14a81c7f2cd089cbf10785387cdccdfeb570b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 03:01:53 +0000 Subject: [PATCH] build(deps): bump django in /testing/plugins_integration Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.5...3.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... 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 b86327d81..2d8de698d 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==3.3.0 -django==3.2.5 +django==3.2.7 pytest-asyncio==0.15.1 pytest-bdd==4.1.0 pytest-cov==2.12.1