Skip to content

Commit

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

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

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 Oct 18, 2024
1 parent c67274e commit 33a1307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions redis_events/integration/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 redis_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ acapy-agent = { version = "~1.1.0", optional = true }
fastapi-slim = "^0.115.0"
nest-asyncio = "^1.5.5"
redis = "^5.1.1"
uvicorn = "^0.30.1"
uvicorn = "^0.32.0"
pydantic = "^2.7.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 33a1307

Please sign in to comment.