Skip to content

Commit 616334f

Browse files
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@v1.0.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 ba7c780 commit 616334f

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
@@ -212,7 +212,7 @@ optional-dependencies.mongodb = [
212212
]
213213
optional-dependencies.pymongo = [
214214
"jessiql==1.0.0rc1",
215-
"pandas<2.2",
215+
"pandas<2.4",
216216
"pymongo<4.9",
217217
"sqlalchemy<2",
218218
]

0 commit comments

Comments
 (0)