From 5520cdcf1514d6fa65d2347d2565111007f6a4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:41:24 +0000 Subject: [PATCH] build: bump httpx from 0.24.1 to 0.25.0 Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.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.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76ba63a6..950a27b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "structlog==23.1.0", - "httpx==0.24.1", + "httpx==0.25.0", "python-dotenv==1.0.0", "typer==0.9.0", "tenacity==8.2.3", @@ -59,7 +59,7 @@ python = ["3.8"] [tool.hatch.envs.default] dependencies = [ "structlog==23.1.0", - "httpx==0.24.1", + "httpx==0.25.0", "python-dotenv==1.0.0", "tenacity==8.2.3", "aiohttp==3.8.5"