From 1211c4673498ed3499cf9bef0d6780d85832aa89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 04:52:33 +0000 Subject: [PATCH] Bump httpx-oauth from 0.13.0 to 0.13.3 Bumps [httpx-oauth](https://github.com/frankie567/httpx-oauth) from 0.13.0 to 0.13.3. - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.13.0...v0.13.3) --- updated-dependencies: - dependency-name: httpx-oauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5fdb2e9..a59e2ace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ email-validator==2.0.0 fastapi==0.101.1 -httpx_oauth==0.13.0 +httpx_oauth==0.13.3 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.11