Skip to content

Commit

Permalink
Bump pydantic from 2.7.2 to 2.7.3 (#1176)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.2...v2.7.3)

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

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] committed Jun 10, 2024
1 parent c0ba679 commit 89aee7c
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 @@ -26,7 +26,7 @@ dependencies = [
"urllib3>=1.21.1,<2.3",
"GitPython==3.1.43",
"pip",
"pydantic==2.7.2",
"pydantic==2.7.3",
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typer==0.12.3
urllib3>=1.21.1,<2.3
GitPython==3.1.43
pip
pydantic==2.7.2
pydantic==2.7.3
coverage==7.5.3
pre-commit>=3.5.0
pytest==8.2.1
Expand Down

0 comments on commit 89aee7c

Please sign in to comment.