summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-01 10:55:45 +0200
committerGitHub <noreply@github.com>2025-08-01 10:55:45 +0200
commitdcb1e200074cff02a1ccbb44da1c98a426c56bc7 (patch)
tree91fd78ab5bc9d0700277d8612a237965a742bf84
parentc2d4e3c49a7ad9f2bbdd2c76ca88c24576669271 (diff)
[upd] pypi: Bump the minor group with 2 updates (#5077)
* [upd] pypi: Bump the minor group with 2 updates Bumps the minor group with 2 updates: [granian[reload]](https://github.com/emmett-framework/granian) and [granian](https://github.com/emmett-framework/granian). Updates `granian[reload]` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.4.2...v2.5.0) Updates `granian` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: granian[reload] dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: granian dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> * [enh] py: use humanized duration --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
-rw-r--r--container/Dockerfile4
-rwxr-xr-xmanage4
-rw-r--r--requirements-dev.txt2
-rw-r--r--requirements-server.txt2
4 files changed, 6 insertions, 6 deletions
diff --git a/container/Dockerfile b/container/Dockerfile
index 9da444a0d..1010e2523 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -50,8 +50,8 @@ ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \
GRANIAN_WEBSOCKETS="false" \
GRANIAN_LOOP="uvloop" \
GRANIAN_BLOCKING_THREADS="4" \
- GRANIAN_WORKERS_KILL_TIMEOUT="30" \
- GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="300"
+ GRANIAN_WORKERS_KILL_TIMEOUT="30s" \
+ GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="5m"
VOLUME $CONFIG_PATH
VOLUME $DATA_PATH
diff --git a/manage b/manage
index 757925d56..7c4fa581b 100755
--- a/manage
+++ b/manage
@@ -160,8 +160,8 @@ webapp.run() {
GRANIAN_WEBSOCKETS="false" \
GRANIAN_LOOP="uvloop" \
GRANIAN_BLOCKING_THREADS="4" \
- GRANIAN_WORKERS_KILL_TIMEOUT="30" \
- GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="300" \
+ GRANIAN_WORKERS_KILL_TIMEOUT="30s" \
+ GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="5m" \
pyenv.cmd granian searx.webapp:app
}
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 1fc97d29a..661472332 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -21,4 +21,4 @@ wlc==1.15
coloredlogs==15.0.1
docutils>=0.21.2
parameterized==0.9.0
-granian[reload]==2.4.2
+granian[reload]==2.5.0
diff --git a/requirements-server.txt b/requirements-server.txt
index 359a3211e..9a226c274 100644
--- a/requirements-server.txt
+++ b/requirements-server.txt
@@ -1 +1 @@
-granian==2.4.2
+granian==2.5.0