From d0215339cea2217bf3fa5f4536964ebdeb1b0c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:20:16 +0000 Subject: [PATCH] Bump httpx-oauth from 0.13.0 to 0.15.0 Bumps [httpx-oauth](https://github.com/frankie567/httpx-oauth) from 0.13.0 to 0.15.0. - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.13.0...v0.15.0) --- 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..de231284 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.0 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.13