Skip to content

Commit

Permalink
Merge pull request #70 from airtai/dev
Browse files Browse the repository at this point in the history
Update library versions (#69)
  • Loading branch information
rjambrecic authored Aug 26, 2024
2 parents afa48fc + 5d2ccec commit 6c819f7
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 @@ -53,7 +53,7 @@ dependencies = [
# public distributions

server = [
"uvicorn==0.30.5",
"uvicorn==0.30.6",
]

# dev dependencies
Expand All @@ -63,18 +63,18 @@ lint = [
"types-ujson",
"types-Pygments",
"types-docutils",
"mypy==1.11.1",
"ruff==0.5.7",
"mypy==1.11.2",
"ruff==0.6.2",
"pyupgrade-directories==0.3.0",
"bandit==1.7.9",
"semgrep==1.84.1",
"semgrep==1.85.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.6.1",
"pytest==8.3.2",
"pytest-asyncio==0.23.8",
"pytest-asyncio==0.24.0",
"httpx==0.27.0",
]

Expand Down

0 comments on commit 6c819f7

Please sign in to comment.