Skip to content

Commit

Permalink
Bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates: [fastapi[all]](https://github.com/tiangolo/fastapi), [black](https://github.com/psf/black) and [types-ujson](https://github.com/python/typeshed).


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

Updates `black` from 23.11.0 to 23.12.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...23.12.0)

Updates `types-ujson` from 5.8.0.1 to 5.9.0.0
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: types-ujson
  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 and arbakker committed Dec 12, 2023
1 parent 6b35d18 commit d01ecf0
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,7 +10,7 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.104.1",
"fastapi[all] == 0.105.0",
"uvicorn == 0.24.0.post1",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.0.1",
Expand All @@ -24,12 +24,12 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black == 23.11.0",
"black == 23.12.0",
"coverage == 7.3.2",
"mypy == 1.7.1",
"pytest == 7.4.3",
"ruff == 0.1.7",
"types-ujson == 5.8.0.1",
"types-ujson == 5.9.0.0",
"types-PyYAML == 6.0.12.12",
]

Expand Down

0 comments on commit d01ecf0

Please sign in to comment.