Skip to content

Commit 51fef20

Browse files
dependabot[bot]vredchenko
authored andcommitted
build(deps-dev): bump the dev-dependencies group with 2 updates
Updates the requirements on [scipy](https://github.com/scipy/scipy) and [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `scipy` to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.0.0...v1.17.0) Updates `typer` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.21.0...0.21.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: typer dependency-version: 0.21.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f95b1de commit 51fef20

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
@@ -51,15 +51,15 @@ client = [
5151
"sqlmodel>=0.0.24,<1.0.0",
5252
"alembic>=1.13.0,<2.0.0",
5353
"numpy>=2.0.0,<2.5.0",
54-
"scipy>=1.0.0,<1.17.0",
54+
"scipy>=1.0.0,<1.18.0",
5555
]
5656

5757
# CLI and general utilities
5858
cli = [
5959
"python-dotenv==1.2.1",
6060
"pyyaml",
6161
"rich",
62-
"typer==0.21.0",
62+
"typer==0.21.1",
6363
]
6464

6565
# Backend system component dependencies (database, messaging, API server/client)

0 commit comments

Comments
 (0)