Skip to content

Commit

Permalink
Bump the version-update group with 2 updates (#17)
Browse files Browse the repository at this point in the history
Bumps the version-update group with 2 updates: [httpx](https://github.com/encode/httpx) and [uvicorn](https://github.com/encode/uvicorn).


Updates `httpx` from 0.24.1 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.24.1...0.28.1)

Updates `uvicorn` from 0.32.1 to 0.34.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.1...0.34.0)

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

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 Dec 16, 2024
1 parent e74299f commit 0e818bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 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 @@ -54,8 +54,8 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.10.12"
fastapi = "0.115.*"
httpx = "0.24.*"
uvicorn = {version = "0.32.*", extras = ["standard"]}
httpx = "0.28.*"
uvicorn = {version = "0.34.*", extras = ["standard"]}

[tool.poetry.group.dev.dependencies]
mypy = "1.13.*"
Expand Down

0 comments on commit 0e818bb

Please sign in to comment.