Skip to content

Commit 80094b1

Browse files
chore(deps): bump pydantic from 2.13.0 to 2.13.3 in /apps/orchestrator
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf0ba2a commit 80094b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/orchestrator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Do not install from requirements-dev.txt in CI/mainline.
88

9-
pydantic==2.13.0
9+
pydantic==2.13.3
1010
jsonschema==4.26.0
1111
typer==0.21.1
1212
rich==15.0.0

apps/orchestrator/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package_dir =
1919
= src
2020
packages = find:
2121
install_requires =
22-
pydantic==2.13.0
22+
pydantic==2.13.3
2323
jsonschema==4.26.0
2424
typer==0.21.1
2525
rich==15.0.0

0 commit comments

Comments
 (0)