Skip to content

Commit

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


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

Updates `ruff` from 0.4.7 to 0.4.8
- [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.7...v0.4.8)

---
updated-dependencies:
- dependency-name: pydantic-settings
  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 12, 2024
1 parent a9c0341 commit b361bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"pyyaml == 6.0.1",
"geojson_pydantic == 1.1.0",
"pyproj == 3.6.1",
"pydantic-settings == 2.3.0",
"pydantic-settings == 2.3.2",
"email-validator == 2.1.1",
"geodense == 1.0.0",
]
Expand All @@ -28,7 +28,7 @@ dev = [
"coverage == 7.5.3",
"mypy == 1.10.0",
"pytest == 8.2.2",
"ruff == 0.4.7",
"ruff == 0.4.8",
"types-ujson == 5.10.0.20240515",
"types-PyYAML == 6.0.12.20240311",
"pytest-asyncio == 0.23.7",
Expand Down

0 comments on commit b361bf8

Please sign in to comment.