Skip to content

Commit

Permalink
updated pyproject.toml with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 3, 2024
1 parent a2528c2 commit 757c4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ fastapi = "^0.111.0"
sqlmodel = "^0.0.19"
python-multipart = "^0.0.9"
python-dotenv = "^1.0.1"
pydantic-settings = "^2.3.4"
pydantic-settings = "^2.4.0"
hypercorn = "^0.17.3"

[tool.poetry.group.dev.dependencies]
boto3-stubs = {extras = ["essential"], version = "^1.34.144"}
pre-commit = "^3.7.1"
boto3-stubs = {extras = ["essential"], version = "^1.34.153"}
pre-commit = "^3.8.0"
ruff = "^0.5.0"
mypy = "^1.10.1"
pytest = "^8.2.2"
mypy = "^1.11.1"
pytest = "^8.3.2"
pytest-asyncio = "^0.23.7"
moto = {extras = ["all"], version = "^5.0.11"}
moto = {extras = ["all"], version = "^5.0.12"}
invoke = "^2.2.0"
rich = "^13.7.1"

Expand Down

0 comments on commit 757c4f5

Please sign in to comment.