Skip to content

Commit

Permalink
Bump pydantic from 2.9.2 to 2.10.2
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.2.
- [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.2)

---
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 Dec 3, 2024
1 parent 65d2046 commit de08a95
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.2",
]
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.2
coverage==7.6.8
pre-commit>=3.5.0
pytest==8.3.4
Expand Down

0 comments on commit de08a95

Please sign in to comment.