From 4ac84aacb86f1a525a46faee0c81a340b37a5940 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:53:36 +0000 Subject: [PATCH] Bump dnspython from 2.0.0 to 2.1.0 in /auctioning_platform Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- auctioning_platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/requirements.txt b/auctioning_platform/requirements.txt index b203578f..eb32222e 100644 --- a/auctioning_platform/requirements.txt +++ b/auctioning_platform/requirements.txt @@ -12,7 +12,7 @@ certifi==2020.6.20 # via requests cffi==1.14.3 # via bcrypt chardet==3.0.4 # via requests click==7.1.2 # via flask, rq -dnspython==2.0.0 # via email-validator +dnspython==2.1.0 # via email-validator email-validator==1.1.2 # via -r ./web_app/requirements.txt factory-boy==3.1.0 # via -r ./auctions/requirements-dev.txt, -r ./web_app/requirements-dev.txt, -r ./web_app/requirements.txt faker==6.6.2 # via -r ./shipping_infrastructure/requirements.txt, factory-boy, pytest-faker