Skip to content

Commit

Permalink
chore: update dependencies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
anand2312 authored Jun 6, 2023
1 parent 1585e42 commit 03c5b03
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
47 changes: 25 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ repository = "https://github.com/supabase-community/storage-py"
version = "0.5.2"

[tool.poetry.dependencies]
httpx = ">=0.23,<0.25"
httpx = "^0.23.0"
python = "^3.8"
typing-extensions = "^4.2.0"
python-dateutil = "^2.8.2"

[tool.poetry.dev-dependencies]
python-semantic-release = "^7.33.2"
black = "^23.1.0"
black = "^23.3.0"
isort = "^5.12.0"
pre-commit = "^3.2.0"
pre-commit = "^3.3.2"
pytest = "^7.3.1"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.0.0"
pytest-cov = "^4.1.0"
python-dotenv = "^1.0.0"
Sphinx = "^6.1.3"
Sphinx = "^7.0.1"
sphinx-press-theme = "^0.8.0"
unasync-cli = "^0.0.9"

Expand Down

0 comments on commit 03c5b03

Please sign in to comment.