From 904141521a35be97d5ab517c99c6897f748abb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:06:43 +0000 Subject: [PATCH] Bump dnspython from 1.15.0 to 2.2.1 in /upribox_interface Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.15.0 to 2.2.1. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/v2.2.1/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v1.15.0...v2.2.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- upribox_interface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upribox_interface/requirements.txt b/upribox_interface/requirements.txt index 883f395..927a4c5 100644 --- a/upribox_interface/requirements.txt +++ b/upribox_interface/requirements.txt @@ -5,7 +5,7 @@ click==6.7 django-autoslug==1.9.3 django-rq==0.9.5 django-widget-tweaks==1.4.1 -dnspython==1.15.0 +dnspython==2.2.1 netaddr==0.7.19 netifaces==0.10.5 pytz==2017.2