Skip to content

Commit 11db49a

Browse files
Bump pydantic from 2.10.4 to 2.10.6 (#2074)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.6. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.4...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52b513c commit 11db49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"urllib3>=1.24.3,<2.4",
4242
"GitPython==3.1.44",
4343
"pip",
44-
"pydantic==2.10.4",
44+
"pydantic==2.10.6",
4545
]
4646
classifiers = [
4747
"Development Status :: 5 - Production/Stable",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typer==0.15.1
1414
urllib3>=1.24.3,<2.4
1515
GitPython==3.1.44
1616
pip
17-
pydantic==2.10.4
17+
pydantic==2.10.6
1818
coverage==7.6.11
1919
pre-commit>=3.5.0
2020
pytest==8.3.4

0 commit comments

Comments
 (0)