diff --git a/pyproject.toml b/pyproject.toml index 3294a893d..b8c45543a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.40.0,<0.47.0", + "starlette>=0.40.0,<0.50.0", "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", "typing-extensions>=4.8.0", ] diff --git a/requirements-tests.txt b/requirements-tests.txt index 7f3344c46..e19b84e90 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,13 +1,13 @@ -e .[all] -r requirements-docs-tests.txt -pytest >=7.1.3,<9.0.0 +pytest >=8.4.2,<9.0.0 coverage[toml] >= 6.5.0,< 8.0 mypy ==1.8.0 dirty-equals ==0.9.0 sqldev==0.0.19 flask >=1.1.2,<4.0.0 anyio[trio] >=3.2.1,<5.0.0 -PyJWT==2.8.0 +PyJWT==2.13.0 pyyaml >=5.3.1,<7.0.0 passlib[bcrypt] >=1.7.2,<2.0.0 inline-snapshot>=0.21.1