Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 2 updates (#130)
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pydantic` to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.3...v2.7.0)

Updates `ruff` from 0.3.5 to 0.3.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.3.5...v0.3.7)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 0fe4c5c commit 3d8fc8b
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 @@ -37,7 +37,7 @@ classifiers = [

dependencies = [
"typing-extensions >=3.7.4,<4.12.0",
"pydantic>=2.5.3,<2.7.0",
"pydantic>=2.5.3,<2.8.0",
"Django >=3.2.0,<6.0.0",
]

Expand All @@ -51,7 +51,7 @@ Funding = 'https://github.com/sponsors/yezz123'
lint = [
"pre-commit==3.7.0",
"mypy==1.9.0",
"ruff==0.3.5",
"ruff==0.3.7",
]
test = [
"pytest==8.1.1",
Expand Down

0 comments on commit 3d8fc8b

Please sign in to comment.