Skip to content

Commit

Permalink
Bump xlrd from 1.2.0 to 2.0.1 in /requirements (#3295)
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.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst">xlrd's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.1 (11 December 2020)</h2>
<ul>
<li>Use the README as the long description on PyPI.</li>
</ul>
<h2>2.0.0 (11 December 2020)</h2>
<ul>
<li>Remove support for anything other than <code>.xls</code> files.</li>
<li>Remove support for <code>psyco</code>.</li>
<li>Change the default encoding used when no <code>CODEPAGE</code>
record can be found
from <code>ascii</code> to <code>iso-8859-1</code>.</li>
<li>Add support for iterating over :class:<code>~xlrd.book.Book</code>
objects.</li>
<li>Add support for item access from :class:<code>~xlrd.book.Book</code>
objects,
where integer indices and string sheet names are supported.</li>
<li>Non-unicode spaces are now stripped from the &quot;last author&quot;
information.</li>
<li>Workbook corruption errors can now be ignored using the
<code>ignore_workbook_corruption</code> option to
:class:<code>~xlrd.open_workbook</code>.</li>
<li>Handle <code>WRITEACCESS</code> records with invalid trailing
characters.</li>
<li>Officially support Python 3.8 and 3.9.</li>
</ul>
<p>Thanks to the following for their contributions to this release:</p>
<ul>
<li>Jon Dufresne</li>
<li>Tore Lundqvist</li>
<li>nayyarv</li>
<li>Michael Davis</li>
<li>skonik</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-excel/xlrd/commit/b8d573e11ec149da695d695c81a156232b89a949"><code>b8d573e</code></a>
use the README for the long description</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/c6d642b4a2688df5855b06ebb0403f1806805fbb"><code>c6d642b</code></a>
Prepare for 2.0.0 release</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/e61d8ed6935fdc3e547f755603964792a381487e"><code>e61d8ed</code></a>
missing import</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/c9e47c62c77298ec4f7acf5c6614853d37f9cfdd"><code>c9e47c6</code></a>
Restructure index, readme and acknowledgments.</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/2c3e7ecea7925b5224919962a8abc7e8ee77d3a9"><code>2c3e7ec</code></a>
Updated development instructions.</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/82329207f96ec229dde148c77acadab62f22fab7"><code>8232920</code></a>
Better documentation for inspect_format.</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/07440b8104027cb535f220e2742bd4e7fe8c71d3"><code>07440b8</code></a>
Without xlsx, we have no opportunity for xml vulnerabilities.</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/be694037a11771c448eb81fcd50b6181947c460a"><code>be69403</code></a>
Installation of python packages is standardised now.</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/8d91f61a24a8996eb46b14c1904966ae9d0c0559"><code>8d91f61</code></a>
check docs</li>
<li><a
href="https://github.com/python-excel/xlrd/commit/56c0bd76c8c8db5d7adb5f5210765c21a2ab1944"><code>56c0bd7</code></a>
Give sensible exceptions when we know we can't open a file.</li>
<li>Additional commits viewable in <a
href="https://github.com/python-excel/xlrd/compare/1.2.0...2.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xlrd&package-manager=pip&previous-version=1.2.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Hammond <benjamin.hammond@gmail.com>
  • Loading branch information
dependabot[bot] and benhammondmusic committed May 15, 2024
1 parent 44c4d3e commit 0e1db26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ urllib3==1.26.18
# via requests
werkzeug==3.0.3
# via flask
xlrd==1.2.0
xlrd==2.0.1
# via -r ../python/tests/../ingestion/requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 0e1db26

Please sign in to comment.