From ddc45cf088fe80fe1727d9f694ea217db168611c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:17 +0000 Subject: [PATCH] Bump httpx from 0.26.0 to 0.27.0 Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2bebf97..c36bfba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -httpx==0.26.0 +httpx==0.27.0 orjson==3.9.15 pydantic==2.6.3 moviepy==1.0.3 diff --git a/setup.py b/setup.py index 83ea937..fabba8e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ """ requirements = [ - "httpx==0.26.0", + "httpx==0.27.0", "orjson==3.9.15", "pydantic==2.6.3", "moviepy==1.0.3",