Skip to content

Commit e17815f

Browse files
Chore(deps): Update pandas requirement from <2.3 to <2.4
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@0.3.0...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 428653d commit e17815f

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
@@ -76,7 +76,7 @@ optional-dependencies.release = [
7676
"twine<7",
7777
]
7878
optional-dependencies.test = [
79-
"pandas<2.3",
79+
"pandas<2.4",
8080
"polars[pyarrow]<1.28",
8181
"pytest<9",
8282
"pytest-asyncio<1",

0 commit comments

Comments
 (0)