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.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild
index 5982358071db..ffc1de3aaabe 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_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
@@ -22,9 +22,9 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
- >=dev-python/pydantic-2.7.1[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.7.2[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
>=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
>=net-analyzer/shodan-1.31.0[${PYTHON_USEDEP}]
"