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 7486b05da..ae22630cb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -772,13 +772,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"]
[[package]]
name = "httpx"
-version = "0.26.0"
+version = "0.27.0"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
- {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"},
- {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"},
+ {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
+ {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
]
[package.dependencies]
@@ -2368,4 +2368,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "116060ade92beba5d853fbcf06c7bcfdacfe70f7a9a5ada1a736fd60d25e93be"
+content-hash = "416f4cfc21d66767a6a910dbb17fa9e8c50c4a8fc3672046312166eabfd23337"
diff --git a/pyproject.toml b/pyproject.toml
index b6b44f4a3..4a9db205a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ pydantic-settings = "2.1.0"
[tool.poetry.dev-dependencies]
coverage = "7.4.2"
-httpx = "0.26.0"
+httpx = "0.27.0"
pre-commit = "3.6.2"
pip-licenses = "4.3.4"
pytest = "8.0.1"