summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-02 10:38:04 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-02 10:38:04 +0100
commite2ee12012d44d80e336438ce6109283b5ba2ab3b (patch)
tree086a0ccfb230f23bedbca437117b1980835ffd32 /dev-python
parentsys-libs/timezone-data: Stabilize 2024a-r1 x86, #925950 (diff)
downloadgentoo-e2ee12012d44d80e336438ce6109283b5ba2ab3b.tar.gz
gentoo-e2ee12012d44d80e336438ce6109283b5ba2ab3b.tar.bz2
gentoo-e2ee12012d44d80e336438ce6109283b5ba2ab3b.zip
dev-python/httpx-socks: Fix test dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httpx-socks/httpx-socks-0.9.0.ebuild10
1 files 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}]
)
"