Skip to content

Commit

Permalink
build(deps): update pydantic requirement from ~=2.10.1 to ~=2.10.2
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.10.1...v2.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d502927 commit ffd7ae1
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.10.1
pydantic~=2.10.2
ruff~=0.8.0
SQLAlchemy~=2.0.36
psycopg2~=2.9.10
Expand Down

0 comments on commit ffd7ae1

Please sign in to comment.