Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Oct 14, 2024
1 parent fb8ce30 commit cfa6f57
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 @@ -62,12 +62,12 @@ lint = [
"pyupgrade-directories",
"bandit==1.7.10",
"semgrep==1.78.0",
"pre-commit==4.0.0",
"pre-commit==4.0.1",
"detect-secrets==1.5.0",
]

test-core = [
"coverage[toml]==7.6.1",
"coverage[toml]==7.6.3",
"pytest==8.3.3",
"pytest-asyncio>=0.23.6",
"dirty-equals==0.8.0",
Expand All @@ -94,7 +94,7 @@ agents = [
"prisma==0.13.1",
"google-ads==25.0.0",
"httpx==0.27.0",
"uvicorn==0.31.0",
"uvicorn==0.31.1",
"python-dotenv==1.0.1",
"pyautogen[websurfer,websockets,anthropic,together]==0.2.35",
"pandas>=2.1",
Expand All @@ -108,9 +108,9 @@ agents = [
"opentelemetry-exporter-otlp==1.27.0",
"openpyxl==3.1.5",
"aiofiles==24.1.0",
"fastapi==0.114.2",
"fastapi==0.115.2",
"asyncer==0.0.8",
"fastagency[openapi]==0.2.1",
"fastagency[openapi]==0.2.5",
"markdownify==0.13.1",
"python-multipart==0.0.12",
"flaml==2.2.0",
Expand Down

0 comments on commit cfa6f57

Please sign in to comment.