From 2120f02d5a2de57b4297121bbe1287ac292981fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:16:24 +0000 Subject: [PATCH] Bump dnspython from 2.5.0 to 2.6.1 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.run.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.run.txt b/requirements.run.txt index aeb8ae9..bd3ea5d 100644 --- a/requirements.run.txt +++ b/requirements.run.txt @@ -8,7 +8,7 @@ python-engineio python-socketio dotmap pyfiglet -dnspython==2.5.0 +dnspython==2.6.1 # demo gunicorn diff --git a/requirements.txt b/requirements.txt index 6828316..a72d740 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ python-engineio python-socketio dotmap pyfiglet -dnspython==2.5.0 +dnspython==2.6.1