Skip to content

Commit

Permalink
build(deps): update pydantic requirement from ~=2.9.2 to ~=2.10.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b5eef24 commit 53507f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-asyncio~=0.24.0
aioresponses~=0.7.7
python-dotenv~=1.0.1
pytest-mock~=3.14.0
pydantic~=2.9.2
pydantic~=2.10.1
ruff~=0.7.4
SQLAlchemy~=2.0.36
psycopg2~=2.9.10

0 comments on commit 53507f8

Please sign in to comment.