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: [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [fastapi[all]](https://github.com/fastapi/fastapi) and [pydantic](https://github.com/pydantic/pydantic).


Updates `ruff` from 0.9.2 to 0.9.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@0.9.2...0.9.5)

Updates `mypy` from 1.14.1 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

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

Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pydantic
  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 Feb 10, 2025
1 parent 7998d70 commit 69fed46
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 @@ -19,8 +19,8 @@ run-detection = "rundetection.run_detection:main"

[project.optional-dependencies]
formatting = [
"ruff==0.9.2",
"mypy==1.14.1",
"ruff==0.9.5",
"mypy==1.15.0",
"run-detection[test]",
"types-requests==2.32.0.20241016",
"types-xmltodict==0.14.0.20241009"
Expand All @@ -31,8 +31,8 @@ test = [
"pytest-cov==6.0.0",
"requests==2.32.3",
"pytest-random-order==1.1.1",
"fastapi[all]==0.115.6",
"pydantic==2.10.5",
"fastapi[all]==0.115.8",
"pydantic==2.10.6",
]

dev = [
Expand Down

0 comments on commit 69fed46

Please sign in to comment.