aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index bf1019d99..c52009cf1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -766,13 +766,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"]
[[package]]
name = "httpx"
-version = "0.25.2"
+version = "0.26.0"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
- {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"},
- {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"},
+ {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"},
+ {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"},
]
[package.dependencies]
@@ -2370,4 +2370,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "93a1909e8507c6bc7662354c09c59e72263c0c601a8b908015a5255b9703b7dd"
+content-hash = "b503760e653366b4310ef624b113911377829aeaa88701461951c65646559ee1"
diff --git a/pyproject.toml b/pyproject.toml
index a71fa86ed..905f46334 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.1.0"
[tool.poetry.dev-dependencies]
coverage = "7.3.3"
-httpx = "0.25.2"
+httpx = "0.26.0"
pre-commit = "3.6.0"
pip-licenses = "4.3.3"
pytest = "7.4.3"