From 5addc2eba2088a6d87d98151ed8a8e68894a1075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:51:39 +0000 Subject: [PATCH] Bump dnspython from 2.5.0 to 2.6.1 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0deeb64e..426cd4ea 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -38,7 +38,7 @@ cryptography==42.0.2 # types-redis distlib==0.3.8 # via virtualenv -dnspython==2.5.0 +dnspython==2.6.1 # via pymongo docutils==0.20.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 58406ee9..afe05712 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -5,12 +5,12 @@ # pip-compile requirements/tests.in # boto3==1.34.39 - # via -r requirements/tests.in + # via -r tests.in botocore==1.34.39 # via # boto3 # s3transfer -dnspython==2.5.0 +dnspython==2.6.1 # via pymongo iniconfig==2.0.0 # via pytest @@ -25,24 +25,24 @@ pluggy==1.4.0 psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 - # via -r requirements/tests.in + # via -r tests.in pymongo==4.6.1 - # via -r requirements/tests.in + # via -r tests.in pytest==8.0.0 # via - # -r requirements/tests.in + # -r tests.in # pytest-xprocess pytest-xprocess==0.23.0 - # via -r requirements/tests.in + # via -r tests.in python-dateutil==2.8.2 # via botocore redis==5.0.1 - # via -r requirements/tests.in + # via -r tests.in s3transfer==0.10.0 # via boto3 six==1.16.0 # via python-dateutil -urllib3 +urllib3==2.0.7 # via botocore uwsgi==2.0.24 - # via -r requirements/tests.in + # via -r tests.in