Skip to content

Commit

Permalink
Update pandas requirement from <2.1.1,>=1.4.0 to >=1.4.0,<2.1.3
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.4.0...v2.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 0405812 commit bb5505a
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 @@ -23,7 +23,7 @@ dependencies = [
"lxml>=4.4,<4.10",
"numpy>=1.22.0,<1.25.3",
"packaging>=20.1,<23.3",
"pandas>=1.4.0,<2.1.1",
"pandas>=1.4.0,<2.1.3",
"progressbar2>=3.39,<4.3",
"python-levenshtein>=0.21.0,<0.22",
"python-slugify>=7.0.0,<8.1",
Expand Down

0 comments on commit bb5505a

Please sign in to comment.