summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-06 21:00:54 +0000
committerGitHub <[email protected]>2024-12-06 21:00:54 +0000
commitabdb5aeade1f55daf39528dcba24bc6d6bb78424 (patch)
treeada68cb83014a236f5d0bc0f4414fb299913ddd4
parentMerge pull request #1 from Fuwn/renovate/configure (diff)
downloadmachinis-renovate/httpx-0.x.tar.xz
machinis-renovate/httpx-0.x.zip
fix(deps): update dependency httpx to v0.28.1renovate/httpx-0.x
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2471156..4ed46fc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ icecream = "^2.1.3"
sanic = "^22.6.2"
typer = { extras = ["all"], version = "^0.6.1" }
rich = "^12.5.1"
-httpx = "0.23.0"
+httpx = "0.28.1"
surrealdb = { git = "https://github.com/surrealdb/surrealdb.py", branch = "main" }
aiosqlite = "^0.17.0"