summaryrefslogtreecommitdiff
path: root/net-analyzer/wtfis/wtfis-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wtfis/wtfis-9999.ebuild')
-rw-r--r--net-analyzer/wtfis/wtfis-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild
index 4f7452d042b6..aca9bc27250e 100644
--- a/net-analyzer/wtfis/wtfis-9999.ebuild
+++ b/net-analyzer/wtfis/wtfis-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
@@ -22,8 +22,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
- <dev-python/pydantic-2[${PYTHON_USEDEP}]
- >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.0.3[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
>=dev-python/rich-12.6.0[${PYTHON_USEDEP}]