From b541308f223de3a7732e9e68acb8f6d9b63e093c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:49:31 +0000 Subject: [PATCH] Bump python-whois from 0.9.0 to 0.9.2 in /docker/py3-native Bumps [python-whois](https://github.com/richardpenman/whois) from 0.9.0 to 0.9.2. - [Commits](https://github.com/richardpenman/whois/commits) --- updated-dependencies: - dependency-name: python-whois dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/py3-native/poetry.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docker/py3-native/poetry.lock b/docker/py3-native/poetry.lock index d41ade10c65db..6dba6672e0bf0 100644 --- a/docker/py3-native/poetry.lock +++ b/docker/py3-native/poetry.lock @@ -2587,18 +2587,15 @@ XlsxWriter = ">=0.5.7" [[package]] name = "python-whois" -version = "0.9.0" +version = "0.9.2" description = "Whois querying and parsing of domain registration information." optional = false python-versions = "*" files = [ - {file = "python-whois-0.9.0.tar.gz", hash = "sha256:74714734c8efc8a823ee2232a4d4c1207f7389401a3a745603d42adf3e52e621"}, - {file = "python_whois-0.9.0-py3-none-any.whl", hash = "sha256:255afd8291903a4f8c0b4038ee091dcacb56919d0b8f7efb48c5ed897163dfb8"}, + {file = "python-whois-0.9.2.tar.gz", hash = "sha256:90ae131f702947fe459e1d73d49aa8726a1837a26d1ba66d09ac7d45f5f02067"}, + {file = "python_whois-0.9.2-py3-none-any.whl", hash = "sha256:ff8a0a8f3d8630868c8d0f6561977a3614a70f95907ae151de63bfac1f82c313"}, ] -[package.dependencies] -future = "*" - [package.extras] better-date-conversion = ["python-dateutil"]