From e7fc8352ad16db673837acb8554df1f30930ad58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:56:37 +0000 Subject: [PATCH] chore(deps): bump hishel from 0.0.33 to 0.1.1 Bumps [hishel](https://github.com/karpetrosyan/hishel) from 0.0.33 to 0.1.1. - [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/0.0.33...0.1.1) --- updated-dependencies: - dependency-name: hishel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 26df50b5..10a09ba9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1413,18 +1413,17 @@ hyperframe = ">=6.0,<7" [[package]] name = "hishel" -version = "0.0.33" +version = "0.1.1" description = "Persistent cache implementation for httpx and httpcore" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "hishel-0.0.33-py3-none-any.whl", hash = "sha256:6e6c6cdaf432ff4c4981e7792ef7d1fa4c8ede58b9dbbcefb9ab3fc9770f2a07"}, - {file = "hishel-0.0.33.tar.gz", hash = "sha256:ab5b2661d5e2252f305fd0fb20e8c76bfab3ea73458f20f2591c53c37b270089"}, + {file = "hishel-0.1.1-py3-none-any.whl", hash = "sha256:5b51acc340303faeef2f5cfc1658acb1db1fdc3e3ad76406265a485f9707c5d6"}, + {file = "hishel-0.1.1.tar.gz", hash = "sha256:1f6421b78cc23fc43c610f651b7848c9b8eee2d29551d64a2ab0d45b319b6559"}, ] [package.dependencies] httpx = ">=0.22.0" -typing-extensions = ">=4.8.0" [package.extras] redis = ["redis (==5.0.1)"] @@ -4400,4 +4399,4 @@ dev = ["cookiecutter", "honcho", "watchfiles"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9156e7417ff28d44e01389391a948246fdcb3854155319aba51fdf8fac72b2bc" +content-hash = "607c1e5770a953155227972005bc834594c26b813635f676110975d9083b258d" diff --git a/pyproject.toml b/pyproject.toml index 44fb0b85..6141e00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ colorama = "^0.4.6" dataclasses-json = "^0.6.7" dataclasses-jsonschema = "^2.16.0" essentials-configuration = "^2.0.4" -hishel = ">=0.0.30,<0.0.34" +hishel = ">=0.0.30,<0.1.2" http-router = "^4.1.2" httpx = ">=0.26,<0.28" hypercorn = "^0.17.2"