From 46cd23ec55bf55b4d9df2f7ec4d8db167fddde37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:52:15 +0000 Subject: [PATCH] Bump dnspython from 1.16.0 to 2.6.1 in /webhook Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.16.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/v1.16.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- webhook/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..c59a62c 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -6,7 +6,7 @@ certifi==2020.6.20 chardet==3.0.4 click==7.1.2 cryptography==3.0 -dnspython==1.16.0 +dnspython==2.6.1 fastapi==0.59.0 filelock==3.0.12 flake8==3.8.3