SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
Find a file
dependabot[bot] b2da6b90f2
[upd] pypi: Bump the minor group across 1 directory with 6 updates (#6540)
* [upd] pypi: Bump the minor group across 1 directory with 6 updates

Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [granian](https://github.com/emmett-framework/granian) | `2.7.9` | `2.8.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `4.0.6` | `4.0.7` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.46.0` | `4.47.0` |
| [wlc](https://github.com/WeblateOrg/wlc) | `2.1.0` | `2.1.1` |
| [httpx-socks](https://github.com/romis2012/httpx-socks) | `0.10.0` | `0.13.0` |
| [typer](https://github.com/fastapi/typer) | `0.27.0` | `0.27.1` |



Updates `granian` from 2.7.9 to 2.8.1
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.7.9...v2.8.1)

Updates `pylint` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7)

Updates `selenium` from 4.46.0 to 4.47.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.46.0...selenium-4.47.0)

Updates `wlc` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/WeblateOrg/wlc/releases)
- [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst)
- [Commits](https://github.com/WeblateOrg/wlc/compare/2.1.0...2.1.1)

Updates `httpx-socks` from 0.10.0 to 0.13.0
- [Release notes](https://github.com/romis2012/httpx-socks/releases)
- [Commits](https://github.com/romis2012/httpx-socks/compare/v0.10.0...v0.13.0)

Updates `typer` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.27.0...0.27.1)

---
updated-dependencies:
- dependency-name: granian
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: httpx-socks
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pylint
  dependency-version: 4.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: selenium
  dependency-version: 4.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typer
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wlc
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [fix] network: bump httpx-socks to 0.13.1 for python-socks 3

httpx-socks 0.10.0 calls the default AnyIO Proxy with proxy_ssl.
python-socks 3.0.0 dropped that kwarg, so Tor/SOCKS startup checks
crash. 0.13.1 uses the v2 API (proxy_ssl still accepted) and allows
python-socks<4.

Drop the unused loop= argument; 0.13.1 forwards extra kwargs to
httpcore.AsyncConnectionPool, which rejects loop.

Closes: searxng/searxng#6514
Signed-off-by: Richard Freeman <rich@rich0.org>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Richard Freeman <rich@rich0.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Freeman <rich@rich0.org>
2026-08-16 11:10:39 +02:00
.devcontainer [fix] devcontainers: missing Valkey package (#4997) 2025-07-11 16:51:58 +02:00
.github [upd] github-actions: Bump JamesIves/github-pages-deploy-action (#6521) 2026-08-14 10:18:45 +02:00
.helix [chore] helix config: enable pyling and use black via pylsp 2026-06-11 11:03:38 +02:00
.vscode Add GitHub Codespaces configuration 2023-03-21 20:58:13 +00:00
client/simple [upd] web-client (simple): Bump the minor group across 1 directory with 7 updates (#6522) 2026-08-16 10:34:47 +02:00
container [fix] container: ignore invalid SEARXNG_PORT values (#6439) 2026-07-22 22:23:30 +02:00
docs [feat] engines: add paid yandex search api (#6349) 2026-08-13 18:16:56 +02:00
searx [upd] pypi: Bump the minor group across 1 directory with 6 updates (#6540) 2026-08-16 11:10:39 +02:00
searxng_extra [chore] Google (HTML) engine: remove obsolete GSA User-Agents (#6366) 2026-07-05 12:07:23 +02:00
tests [mod] engines: replace [random.choice(...) for ... in range(..)] with random.choices 2026-07-30 14:54:39 +02:00
utils [chore] Google (HTML) engine: remove obsolete GSA User-Agents (#6366) 2026-07-05 12:07:23 +02:00
.coveragerc [mod] use github actions instead of travis 2020-11-17 15:09:06 +01:00
.dockerignore [fix] container: setup minimal (#6268) 2026-06-16 15:32:47 +02:00
.editorconfig [mod] addition of various type hints / tbc 2025-09-03 13:37:36 +02:00
.gitattributes [fix] update .gitattributes 2021-06-22 20:34:39 +02:00
.gitignore [mod] add Golang ecosystem to the SearXNG toolchain 2025-07-28 12:53:26 +02:00
.nvmrc [upd] web-client (simple): Bump @types/node in /client/simple 2025-12-12 20:13:11 +00:00
.pylintrc [fix] issues reported by Pylint 4.0 2025-10-17 15:42:22 +02:00
.weblate weblate: migration to https://translate.codeberg.org/ 2023-01-21 15:45:12 +00:00
.yamllint.yml [enh] add test.yamllint - lint yaml files 2021-06-05 17:41:24 +02:00
AI_POLICY.rst docs: add AI policy 2026-03-12 16:04:00 +01:00
AUTHORS.rst [feat] engines: add GitHub Code Search engine (#5074) 2025-08-20 07:35:31 +02:00
babel.cfg [fix] jinja/babel: WithExtension and AutoEscapeExtension are built-in now. 2022-03-25 09:42:12 +01:00
CHANGELOG.rst [releases] rolling release: commit history replaces the CHANGELOG 2023-05-06 14:49:33 +02:00
CONTRIBUTING.rst docs: add AI policy 2026-03-12 16:04:00 +01:00
go.mod [mod] create a Go project with the developer tools from Go 2025-07-28 12:53:26 +02:00
go.sum [mod] create a Go project with the developer tools from Go 2025-07-28 12:53:26 +02:00
LICENSE [fix] full AGPLv3+ license according to #382 2015-07-04 18:23:54 +02:00
Makefile [chore] Google (HTML) engine: remove obsolete GSA User-Agents (#6366) 2026-07-05 12:07:23 +02:00
manage [upd] update to gecko driver v37 (#6433) 2026-07-19 17:04:57 +02:00
mise.toml [mod] drop support for Python releases older than 4 years (#5895) 2026-03-24 20:26:34 +01:00
package.json [mod] switching from pyright to basedpyright (plus first rules) 2025-08-19 12:04:35 +02:00
PULL_REQUEST_TEMPLATE.md [mod] revision of the PR template 2026-04-16 15:28:46 +02:00
pyrightconfig.json [mod] addition of various type hints / tbc 2025-09-03 13:37:36 +02:00
README.rst [mod] docs: remove libera.chat channel (#5613) 2025-12-30 08:21:39 +01:00
requirements-dev.txt [upd] pypi: Bump the minor group across 1 directory with 6 updates (#6540) 2026-08-16 11:10:39 +02:00
requirements-server.txt [upd] pypi: Bump the minor group across 1 directory with 6 updates (#6540) 2026-08-16 11:10:39 +02:00
requirements.txt [upd] pypi: Bump the minor group across 1 directory with 6 updates (#6540) 2026-08-16 11:10:39 +02:00
SECURITY.md [enh] add security policy 2022-01-25 00:56:20 +01:00
setup.py [mod] drop SearXNG's checker (#5767) 2026-02-22 14:44:21 +01:00

SearXNG is a metasearch engine. Users are neither tracked nor profiled.

Organization

Documentation

License

Commits

Translated

Setup

To install SearXNG, see Installation guide.

To fine-tune SearXNG, see Configuration guide.

Further information on how-to can be found here.

Connect

If you have questions or want to connect with others in the community:

Contributing

See CONTRIBUTING for more details.

License

This project is licensed under the GNU Affero General Public License (AGPL-3.0). See LICENSE for more details.