Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 03c5b03

Browse files
authored
chore: update dependencies (#101)
1 parent 1585e42 commit 03c5b03

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

poetry.lock

Lines changed: 25 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ repository = "https://github.com/supabase-community/storage-py"
2121
version = "0.5.2"
2222

2323
[tool.poetry.dependencies]
24-
httpx = ">=0.23,<0.25"
24+
httpx = "^0.23.0"
2525
python = "^3.8"
2626
typing-extensions = "^4.2.0"
2727
python-dateutil = "^2.8.2"
2828

2929
[tool.poetry.dev-dependencies]
3030
python-semantic-release = "^7.33.2"
31-
black = "^23.1.0"
31+
black = "^23.3.0"
3232
isort = "^5.12.0"
33-
pre-commit = "^3.2.0"
33+
pre-commit = "^3.3.2"
3434
pytest = "^7.3.1"
3535
pytest-asyncio = "^0.20.3"
36-
pytest-cov = "^4.0.0"
36+
pytest-cov = "^4.1.0"
3737
python-dotenv = "^1.0.0"
38-
Sphinx = "^6.1.3"
38+
Sphinx = "^7.0.1"
3939
sphinx-press-theme = "^0.8.0"
4040
unasync-cli = "^0.0.9"
4141

0 commit comments

Comments
 (0)