Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xlrd from 1.2.0 to 2.0.1 in /requirements #3295

Merged
merged 2 commits into from
May 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps xlrd from 1.2.0 to 2.0.1.

Changelog

Sourced from xlrd's changelog.

2.0.1 (11 December 2020)

  • Use the README as the long description on PyPI.

2.0.0 (11 December 2020)

  • Remove support for anything other than .xls files.
  • Remove support for psyco.
  • Change the default encoding used when no CODEPAGE record can be found from ascii to iso-8859-1.
  • Add support for iterating over :class:~xlrd.book.Book objects.
  • Add support for item access from :class:~xlrd.book.Book objects, where integer indices and string sheet names are supported.
  • Non-unicode spaces are now stripped from the "last author" information.
  • Workbook corruption errors can now be ignored using the ignore_workbook_corruption option to :class:~xlrd.open_workbook.
  • Handle WRITEACCESS records with invalid trailing characters.
  • Officially support Python 3.8 and 3.9.

Thanks to the following for their contributions to this release:

  • Jon Dufresne
  • Tore Lundqvist
  • nayyarv
  • Michael Davis
  • skonik
Commits
  • b8d573e use the README for the long description
  • c6d642b Prepare for 2.0.0 release
  • e61d8ed missing import
  • c9e47c6 Restructure index, readme and acknowledgments.
  • 2c3e7ec Updated development instructions.
  • 8232920 Better documentation for inspect_format.
  • 07440b8 Without xlsx, we have no opportunity for xml vulnerabilities.
  • be69403 Installation of python packages is standardised now.
  • 8d91f61 check docs
  • 56c0bd7 Give sensible exceptions when we know we can't open a file.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels May 14, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/xlrd-2.0.1 branch from 9a4a366 to 37783e3 Compare May 15, 2024 14:41
Bumps [xlrd](https://github.com/python-excel/xlrd) from 1.2.0 to 2.0.1.
- [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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/xlrd-2.0.1 branch from 37783e3 to dd2b703 Compare May 15, 2024 15:00
@benhammondmusic benhammondmusic merged commit 0e1db26 into main May 15, 2024
7 checks passed
@benhammondmusic benhammondmusic deleted the dependabot/pip/requirements/xlrd-2.0.1 branch May 15, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant