From af5b03f3b4ae403239c07bccc23e7e6e758c2efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:01:08 +0000 Subject: [PATCH] Bump httpx-oauth from 0.13.0 to 0.15.1 Bumps [httpx-oauth](https://github.com/frankie567/httpx-oauth) from 0.13.0 to 0.15.1. - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.13.0...v0.15.1) --- updated-dependencies: - dependency-name: httpx-oauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b70be7ee..6a448cf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ email-validator==2.0.0 fastapi==0.109.1 -httpx_oauth==0.13.0 +httpx_oauth==0.15.1 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.13