From 1a0cb5a8ae24bf2ed6fe229334038de168ae2c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:56:49 +0000 Subject: [PATCH] build(deps): bump dnspython from 2.0.0 to 2.6.1 in /batch-prediction Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.0.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.0.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- batch-prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch-prediction/requirements.txt b/batch-prediction/requirements.txt index f701d31..8fe4a97 100644 --- a/batch-prediction/requirements.txt +++ b/batch-prediction/requirements.txt @@ -4,4 +4,4 @@ catboost==0.25.1 scikit-learn==0.24.0 pymongo==3.10.1 boto3==1.17.13 -dnspython==2.0.0 \ No newline at end of file +dnspython==2.6.1 \ No newline at end of file