From 6aafe444e2dca2ff30c0a1884511467e0880cfab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:33:36 +0000 Subject: [PATCH] Bump dnspython from 2.7.0 to 2.8.0 in /client Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.7.0 to 2.8.0. - [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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 705782e1..86c0b703 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ - "dnspython == 2.7.0", + "dnspython == 2.8.0", "PyYAML == 6.0.1", "cryptography == 44.0.3", "pid == 3.0.4",