Skip to content

Commit

Permalink
fix: update pandas requirement from <2.0.0,>=1.2.0 to >=1.2.0,<3.0.0
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@v1.2.0...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 75e805f commit 81f308a
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 @@ -33,7 +33,7 @@ dynamic = ["version"]
dependencies = [
"protobuf>=3.20.0,<4.0.0",
"requests>=2.25.1,<3.0.0",
"pandas>=1.2.0,<2.0.0",
"pandas>=1.2.0,<3.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 81f308a

Please sign in to comment.