From 0d7499b156dd1272244ed87c5940ab8510e42fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:59:21 +0000 Subject: [PATCH] Bump httpx-oauth from 0.13.0 to 0.14.1 Bumps [httpx-oauth](https://github.com/frankie567/httpx-oauth) from 0.13.0 to 0.14.1. - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.13.0...v0.14.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..95e426a1 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.14.1 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.13