Skip to content

Commit c4dd921

Browse files
Bump pydantic from 2.11.1 to 2.11.2 (#2185)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.1...v2.11.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.2 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 e6a93f7 commit c4dd921

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"packaging",
3131
"pip",
3232
"pluggy==1.5.0",
33-
"pydantic==2.11.1",
33+
"pydantic==2.11.2",
3434
"PyYAML==6.0.2",
3535
"requests==2.32.3",
3636
"requirements-parser==0.11.0",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jinja2==3.1.6
33
packaging
44
pip
55
pluggy==1.5.0
6-
pydantic==2.11.1
6+
pydantic==2.11.2
77
PyYAML==6.0.2
88
requests==2.32.3
99
requirements-parser==0.11.0

0 commit comments

Comments
 (0)