commit: e2ee12012d44d80e336438ce6109283b5ba2ab3b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 09:38:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 09:38:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ee1201
dev-python/httpx-socks: Fix test dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx-socks/httpx-socks-0.9.0.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/httpx-socks/httpx-socks-0.9.0.ebuild
b/dev-python/httpx-socks/httpx-socks-0.9.0.ebuild
index 04525123e363..170927a7b9a2 100644
--- a/dev-python/httpx-socks/httpx-socks-0.9.0.ebuild
+++ b/dev-python/httpx-socks/httpx-socks-0.9.0.ebuild
@@ -30,13 +30,15 @@ RDEPEND="
"
BDEPEND="
test? (
- >=dev-python/hypercorn-0.12.0[${PYTHON_USEDEP}]
+ >=dev-python/async-timeout-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/hypercorn-0.14.3[${PYTHON_USEDEP}]
>=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
>=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
- >=dev-python/starlette-0.19.1[${PYTHON_USEDEP}]
- >=dev-python/trio-0.18.0[${PYTHON_USEDEP}]
+ >=dev-python/starlette-0.25.0[${PYTHON_USEDEP}]
+ >=dev-python/tiny-proxy-0.1.1[${PYTHON_USEDEP}]
+ >=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
+ >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.3[${PYTHON_USEDEP}]
- dev-python/tiny-proxy[${PYTHON_USEDEP}]
)
"