Skip to content

Commit

Permalink
Merge pull request #780 from python-openapi/dependabot/pip/starlette-…
Browse files Browse the repository at this point in the history
…0.37.1

Bump starlette from 0.34.0 to 0.37.1
  • Loading branch information
p1c2u authored Feb 11, 2024
2 parents bffa1de + c267743 commit e666357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ django = {version = ">=3.0", optional = true}
falcon = {version = ">=3.0", optional = true}
flask = {version = "*", optional = true}
aiohttp = {version = ">=3.0", optional = true}
starlette = {version = ">=0.26.1,<0.37.0", optional = true}
starlette = {version = ">=0.26.1,<0.38.0", optional = true}
isodate = "*"
more-itertools = "*"
parse = "*"
Expand Down Expand Up @@ -98,7 +98,7 @@ pytest-flake8 = "*"
pytest-cov = "*"
python-multipart = "*"
responses = "*"
starlette = ">=0.26.1,<0.37.0"
starlette = ">=0.26.1,<0.38.0"
strict-rfc3339 = "^0.7"
webob = "*"
mypy = "^1.2"
Expand Down

0 comments on commit e666357

Please sign in to comment.