Skip to content

Commit

Permalink
Bump the python-packages group with 6 updates (#144)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi[all]](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.110.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.1.0` | `2.2.1` |
| [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.0.post1` | `2.1.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.3.0` |


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

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

Updates `email-validator` from 2.1.0.post1 to 2.1.1
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JoshData/python-email-validator/commits/v2.1.1)

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

Updates `pytest` from 8.0.0 to 8.1.0
- [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.0.0...8.1.0)

Updates `ruff` from 0.2.1 to 0.3.0
- [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.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: email-validator
  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-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 5aa6180 commit 0c64e5e
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 @@ -10,13 +10,13 @@ classifiers = [
]
readme = { file = "./README.md", content-type = "text/markdown" }
dependencies = [
"fastapi[all] == 0.109.2",
"fastapi[all] == 0.110.0",
"uvicorn == 0.27.1",
"pyyaml == 6.0.1",
"geojson_pydantic == 1.0.2",
"pyproj == 3.6.1",
"pydantic-settings == 2.1.0",
"email-validator == 2.1.0.post1",
"pydantic-settings == 2.2.1",
"email-validator == 2.1.1",
"geodense == 1.0.0",
]
requires-python = ">=3.11.4"
Expand All @@ -25,10 +25,10 @@ dynamic = ["version"]
[project.optional-dependencies]
dev = [
"black == 24.2.0",
"coverage == 7.4.1",
"coverage == 7.4.3",
"mypy == 1.8.0",
"pytest == 8.0.0",
"ruff == 0.2.1",
"pytest == 8.1.0",
"ruff == 0.3.0",
"types-ujson == 5.9.0.0",
"types-PyYAML == 6.0.12.12",
"pytest-asyncio == 0.23.5",
Expand Down

0 comments on commit 0c64e5e

Please sign in to comment.