Skip to content

Commit

Permalink
Bump the python-packages group with 4 updates (#98)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [fastapi[all]](https://github.com/tiangolo/fastapi), [uvicorn](https://github.com/encode/uvicorn), [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) and [ruff](https://github.com/astral-sh/ruff).


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

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

Updates `geojson-pydantic` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md)
- [Commits](developmentseed/geojson-pydantic@1.0.1...1.0.2)

Updates `ruff` from 0.1.11 to 0.1.13
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.11...v0.1.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wouter <[email protected]>
  • Loading branch information
dependabot[bot] and WouterVisscher authored Jan 18, 2024
1 parent 669dd46 commit dabe0bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.108.0",
"uvicorn == 0.25.0",
"fastapi[all] == 0.109.0",
"uvicorn == 0.26.0",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.0.1",
"geojson_pydantic == 1.0.2",
"pyproj == 3.6.1",
"pydantic-settings == 2.1.0",
"email-validator == 2.1.0.post1",
Expand All @@ -28,7 +28,7 @@ dev = [
"coverage == 7.4.0",
"mypy == 1.8.0",
"pytest == 7.4.4",
"ruff == 0.1.11",
"ruff == 0.1.13",
"types-ujson == 5.9.0.0",
"types-PyYAML == 6.0.12.12",
"pytest-asyncio == 0.23.3",
Expand Down

0 comments on commit dabe0bf

Please sign in to comment.