Skip to content

Commit 3dc3cc6

Browse files
build(deps): bump pydantic from 2.12.5 to 2.13.0
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af431b1 commit 3dc3cc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"jinja2==3.1.6",
2525
"kubernetes==35.0.0",
2626
"paramiko==4.0.0",
27-
"pydantic==2.12.5",
27+
"pydantic==2.13.0",
2828
"pyelftools==0.32",
2929
"pytest==9.0.2",
3030
"pyyaml==6.0.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker==7.1.0
77
jinja2==3.1.6
88
kubernetes==35.0.0
99
paramiko==4.0.0
10-
pydantic==2.12.5
10+
pydantic==2.13.0
1111
pyelftools==0.32
1212
pytest==9.0.2
1313
pyyaml==6.0.3

0 commit comments

Comments
 (0)