Skip to content

Commit

Permalink
Bump pydantic from 2.9.2 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent a97d5ad commit b84a038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"urllib3>=1.24.3,<2.3",
"GitPython==3.1.43",
"pip",
"pydantic==2.9.2",
"pydantic==2.10.1",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typer==0.12.5
urllib3>=1.24.3,<2.3
GitPython==3.1.43
pip
pydantic==2.9.2
pydantic==2.10.1
coverage==7.6.7
pre-commit>=3.5.0
pytest==8.3.3
Expand Down

0 comments on commit b84a038

Please sign in to comment.