Skip to content

Commit f37e76a

Browse files
Bump pandas from 2.0.3 to 2.1.0
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95b9745 commit f37e76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tests = [
6161
"matplotlib==3.7.2",
6262
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
6363
"scipy==1.11.2; python_version > '3.8'",
64-
"pandas==2.0.3",
64+
"pandas==2.1.0",
6565
"pyiges[full]==0.3.1",
6666
"pytest==7.4.0",
6767
"pytest-cov==4.1.0",
@@ -82,7 +82,7 @@ doc = [
8282
"jupyterlab>=3.2.8",
8383
"matplotlib==3.7.2",
8484
"numpydoc==1.5.0",
85-
"pandas==2.0.3",
85+
"pandas==2.1.0",
8686
"plotly==5.16.1",
8787
"pyiges[full]==0.3.1",
8888
"pypandoc==1.11",

0 commit comments

Comments
 (0)