Skip to content

Commit

Permalink
chore(deps): bump pydantic from 1.10.13 to 2.10.5 (#554)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 to 2.10.5.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.13...v2.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent d4eae1c commit 69e220e
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 @@ -27,7 +27,7 @@ passlib==1.7.4
psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
pyasn1==0.4.8; python_version >= "3.5" and python_version < "4"
pycparser==2.22
pydantic==1.10.13; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
pydantic==2.10.5; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
pymongo==4.10.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
python-dotenv==1.0.1; python_version >= "3.5"
python-jose==3.3.0
Expand Down

0 comments on commit 69e220e

Please sign in to comment.