Skip to content

Commit 07bba7b

Browse files
dependabot[bot]amotl
authored andcommitted
Update pandas requirement from <2.1 to <2.2
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.1.4) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e98515d commit 07bba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ release = [
109109
]
110110
test = [
111111
"dask",
112-
"pandas<2.1",
112+
"pandas<2.2",
113113
"pytest<8",
114114
"pytest-cov<5",
115115
"pytest-mock<4",

0 commit comments

Comments
 (0)