diff --git a/pyproject.toml b/pyproject.toml index d70f2241..e63cb2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",