Skip to content

Commit

Permalink
Update packages (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic authored Nov 28, 2024
1 parent 2233b80 commit 9da80d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"pydantic>=2.3,<3",
"fastapi>=0.110.2",
"prisma==0.13.1",
"google-api-python-client==2.149.0",
"google-api-python-client==2.154.0",
"asyncify==0.10.0",
"pandas==2.2.3"
]
Expand All @@ -56,7 +56,7 @@ dependencies = [
# public distributions

server = [
"uvicorn==0.32.0",
"uvicorn==0.32.1",
]

# dev dependencies
Expand All @@ -67,15 +67,15 @@ lint = [
"types-Pygments",
"types-docutils",
"mypy==1.13.0",
"ruff==0.6.9",
"ruff==0.8.0",
"pyupgrade-directories==0.3.0",
"bandit==1.7.10",
"semgrep==1.90.0",
"semgrep==1.97.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.6.4",
"coverage[toml]==7.6.8",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
]
Expand Down

0 comments on commit 9da80d1

Please sign in to comment.