From b41212f65c45c91d01e481057ef7281ba2d3df97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:40:30 +0000 Subject: [PATCH] Bump dnspython from 2.2.1 to 2.6.1 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 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.2.1...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a70ba73ea5..32d5801fb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ troi@git+https://github.com/metabrainz/troi-recommendation-playground.git@v-2024 PyYAML==6.0 eventlet == 0.35.2 # eventlet fails to patch dnspython >= 2.3 https://github.com/eventlet/eventlet/issues/781 -dnspython==2.2.1 +dnspython==2.6.1 uWSGI==2.0.23 sentry-sdk[flask]==1.38.0 pydantic == 1.9.1 @@ -54,6 +54,6 @@ itsdangerous==2.1.2 countryinfo==0.1.2 urllib3==1.26.18 orjson==3.9.15 -dnspython==2.2.1 +dnspython==2.6.1 pyjwt[crypto]==2.7.0 packaging~=23.1