From eeb15c4f614bd7dc414c2fc55e88f48597c06ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:32:21 +0800 Subject: [PATCH] chore(deps): update httpcore requirement from ~=0.17.2 to ~=0.17.3 (#1063) Updates the requirements on [httpcore](https://github.com/encode/httpcore) to permit the latest version. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/0.17.2...0.17.3) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 605d537a..e1d391a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,4 @@ pydub~=0.25.1 creart~=0.2.2 tiktoken~=0.4.0 -httpcore~=0.17.2 +httpcore~=0.17.3