Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.5` |
| [types-ujson](https://github.com/python/typeshed) | `5.9.0.0` | `5.10.0.20240515` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` |



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

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

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

Updates `ruff` from 0.4.4 to 0.4.5
- [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.4.4...v0.4.5)

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

Updates `pytest-asyncio` from 0.23.6 to 0.23.7
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: types-ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 28, 2024
1 parent 43e8c58 commit 199140f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.111.0",
"uvicorn == 0.29.0",
"uvicorn == 0.30.0",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.1.0",
"pyproj == 3.6.1",
Expand All @@ -25,13 +25,13 @@ dynamic = ["version"]
[project.optional-dependencies]
dev = [
"black == 24.4.2",
"coverage == 7.5.1",
"coverage == 7.5.3",
"mypy == 1.10.0",
"pytest == 8.2.0",
"ruff == 0.4.4",
"types-ujson == 5.9.0.0",
"pytest == 8.2.1",
"ruff == 0.4.5",
"types-ujson == 5.10.0.20240515",
"types-PyYAML == 6.0.12.20240311",
"pytest-asyncio == 0.23.6",
"pytest-asyncio == 0.23.7",
]

[build-system]
Expand Down

0 comments on commit 199140f

Please sign in to comment.