Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Aug 21, 2024
1 parent 96f98cc commit 3052877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lint = [
"mypy==1.11.1",
"black==24.4.2",
"isort>=5",
"ruff==0.5.4",
"ruff==0.6.1",
"pyupgrade-directories",
"bandit==1.7.9",
"semgrep==1.78.0",
Expand All @@ -68,7 +68,7 @@ lint = [

test-core = [
"coverage[toml]==7.6.0",
"pytest==8.2.2",
"pytest==8.3.2",
"pytest-asyncio>=0.23.6",
"dirty-equals==0.7.1.post0",
"pyarrow==17.0.0",
Expand All @@ -95,7 +95,7 @@ agents = [
"prisma==0.13.1",
"google-ads==24.1.0",
"httpx==0.27.0",
"uvicorn==0.30.5",
"uvicorn==0.30.6",
"python-dotenv==1.0.1",
"pyautogen[websurfer,websockets,anthropic,together]==0.2.34",
"pandas>=2.1",
Expand Down

0 comments on commit 3052877

Please sign in to comment.