From 0a07b71046666a6f55a37bf63d039c8f9a87183c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 10:44:32 +0200 Subject: [PATCH] Bump django from 3.2 to 3.2.2 in /testing/plugins_integration (#8652) Bumps [django](https://github.com/django/django) from 3.2 to 3.2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...3.2.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 97a35ebbb..97efaced7 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==3.0.1 -django==3.2 +django==3.2.2 pytest-asyncio==0.15.1 pytest-bdd==4.0.2 pytest-cov==2.11.1