From b227e51d9bc11a2742f57cbbf43b4817e5114425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:22:25 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.0 to 0.28.0 Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.28.0. - [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.27.0...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7dac334..c4b339654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "diskcache==5.6.3", "edlib==1.3.9.post1", "eralchemy2==1.4.1", - "httpx==0.27.0", + "httpx==0.28.0", "lxml==5.3.0", "networkx==3.4.2", "pandas==2.2.3",