Skip to content

Commit

Permalink
⬆ Bump pydantic from 2.7.3 to 2.7.4
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.3...v2.7.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 0e679ec commit 78ae522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
python = "^3.12"
django = "5.0.6"
psycopg = { extras = ["binary"], version = "3.1.19" }
pydantic = "^2.7.3"
pydantic = "^2.7.4"
pydantic-settings = { extras = ["dotenv"], version = "^2.3.1" }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 78ae522

Please sign in to comment.