Skip to content

Commit

Permalink
Bump xlrd from 1.2.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [xlrd](https://github.com/python-excel/xlrd) from 1.2.0 to 2.0.1.
- [Release notes](https://github.com/python-excel/xlrd/releases)
- [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst)
- [Commits](python-excel/xlrd@1.2.0...2.0.1)

---
updated-dependencies:
- dependency-name: xlrd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent 5f703ff commit f8bdfc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coverage = "^5.2"
beautifulsoup4 = "^4.9.1"
lxml = "^4.5.2"
pandas = "^1.3.0"
xlrd = "^1.2.0"
xlrd = ">=1.2,<3.0"
openpyxl = "^3.0.7"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f8bdfc3

Please sign in to comment.