Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates in the / directory: [fastapi[all]](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/encode/uvicorn) and [pydantic-settings](https://github.com/pydantic/pydantic-settings).


Updates `fastapi[all]` from 0.115.0 to 0.115.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.0...0.115.2)

Updates `uvicorn` from 0.31.1 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.31.1...0.32.0)

Updates `pydantic-settings` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 475ea44 commit c71b7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.115.0",
"uvicorn == 0.31.1",
"fastapi[all] == 0.115.2",
"uvicorn == 0.32.0",
"pyyaml == 6.0.2",
"geojson_pydantic == 1.1.1",
"pyproj ~= 3.7.0",
"pydantic-settings == 2.5.2",
"pydantic-settings == 2.6.0",
"email-validator == 2.2.0",
"geodense ~= 2.0.2",
]
Expand Down

0 comments on commit c71b7f9

Please sign in to comment.