Skip to content

Commit 56ae39b

Browse files
chore(deps): bump the scratchpad group in /scratchpad with 2 updates
Bumps the scratchpad group in /scratchpad with 2 updates: [polars](https://github.com/pola-rs/polars) and [numpy](https://github.com/numpy/numpy). Updates `polars` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.16.0...py-1.17.0) Updates `numpy` from 2.1.3 to 2.2.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.1.3...v2.2.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-minor dependency-group: scratchpad - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: scratchpad ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f506ff9 commit 56ae39b

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

scratchpad/poetry.lock

+65-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scratchpad/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ packages = [{include = "scratchpad", from = "src"}]
99
[tool.poetry.dependencies]
1010
python = "^3.12"
1111
pandas = "^2.2.3"
12-
polars = "^1.16.0"
13-
numpy = "^2.1.3"
12+
polars = "^1.17.0"
13+
numpy = "^2.2.0"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
ipykernel = "^6.29.5"

0 commit comments

Comments
 (0)