From c32d90efae2f5040a5749d75a1c3f444c9a9655a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:54:37 +0000 Subject: [PATCH] Bump httpx-oauth from 0.13.0 to 0.13.1 Bumps [httpx-oauth](https://github.com/frankie567/httpx-oauth) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/frankie567/httpx-oauth/releases) - [Commits](https://github.com/frankie567/httpx-oauth/compare/v0.13.0...v0.13.1) --- 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..5d8912b6 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.1 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.11