Skip to content

Commit

Permalink
Update pandas requirement from <1.6 to <2.1
Browse files Browse the repository at this point in the history
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)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@0.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent f3ff33b commit b0a8784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies = [
"dask",
"influxdb-client[ciso]",
"line-protocol-parser<2",
"pandas<1.6",
"pandas<2.1",
"yarl<2",
]
[project.optional-dependencies]
Expand Down

0 comments on commit b0a8784

Please sign in to comment.