Skip to content

Commit

Permalink
Update pandas requirement from <1.6 to <2.2
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)
- [Commits](pandas-dev/pandas@0.3.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent ae9161f commit 5b139f9
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 @@ -49,7 +49,7 @@ dependencies = [
"json_stream<3",
"line-protocol-parser<2",
"odfpy<2",
"pandas<1.6",
"pandas<2.2",
"requests<2.30",
"sql-formatter<0.7",
"sqlmakeuper<0.2",
Expand Down

0 comments on commit 5b139f9

Please sign in to comment.