diff --git a/pyproject.toml b/pyproject.toml index 26958033..02d0eadb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "structlog==23.2.0", - "httpx==0.25.2", + "httpx==0.26.0", "python-dotenv==1.0.0", "typer==0.9.0", "tenacity==8.2.3", @@ -59,7 +59,7 @@ python = ["3.10"] [tool.hatch.envs.default] dependencies = [ "structlog==23.2.0", - "httpx==0.25.2", + "httpx==0.26.0", "python-dotenv==1.0.0", "tenacity==8.2.3", "aiohttp==3.9.1"