Skip to content

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ django = {version = ">=3.0", optional = true}
6565
falcon = {version = ">=3.0", optional = true}
6666
flask = {version = "*", optional = true}
6767
aiohttp = {version = ">=3.0", optional = true}
68-
starlette = {version = ">=0.26.1,<0.39.0", optional = true}
68+
starlette = {version = ">=0.26.1,<0.42.0", optional = true}
6969
isodate = "*"
7070
more-itertools = "*"
7171
parse = "*"
@@ -77,7 +77,7 @@ jsonschema-path = "^0.3.1"
7777
jsonschema = "^4.18.0"
7878
multidict = {version = "^6.0.4", optional = true}
7979
aioitertools = {version = ">=0.11,<0.13", optional = true}
80-
fastapi = {version = ">=0.111,<0.115", optional = true}
80+
fastapi = {version = ">=0.111,<0.116", optional = true}
8181

8282
[tool.poetry.extras]
8383
django = ["django"]
@@ -101,7 +101,7 @@ pytest-flake8 = "*"
101101
pytest-cov = "*"
102102
python-multipart = "*"
103103
responses = "*"
104-
starlette = ">=0.26.1,<0.39.0"
104+
starlette = ">=0.26.1,<0.42.0"
105105
strict-rfc3339 = "^0.7"
106106
webob = "*"
107107
mypy = "^1.2"
@@ -111,7 +111,7 @@ aiohttp = "^3.8.4"
111111
pytest-aiohttp = "^1.0.4"
112112
bump2version = "^1.0.1"
113113
pyflakes = "^3.1.0"
114-
fastapi = ">=0.111,<0.115"
114+
fastapi = ">=0.111,<0.116"
115115

116116
[tool.poetry.group.docs.dependencies]
117117
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)