From cb873876396c9c5f7fe3d73a888efffe38e44b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 04:29:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20httpx=20from=200.23.0=20to?= =?UTF-8?q?=200.23.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.23.0...0.23.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3124b37b..38b54c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "email-validator >=1.1.0,<1.3.1", "pyjwt ==2.6.0", "cryptography==38.0.3", - "httpx==0.23.0", + "httpx==0.23.1", "itsdangerous == 2.1.2", "aiosmtplib == 2.0.0", "pydantic==1.10.2",