Skip to content

Commit

Permalink
Merge pull request #190 from canvas-medical/dependabot/pip/uvicorn-0.…
Browse files Browse the repository at this point in the history
…26.0

Bump uvicorn from 0.25.0 to 0.26.0
  • Loading branch information
csande authored Jan 17, 2024
2 parents c79ab2e + 9854fd1 commit d028f3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mypy = "^1.5.1"
pytest = "^7.4.0"
requests = "^2.31.0"
types-requests = "^2.31.0.2"
uvicorn = { version = ">=0.23.2,<0.26.0", extras = ["standard"] }
uvicorn = { version = ">=0.23.2,<0.27.0", extras = ["standard"] }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d028f3c

Please sign in to comment.