From a98e3ceb7f5358281dbd45cc8e71cfbfefba660d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:03:10 +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 5c4b58a..ac97277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -httpx==0.26.0 +httpx==0.27.0 orjson==3.9.10 pydantic==2.5.2 moviepy==1.0.3 diff --git a/setup.py b/setup.py index d432c78..39a9abe 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ """ requirements = [ - "httpx==0.26.0", + "httpx==0.27.0", "orjson==3.9.10", "pydantic==2.5.2", "moviepy==1.0.3",