Skip to content

Commit

Permalink
Merge branch 'main' into pydantic2
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jun 24, 2023
2 parents 93bc86c + 9f01c4d commit ff4f620
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 @@ -82,15 +82,15 @@ cache = [
]
lint = [
"pre-commit==3.3.3",
"mypy==1.3.0",
"mypy==1.4.0",
]
test = [
"pytest==7.3.2",
"pytest==7.4.0",
"pytest-asyncio == 0.21.0",
"pytest-cov==4.1.0",
"httpx==0.24.1",
"requests==2.31.0",
"SQLAlchemy ==2.0.16",
"SQLAlchemy ==2.0.17",
"itsdangerous == 2.1.2",
"websockets==11.0.3",
"uvicorn==0.22.0",
Expand Down

0 comments on commit ff4f620

Please sign in to comment.