From f00a5930ff63561ad1b4f8388f5cfb50acded0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:40:28 +0000 Subject: [PATCH] Bump httpx from 0.25.1 to 0.25.2 Bumps [httpx](https://github.com/encode/httpx) from 0.25.1 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.1...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 a96076b8..0e4c2499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "python-dateutil==2.8.2", "sqlmodel==0.0.12", "typing_inspect==0.9.0", - "httpx==0.25.1", + "httpx==0.25.2", "sickle==0.7.0", "xmltodict==0.13.0", "python-multipart==0.0.6",