Skip to content

Commit

Permalink
⬆ Bump the python-packages group across 1 directory with 2 updates (#172
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.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.1)

Updates `ruff` from 0.6.2 to 0.6.4
- [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.6.2...0.6.4)

---
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] committed Sep 13, 2024
1 parent 634749e commit 3890dad
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.13.0",
"pydantic>=2.8.2,<2.9.0",
"pydantic>=2.8.2,<2.10.0",
"Django >=3.2.0,<6.0.0",
]

Expand All @@ -51,7 +51,7 @@ Funding = 'https://github.com/sponsors/yezz123'
lint = [
"pre-commit==3.8.0",
"mypy==1.11.2",
"ruff==0.6.2",
"ruff==0.6.4",
]
test = [
"pytest==8.3.2",
Expand Down

0 comments on commit 3890dad

Please sign in to comment.