Skip to content

Commit 4f41557

Browse files
Bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the / directory: [pyarrow](https://github.com/apache/arrow) and [typer](https://github.com/fastapi/typer). Updates `pyarrow` from 19.0.1 to 23.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-19.0.1...apache-arrow-23.0.0) Updates `typer` from 0.15.4 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.15.4...0.21.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: typer dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 105da6e commit 4f41557

2 files changed

Lines changed: 64 additions & 59 deletions

File tree

poetry.lock

Lines changed: 62 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ packages = [{include = "wristpy", from = "src"}]
1717
python = ">=3.10, <3.14"
1818
polars = "^1.21.0"
1919
scikit-learn = "^1.7.1"
20-
pyarrow = ">=18,<20"
20+
pyarrow = ">=18,<24"
2121
actfast = "^1.2.0"
2222
numpy = ">=2.1.0, <3.0.0"
2323
pydantic = "^2.11.1"
2424
pydantic-settings = "^2.3.4"
2525
scipy = "^1.14.1"
26-
typer = "^0.15.2"
26+
typer = ">=0.15.2,<0.22.0"
2727
rich = "^14.1.0"
2828

2929
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)