From d5de4384e90a4328c9f2b0a044c9001c7f4be63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:13:19 +0000 Subject: [PATCH] Bump httpx from 0.25.0 to 0.25.2 Bumps [httpx](https://github.com/encode/httpx) from 0.25.0 to 0.25.2. - [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.25.0...0.25.2) --- 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 443a934..76ce934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "h2==4.1.0", "hpack==4.0.0", "httpcore==0.18.0", - "httpx==0.25.0", + "httpx==0.25.2", "hyperframe==6.0.1", "idna==3.4", "rfc3986==2.0.0",