Skip to content

Commit

Permalink
Bump the python-packages group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi[all]](https://github.com/tiangolo/fastapi) | `0.105.0` | `0.108.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.24.0.post1` | `0.25.0` |
| [black](https://github.com/psf/black) | `23.12.0` | `23.12.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.3.3` | `7.4.0` |
| [mypy](https://github.com/python/mypy) | `1.7.1` | `1.8.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.8` | `0.1.9` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.2` | `0.23.3` |


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

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

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

Updates `coverage` from 7.3.3 to 7.4.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.3...7.4.0)

Updates `mypy` from 1.7.1 to 1.8.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.7.1...v1.8.0)

Updates `pytest` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

Updates `ruff` from 0.1.8 to 0.1.9
- [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.8...v0.1.9)

Updates `pytest-asyncio` from 0.23.2 to 0.23.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.2...v0.23.3)

---
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: black
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  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
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and arbakker committed Jan 2, 2024
1 parent b1b9d95 commit a436f43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.105.0",
"uvicorn == 0.24.0.post1",
"fastapi[all] == 0.108.0",
"uvicorn == 0.25.0",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.0.1",
"pyproj == 3.6.1",
Expand All @@ -24,14 +24,14 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black == 23.12.0",
"coverage == 7.3.3",
"mypy == 1.7.1",
"pytest == 7.4.3",
"ruff == 0.1.8",
"black == 23.12.1",
"coverage == 7.4.0",
"mypy == 1.8.0",
"pytest == 7.4.4",
"ruff == 0.1.9",
"types-ujson == 5.9.0.0",
"types-PyYAML == 6.0.12.12",
"pytest-asyncio == 0.23.2",
"pytest-asyncio == 0.23.3",
]

[build-system]
Expand Down

0 comments on commit a436f43

Please sign in to comment.