From 64a0af463649e9c87f6ee08f1a46003c1944a050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:57:18 +0000 Subject: [PATCH] Bump httpx from 0.11.1 to 0.23.0 in /movie-service Bumps [httpx](https://github.com/encode/httpx) from 0.11.1 to 0.23.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.11.1...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- movie-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movie-service/requirements.txt b/movie-service/requirements.txt index 45b5eee..b28a71f 100644 --- a/movie-service/requirements.txt +++ b/movie-service/requirements.txt @@ -3,4 +3,4 @@ databases[postgresql]==0.2.6 fastapi==0.48.0 SQLAlchemy==1.3.13 uvicorn==0.11.2 -httpx==0.11.1 \ No newline at end of file +httpx==0.23.0 \ No newline at end of file