diff --git a/poetry.lock b/poetry.lock index 582e06d4..6ddf8c5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -614,13 +614,13 @@ trio = ["trio (>=0.22.0,<0.25.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.27.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.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -1973,4 +1973,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "24937e242cdb9005de721f09077a0fbd1d471865eeb7674274d45cd4b43ce33d" +content-hash = "f3e6dc2094b38a3c0092c9ea8f2ed5a16a9ae1805184506446192e58322192c0" diff --git a/pyproject.toml b/pyproject.toml index d396310d..cd34e904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ repository = "https://github.com/supabase-community/storage-py" version = "0.7.3" [tool.poetry.dependencies] -httpx = ">=0.24,<0.26" +httpx = ">=0.24,<0.28" python = "^3.8" typing-extensions = "^4.2.0" python-dateutil = "^2.8.2"