Skip to content

Commit

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


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

Updates `pydantic-settings` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.2.1...v2.3.0)

Updates `pytest` from 8.2.1 to 8.2.2
- [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.1...8.2.2)

Updates `ruff` from 0.4.5 to 0.4.7
- [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.5...v0.4.7)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pydantic-settings
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent b85c253 commit 3b9a25a
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 @@ -11,11 +11,11 @@ classifiers = [
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.111.0",
"uvicorn == 0.30.0",
"uvicorn == 0.30.1",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.1.0",
"pyproj == 3.6.1",
"pydantic-settings == 2.2.1",
"pydantic-settings == 2.3.0",
"email-validator == 2.1.1",
"geodense == 1.0.0",
]
Expand All @@ -27,8 +27,8 @@ dev = [
"black == 24.4.2",
"coverage == 7.5.3",
"mypy == 1.10.0",
"pytest == 8.2.1",
"ruff == 0.4.5",
"pytest == 8.2.2",
"ruff == 0.4.7",
"types-ujson == 5.10.0.20240515",
"types-PyYAML == 6.0.12.20240311",
"pytest-asyncio == 0.23.7",
Expand Down

0 comments on commit 3b9a25a

Please sign in to comment.