diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-06 21:00:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-06 21:00:54 +0000 |
| commit | abdb5aeade1f55daf39528dcba24bc6d6bb78424 (patch) | |
| tree | ada68cb83014a236f5d0bc0f4414fb299913ddd4 | |
| parent | Merge pull request #1 from Fuwn/renovate/configure (diff) | |
| download | machinis-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.toml | 2 |
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" |