Skip to content

Commit

Permalink
Merge pull request #125 from airtai/dev
Browse files Browse the repository at this point in the history
Update packages (#124)
  • Loading branch information
kumaranvpl committed Sep 19, 2024
2 parents 3cc033e + db6a8f0 commit 2e7b84c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.144.0",
"google-api-python-client==2.145.0",
"asyncify==0.10.0",
"pandas==2.2.2"
]
Expand All @@ -67,16 +67,16 @@ lint = [
"types-Pygments",
"types-docutils",
"mypy==1.11.2",
"ruff==0.6.4",
"ruff==0.6.5",
"pyupgrade-directories==0.3.0",
"bandit==1.7.9",
"semgrep==1.86.0",
"semgrep==1.87.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.6.1",
"pytest==8.3.2",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
]

Expand Down

0 comments on commit 2e7b84c

Please sign in to comment.