Skip to content

Commit

Permalink
pip(deps): bump uvicorn from 0.30.5 to 0.30.6 (#151)
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.5 to 0.30.6.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.5...0.30.6)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 3ba8193 commit 6c7c5c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ start = "gh_actions_exporter.main:start"
python = "^3.9"
fastapi = "^0.112.0"
prometheus-client = "^0.20.0"
uvicorn = { extras = ["standard"], version = "^0.30.5" }
uvicorn = { extras = ["standard"], version = "^0.30.6" }
python-multipart = "^0.0.9"
PyYAML = "^6.0"
githubkit = "^0.10.3"
Expand Down

0 comments on commit 6c7c5c6

Please sign in to comment.