diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-04-23 18:27:52 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-02 11:30:57 +0300 |
commit | 252507784fb214f78a3bace6b887e7bcbb002914 (patch) | |
tree | 040dd2db8139fad7089aae259360629c39888501 /net-analyzer | |
parent | net-analyzer/wtfis: enable py3.12 (diff) | |
download | gentoo-252507784fb214f78a3bace6b887e7bcbb002914.tar.gz gentoo-252507784fb214f78a3bace6b887e7bcbb002914.tar.bz2 gentoo-252507784fb214f78a3bace6b887e7bcbb002914.zip |
net-analyzer/wtfis: bump dependencies
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild index 27c081820a3e..5982358071db 100644 --- a/net-analyzer/wtfis/wtfis-9999.ebuild +++ b/net-analyzer/wtfis/wtfis-9999.ebuild @@ -22,12 +22,11 @@ LICENSE="MIT" SLOT="0" RDEPEND=" - >=dev-python/pydantic-2.0.3[${PYTHON_USEDEP}] - >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}] + >=dev-python/pydantic-2.7.1[${PYTHON_USEDEP}] + >=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}] >=dev-python/requests-2.31.0[${PYTHON_USEDEP}] - >=dev-python/rich-13.4.2[${PYTHON_USEDEP}] - <dev-python/rich-13.5.0[${PYTHON_USEDEP}] - >=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}] + >=dev-python/rich-13.7.1[${PYTHON_USEDEP}] + >=net-analyzer/shodan-1.31.0[${PYTHON_USEDEP}] " BDEPEND=" test? ( |