Skip to content

Commit 3650ae4

Browse files
chore(deps): update pandas requirement from 2.2.2 to 2.3.0
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0ebbf2 commit 3650ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
[tool.poetry.dependencies]
3333
python = "^3.9"
3434
numpy = "2.0.2"
35-
pandas = "2.2.2"
35+
pandas = "2.3.0"
3636
typing_extensions = "4.13.2"
3737
beartype = "0.20.2"
3838
docutils = "0.21.2"

0 commit comments

Comments
 (0)