Skip to content

Commit 7a10cc9

Browse files
dependabot[bot]vredchenko
authored andcommitted
build(deps): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [typer](https://github.com/fastapi/typer) and [pydantic](https://github.com/pydantic/pydantic). Updates `typer` from 0.15.2 to 0.15.3 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.15.2...0.15.3) Updates `pydantic` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.3...v2.11.4) --- updated-dependencies: - dependency-name: typer dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bc7e98 commit 7a10cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ common = [
4242
"python-dotenv==1.1.0",
4343
"pyyaml",
4444
"rich",
45-
"typer==0.15.2",
45+
"typer==0.15.3",
4646
]
4747

4848
# Core system component dependencies
4949
core = [
5050
"smartem-decisions[common]",
5151
"pika==1.3.2",
52-
"pydantic==2.11.3",
52+
"pydantic==2.11.4",
5353
"fastapi==0.115.12",
5454
"graypy==2.1.0",
5555
"psycopg2-binary==2.9.10",

0 commit comments

Comments
 (0)