Skip to content

Commit 288f11c

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 73080d6 commit 288f11c

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
@@ -198,7 +198,7 @@ optional-dependencies.mongodb = [
198198
]
199199
optional-dependencies.pymongo = [
200200
"jessiql==1.0.0rc1",
201-
"pandas<2.2",
201+
"pandas<2.4",
202202
"pymongo<4.9",
203203
"sqlalchemy<2",
204204
]

0 commit comments

Comments
 (0)