From 604bb87eb5c5c59c8527e9d87f694a5c55f60658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 08:18:03 +0000 Subject: [PATCH] chore(deps): bump hishel from 1.3.1 to 1.4.0 Bumps [hishel](https://github.com/karpetrosyan/hishel) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/karpetrosyan/hishel/releases) - [Changelog](https://github.com/karpetrosyan/hishel/blob/master/CHANGELOG.md) - [Commits](https://github.com/karpetrosyan/hishel/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: hishel dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29d7497..95bb7ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "httpx[http2]==0.28.1", "feedparser==6.0.14", "python-dotenv==1.2.3", - "hishel==1.3.1", + "hishel==1.4.0", "tenacity==9.1.4", "uvloop==0.22.1", ]