From f6a5f699a65593315f3310a6f0dd23178b5f52dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 23:53:28 +0000 Subject: [PATCH] Bump dnspython from 1.16.0 to 2.1.0 Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.16.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/v1.16.0...v2.1.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d992ac8..a7fbaf2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ certifi==2021.5.30 -dnspython==1.16.0 +dnspython==2.1.0 eventlet==0.31.0 greenlet==1.1.0 python-engineio==4.2.0