summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements-dev.txt8
-rw-r--r--requirements-server.txt4
-rw-r--r--requirements.txt4
-rw-r--r--searx/network/client.py1
4 files changed, 8 insertions, 9 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 2fb65df5d..f037ed456 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -2,9 +2,9 @@ mock==5.2.0
nose2[coverage_plugin]==0.16.0
cov-core==1.15.0
black==25.9.0
-pylint==4.0.6
+pylint==4.0.7
splinter==0.21.0
-selenium==4.46.0
+selenium==4.47.0
Sphinx==8.2.3;python_version <= "3.11"
Sphinx==9.1.0; python_version > "3.11"
sphinx-issues==6.0.0
@@ -18,11 +18,11 @@ myst-parser==5.0.0
linuxdoc==20260504
aiounittest==1.5.0
yamllint==1.38.0
-wlc==2.1.0
+wlc==2.1.1
coloredlogs==15.0.1
docutils>=0.21.2;python_version <= "3.11"
docutils>=0.22.4; python_version > "3.11"
parameterized==0.9.0
-granian[reload]==2.7.9
+granian[reload]==2.8.1
basedpyright==1.39.9
types-lxml==2026.2.16
diff --git a/requirements-server.txt b/requirements-server.txt
index 40dff8c33..5b361b85d 100644
--- a/requirements-server.txt
+++ b/requirements-server.txt
@@ -1,2 +1,2 @@
-granian==2.7.9
-granian[pname]==2.7.9
+granian==2.8.1
+granian[pname]==2.8.1
diff --git a/requirements.txt b/requirements.txt
index 9e94e7649..d19986ee4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,12 +8,12 @@ pygments==2.20.0
python-dateutil==2.9.0.post0
pyyaml==6.0.3
httpx[http2]==0.28.1
-httpx-socks[asyncio]==0.10.0
+httpx-socks[asyncio]==0.13.1
sniffio==1.3.1
valkey==6.1.1
markdown-it-py==4.2.0
msgspec==0.21.1
-typer==0.27.0
+typer==0.27.1
isodate==0.7.2
whitenoise==6.12.0
typing-extensions==4.16.0
diff --git a/searx/network/client.py b/searx/network/client.py
index 024eb2567..4019e907c 100644
--- a/searx/network/client.py
+++ b/searx/network/client.py
@@ -133,7 +133,6 @@ def get_transport_for_socks_proxy(
username=proxy_username,
password=proxy_password,
rdns=rdns,
- loop=get_loop(),
verify=_verify, # pyright: ignore[reportArgumentType]
http2=http2,
local_address=local_address,