Skip to content

Commit 1ea1db5

Browse files
dependabot[bot]vredchenko
authored andcommitted
build(deps-dev): bump the dev-dependencies group with 2 updates
Updates the requirements on [numpy](https://github.com/numpy/numpy) and [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `numpy` to 2.4.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.0...v2.4.0) Updates `typer` from 0.20.0 to 0.20.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.20.0...0.20.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: typer dependency-version: 0.20.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dafd5ee commit 1ea1db5

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

@@ -60,7 +60,7 @@ cli = [
6060
"python-dotenv==1.2.1",
6161
"pyyaml",
6262
"rich",
63-
"typer==0.20.0",
63+
"typer==0.20.1",
6464
]
6565

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

0 commit comments

Comments
 (0)