From 538eb6d1fa17fe46520aefe28d2a9658b59e96cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:02:46 +0000 Subject: [PATCH] bump: update python-whois requirement Updates the requirements on [python-whois](https://github.com/richardpenman/whois) to permit the latest version. - [Commits](https://github.com/richardpenman/whois/commits) --- updated-dependencies: - dependency-name: python-whois dependency-version: 0.9.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8dae80..1d4f459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "sphinx-rtd-theme>=1.3.0", "pexpect>=4.8.0", "ipwhois>=1.2.0", - "python-whois>=0.8.0,<0.9.6", + "python-whois>=0.8.0,<0.9.7", "beautifulsoup4>=4.12.2", "types-requests>=2.31.0", "types-beautifulsoup4>=4.12.0",