diff --git a/poetry.lock b/poetry.lock index 7cb2fac5..c6e4b8f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -950,7 +950,7 @@ python-versions = ">=3.5" [[package]] name = "storage3" -version = "0.3.0" +version = "0.3.1" description = "Supabase Storage client for Python." category = "main" optional = false @@ -1127,7 +1127,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "49c8b0f1f863f72c2eddda74ba9e3470fca4109d4913c9362a7dec76ce447ec5" +content-hash = "f1ae8e38c0d97837be39295d8ade5474e55f22e801025fb57f7983a49250840d" [metadata.files] anyio = [ @@ -1672,8 +1672,8 @@ sniffio = [ {file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"}, ] storage3 = [ - {file = "storage3-0.3.0-py3-none-any.whl", hash = "sha256:bd6df871ef143cffc2b8564ca75088cec64f5b3d8873f7c85ef805addb9fd63c"}, - {file = "storage3-0.3.0.tar.gz", hash = "sha256:91e7a0a10d7b0445f9c09cddc65ba4f3ed9294e5be8fa2f7058ef9757d3c2103"}, + {file = "storage3-0.3.1-py3-none-any.whl", hash = "sha256:8c4ce3d6d62950da61e1ec2dccc5d88fd3a1ecdaab7bbd201c39f87c7cc2ddd8"}, + {file = "storage3-0.3.1.tar.gz", hash = "sha256:8e0bc7178a3a3b2b498b1a7aa7b0e351976d29ff8998437ce5c48507072b74ba"}, ] termcolor = [ {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, diff --git a/pyproject.toml b/pyproject.toml index 5124c140..54950fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ postgrest-py = ">=0.10.2,<0.11.0" realtime = "^0.0.4" gotrue = "^0.5.0" httpx = "^0.21.3" -storage3 = "^0.3.0" +storage3 = "^0.3.1" [tool.poetry.dev-dependencies] pre-commit = "^2.18.1"