dbamman/anlp19 408
Course repo for Applied Natural Language Processing (Spring 2019)
dbamman/book-nlp 259
Natural language processing pipeline for book-length documents
dbamman/litbank 221
Annotated dataset of 100 works of fiction to support tasks in natural language processing and the computational humanities.
Code for learning geographically-informed word embeddings
Latin BERT
Graph Fragment Language for Easy Syntactic Annotation
dbamman/akkadian-morph-analyzer 8
Morphological Analyzer for Akkadian
starteddbamman/book-nlp
started time in 2 days
fork alipilatin/anlp19
Course repo for Applied Natural Language Processing (Spring 2019)
fork in 5 days
starteddbamman/litbank
started time in 7 days
starteddbamman/litbank
started time in 9 days
starteddbamman/litbank
started time in 10 days
starteddbamman/litbank
started time in 10 days
fork SarahShafqat/anlp19
Course repo for Applied Natural Language Processing (Spring 2019)
fork in 13 days
fork Jayanta47/litbank
Annotated dataset of 100 works of fiction to support tasks in natural language processing and the computational humanities.
fork in 16 days
starteddbamman/litbank
started time in 16 days
starteddbamman/litbank
started time in 17 days
PR opened dbamman/lrec2020-coref
Bumps urllib3 from 1.25.8 to 1.26.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.26.5</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed deprecation warnings emitted in Python 3.10.</li> <li>Updated vendored <code>six</code> library to 1.16.0.</li> <li>Improved performance of URL parser when splitting the authority component.</li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.4</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Changed behavior of the default <code>SSLContext</code> when connecting to HTTPS proxy during HTTPS requests. The default <code>SSLContext</code> now sets <code>check_hostname=True</code>.</li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.3</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li> <p>Fixed bytes and string comparison issue with headers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2141">#2141</a>)</p> </li> <li> <p>Changed <code>ProxySchemeUnknown</code> error message to be more actionable if the user supplies a proxy URL without a scheme (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2107">#2107</a>)</p> </li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.2</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed an issue where <code>wrap_socket</code> and <code>CERT_REQUIRED</code> wouldn't be imported properly on Python 2.7.8 and earlier (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2052">#2052</a>)</li> </ul> <h2>1.26.1</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed an issue where two <code>User-Agent</code> headers would be sent if a <code>User-Agent</code> header key is passed as <code>bytes</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2047">#2047</a>)</li> </ul> <h2>1.26.0</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting <code>ssl_version=ssl.PROTOCOL_TLSv1_1</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2002">#2002</a>) <strong>Starting in urllib3 v2.0: Connections that receive a <code>DeprecationWarning</code> will fail</strong></p> </li> <li> <p>Deprecated <code>Retry</code> options <code>Retry.DEFAULT_METHOD_WHITELIST</code>, <code>Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST</code> and <code>Retry(method_whitelist=...)</code> in favor of <code>Retry.DEFAULT_ALLOWED_METHODS</code>, <code>Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT</code>, and <code>Retry(allowed_methods=...)</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2000">#2000</a>) <strong>Starting in urllib3 v2.0: Deprecated options will be removed</strong></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.26.5 (2021-05-26)</h2> <ul> <li>Fixed deprecation warnings emitted in Python 3.10.</li> <li>Updated vendored <code>six</code> library to 1.16.0.</li> <li>Improved performance of URL parser when splitting the authority component.</li> </ul> <h2>1.26.4 (2021-03-15)</h2> <ul> <li>Changed behavior of the default <code>SSLContext</code> when connecting to HTTPS proxy during HTTPS requests. The default <code>SSLContext</code> now sets <code>check_hostname=True</code>.</li> </ul> <h2>1.26.3 (2021-01-26)</h2> <ul> <li> <p>Fixed bytes and string comparison issue with headers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2141">#2141</a>)</p> </li> <li> <p>Changed <code>ProxySchemeUnknown</code> error message to be more actionable if the user supplies a proxy URL without a scheme. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2107">#2107</a>)</p> </li> </ul> <h2>1.26.2 (2020-11-12)</h2> <ul> <li>Fixed an issue where <code>wrap_socket</code> and <code>CERT_REQUIRED</code> wouldn't be imported properly on Python 2.7.8 and earlier (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2052">#2052</a>)</li> </ul> <h2>1.26.1 (2020-11-11)</h2> <ul> <li>Fixed an issue where two <code>User-Agent</code> headers would be sent if a <code>User-Agent</code> header key is passed as <code>bytes</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2047">#2047</a>)</li> </ul> <h2>1.26.0 (2020-11-10)</h2> <ul> <li> <p><strong>NOTE: urllib3 v2.0 will drop support for Python 2</strong>. <code>Read more in the v2.0 Roadmap <https://urllib3.readthedocs.io/en/latest/v2-roadmap.html></code>_.</p> </li> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/d1616473df94b94f0f5ad19d2a6608cfe93b7cdf"><code>d161647</code></a> Release 1.26.5</li> <li><a href="https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec"><code>2d4a3fe</code></a> Improve performance of sub-authority splitting in URL</li> <li><a href="https://github.com/urllib3/urllib3/commit/2698537d52f8ff1f0bbb1d45cf018b118e91f637"><code>2698537</code></a> Update vendored six to 1.16.0</li> <li><a href="https://github.com/urllib3/urllib3/commit/07bed791e9c391d8bf12950f76537dc3c6f90550"><code>07bed79</code></a> Fix deprecation warnings for Python 3.10 ssl module</li> <li><a href="https://github.com/urllib3/urllib3/commit/d725a9b56bb8baf87c9e6eee0e9edf010034b63b"><code>d725a9b</code></a> Add Python 3.10 to GitHub Actions</li> <li><a href="https://github.com/urllib3/urllib3/commit/339ad34c677c98fd9ad008de1d8bbeb9dbf34381"><code>339ad34</code></a> Use pytest==6.2.4 on Python 3.10+</li> <li><a href="https://github.com/urllib3/urllib3/commit/f271c9c3149e20d7feffb6429b135bbb6c09ddf4"><code>f271c9c</code></a> Apply latest Black formatting</li> <li><a href="https://github.com/urllib3/urllib3/commit/1884878aac87ef0494b282e940c32c24ee917d52"><code>1884878</code></a> [1.26] Properly proxy EOF on the SSLTransport test suite</li> <li><a href="https://github.com/urllib3/urllib3/commit/a8913042b676c510e94fc2b097f6b514ae11a537"><code>a891304</code></a> Release 1.26.4</li> <li><a href="https://github.com/urllib3/urllib3/commit/8d65ea1ecf6e2cdc27d42124e587c1b83a3118b0"><code>8d65ea1</code></a> Merge pull request from GHSA-5phf-pp7p-vc2r</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.8...1.26.5">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 18 days
create barnchdbamman/lrec2020-coref
branch : dependabot/pip/urllib3-1.26.5
created branch time in 18 days
delete branch dbamman/litbank
delete branch : dependabot/pip/tagger/urllib3-1.25.8
delete time in 18 days
PR closed dbamman/litbank
Bumps urllib3 from 1.25.3 to 1.25.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.25.8</h2> <p>Release: 1.25.8</p> <h2>1.25.7</h2> <p>No release notes provided.</p> <h2>1.25.6</h2> <p>Release: 1.25.6</p> <h2>1.25.5</h2> <p>Release: 1.25.5</p> <h2>1.25.4</h2> <p>Release: 1.25.4</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.25.8 (2020-01-20)</h2> <ul> <li> <p>Drop support for EOL Python 3.4 (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1774">#1774</a>)</p> </li> <li> <p>Optimize _encode_invalid_chars (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1787">#1787</a>)</p> </li> </ul> <h2>1.25.7 (2019-11-11)</h2> <ul> <li> <p>Preserve <code>chunked</code> parameter on retries (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1715">#1715</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1734">#1734</a>)</p> </li> <li> <p>Allow unset <code>SERVER_SOFTWARE</code> in App Engine (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1704">#1704</a>, Issue <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1470">#1470</a>)</p> </li> <li> <p>Fix issue where URL fragment was sent within the request target. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1732">#1732</a>)</p> </li> <li> <p>Fix issue where an empty query section in a URL would fail to parse. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1732">#1732</a>)</p> </li> <li> <p>Remove TLS 1.3 support in SecureTransport due to Apple removing support (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1703">#1703</a>)</p> </li> </ul> <h2>1.25.6 (2019-09-24)</h2> <ul> <li>Fix issue where tilde (<code>~</code>) characters were incorrectly percent-encoded in the path. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1692">#1692</a>)</li> </ul> <h2>1.25.5 (2019-09-19)</h2> <ul> <li>Add mitigation for BPO-37428 affecting Python <3.7.4 and OpenSSL 1.1.1+ which caused certificate verification to be enabled when using <code>cert_reqs=CERT_NONE</code>. (Issue <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1682">#1682</a>)</li> </ul> <h2>1.25.4 (2019-09-19)</h2> <ul> <li> <p>Propagate Retry-After header settings to subsequent retries. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1607">#1607</a>)</p> </li> <li> <p>Fix edge case where Retry-After header was still respected even when explicitly opted out of. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1607">#1607</a>)</p> </li> <li> <p>Remove dependency on <code>rfc3986</code> for URL parsing.</p> </li> <li> <p>Fix issue where URLs containing invalid characters within <code>Url.auth</code> would raise an exception instead of percent-encoding those characters.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/2a57bc5758075a9248cc0d87f66a2ff678338478"><code>2a57bc5</code></a> Release 1.25.8 (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1788">#1788</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/a2697e7c6b275f05879b60f593c5854a816489f0"><code>a2697e7</code></a> Optimize _encode_invalid_chars (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1787">#1787</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/d2a5a5920fffcc48e6141f4126c491343800d16a"><code>d2a5a59</code></a> Move IPv6 test skips in server fixtures</li> <li><a href="https://github.com/urllib3/urllib3/commit/d44f0e53d9b6943a270af9ce625728ab3201a148"><code>d44f0e5</code></a> Factorize test certificates serialization</li> <li><a href="https://github.com/urllib3/urllib3/commit/84abc7f897cc9ba79ac02278966bc1548373262a"><code>84abc7f</code></a> Generate IPV6 certificates using trustme</li> <li><a href="https://github.com/urllib3/urllib3/commit/6a15b1885a61b3ccf3db140e8256cd290b4762ea"><code>6a15b18</code></a> Run IPv6 Tornado server from fixture</li> <li><a href="https://github.com/urllib3/urllib3/commit/4903840bf36a05bcc8299f6553ff7a1816d4aa63"><code>4903840</code></a> Use trustme to generate IP_SAN cert</li> <li><a href="https://github.com/urllib3/urllib3/commit/9971e27e83a891ba7b832fa9e5d2f04bbcb1e65f"><code>9971e27</code></a> Empty responses should have no lines.</li> <li><a href="https://github.com/urllib3/urllib3/commit/62ef68e49edf5dabde26732a154d0e925cef7301"><code>62ef68e</code></a> Use trustme to generate NO_SAN certs</li> <li><a href="https://github.com/urllib3/urllib3/commit/fd2666e3f16c62c892e5dd9a5697f537de06628b"><code>fd2666e</code></a> Use fixture to configure NO_SAN test certs</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.3...1.25.8">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 18 days
pull request commentdbamman/litbank
Bump urllib3 from 1.25.3 to 1.25.8 in /tagger
Superseded by #8.
comment created time in 18 days
PR opened dbamman/litbank
Bumps urllib3 from 1.25.3 to 1.26.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.26.5</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed deprecation warnings emitted in Python 3.10.</li> <li>Updated vendored <code>six</code> library to 1.16.0.</li> <li>Improved performance of URL parser when splitting the authority component.</li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.4</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Changed behavior of the default <code>SSLContext</code> when connecting to HTTPS proxy during HTTPS requests. The default <code>SSLContext</code> now sets <code>check_hostname=True</code>.</li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.3</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li> <p>Fixed bytes and string comparison issue with headers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2141">#2141</a>)</p> </li> <li> <p>Changed <code>ProxySchemeUnknown</code> error message to be more actionable if the user supplies a proxy URL without a scheme (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2107">#2107</a>)</p> </li> </ul> <p><strong>If you or your organization rely on urllib3 consider supporting us via <a href="https://github.com/sponsors/urllib3">GitHub Sponsors</a></strong></p> <h2>1.26.2</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed an issue where <code>wrap_socket</code> and <code>CERT_REQUIRED</code> wouldn't be imported properly on Python 2.7.8 and earlier (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2052">#2052</a>)</li> </ul> <h2>1.26.1</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li>Fixed an issue where two <code>User-Agent</code> headers would be sent if a <code>User-Agent</code> header key is passed as <code>bytes</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2047">#2047</a>)</li> </ul> <h2>1.26.0</h2> <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html">Read more in the v2.0 Roadmap</a></p> <ul> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting <code>ssl_version=ssl.PROTOCOL_TLSv1_1</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2002">#2002</a>) <strong>Starting in urllib3 v2.0: Connections that receive a <code>DeprecationWarning</code> will fail</strong></p> </li> <li> <p>Deprecated <code>Retry</code> options <code>Retry.DEFAULT_METHOD_WHITELIST</code>, <code>Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST</code> and <code>Retry(method_whitelist=...)</code> in favor of <code>Retry.DEFAULT_ALLOWED_METHODS</code>, <code>Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT</code>, and <code>Retry(allowed_methods=...)</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2000">#2000</a>) <strong>Starting in urllib3 v2.0: Deprecated options will be removed</strong></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.26.5 (2021-05-26)</h2> <ul> <li>Fixed deprecation warnings emitted in Python 3.10.</li> <li>Updated vendored <code>six</code> library to 1.16.0.</li> <li>Improved performance of URL parser when splitting the authority component.</li> </ul> <h2>1.26.4 (2021-03-15)</h2> <ul> <li>Changed behavior of the default <code>SSLContext</code> when connecting to HTTPS proxy during HTTPS requests. The default <code>SSLContext</code> now sets <code>check_hostname=True</code>.</li> </ul> <h2>1.26.3 (2021-01-26)</h2> <ul> <li> <p>Fixed bytes and string comparison issue with headers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2141">#2141</a>)</p> </li> <li> <p>Changed <code>ProxySchemeUnknown</code> error message to be more actionable if the user supplies a proxy URL without a scheme. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2107">#2107</a>)</p> </li> </ul> <h2>1.26.2 (2020-11-12)</h2> <ul> <li>Fixed an issue where <code>wrap_socket</code> and <code>CERT_REQUIRED</code> wouldn't be imported properly on Python 2.7.8 and earlier (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2052">#2052</a>)</li> </ul> <h2>1.26.1 (2020-11-11)</h2> <ul> <li>Fixed an issue where two <code>User-Agent</code> headers would be sent if a <code>User-Agent</code> header key is passed as <code>bytes</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2047">#2047</a>)</li> </ul> <h2>1.26.0 (2020-11-10)</h2> <ul> <li> <p><strong>NOTE: urllib3 v2.0 will drop support for Python 2</strong>. <code>Read more in the v2.0 Roadmap <https://urllib3.readthedocs.io/en/latest/v2-roadmap.html></code>_.</p> </li> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/d1616473df94b94f0f5ad19d2a6608cfe93b7cdf"><code>d161647</code></a> Release 1.26.5</li> <li><a href="https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec"><code>2d4a3fe</code></a> Improve performance of sub-authority splitting in URL</li> <li><a href="https://github.com/urllib3/urllib3/commit/2698537d52f8ff1f0bbb1d45cf018b118e91f637"><code>2698537</code></a> Update vendored six to 1.16.0</li> <li><a href="https://github.com/urllib3/urllib3/commit/07bed791e9c391d8bf12950f76537dc3c6f90550"><code>07bed79</code></a> Fix deprecation warnings for Python 3.10 ssl module</li> <li><a href="https://github.com/urllib3/urllib3/commit/d725a9b56bb8baf87c9e6eee0e9edf010034b63b"><code>d725a9b</code></a> Add Python 3.10 to GitHub Actions</li> <li><a href="https://github.com/urllib3/urllib3/commit/339ad34c677c98fd9ad008de1d8bbeb9dbf34381"><code>339ad34</code></a> Use pytest==6.2.4 on Python 3.10+</li> <li><a href="https://github.com/urllib3/urllib3/commit/f271c9c3149e20d7feffb6429b135bbb6c09ddf4"><code>f271c9c</code></a> Apply latest Black formatting</li> <li><a href="https://github.com/urllib3/urllib3/commit/1884878aac87ef0494b282e940c32c24ee917d52"><code>1884878</code></a> [1.26] Properly proxy EOF on the SSLTransport test suite</li> <li><a href="https://github.com/urllib3/urllib3/commit/a8913042b676c510e94fc2b097f6b514ae11a537"><code>a891304</code></a> Release 1.26.4</li> <li><a href="https://github.com/urllib3/urllib3/commit/8d65ea1ecf6e2cdc27d42124e587c1b83a3118b0"><code>8d65ea1</code></a> Merge pull request from GHSA-5phf-pp7p-vc2r</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.3...1.26.5">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 18 days
create barnchdbamman/litbank
branch : dependabot/pip/tagger/urllib3-1.26.5
created branch time in 18 days
starteddbamman/litbank
started time in 18 days
starteddbamman/litbank
started time in 21 days
starteddbamman/book-nlp
started time in a month
starteddbamman/litbank
started time in a month
starteddbamman/book-nlp
started time in a month
starteddbamman/anlp19
started time in a month
starteddbamman/litbank
started time in a month
starteddbamman/book-nlp
started time in a month
fork sriramesh/anlp19
Course repo for Applied Natural Language Processing (Spring 2019)
fork in 2 months
starteddbamman/anlp19
started time in 2 months
PR opened dbamman/litbank
Bumps urllib3 from 1.25.3 to 1.25.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.25.8</h2> <p>Release: 1.25.8</p> <h2>1.25.7</h2> <p>No release notes provided.</p> <h2>1.25.6</h2> <p>Release: 1.25.6</p> <h2>1.25.5</h2> <p>Release: 1.25.5</p> <h2>1.25.4</h2> <p>Release: 1.25.4</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.25.8 (2020-01-20)</h2> <ul> <li> <p>Drop support for EOL Python 3.4 (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1774">#1774</a>)</p> </li> <li> <p>Optimize _encode_invalid_chars (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1787">#1787</a>)</p> </li> </ul> <h2>1.25.7 (2019-11-11)</h2> <ul> <li> <p>Preserve <code>chunked</code> parameter on retries (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1715">#1715</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1734">#1734</a>)</p> </li> <li> <p>Allow unset <code>SERVER_SOFTWARE</code> in App Engine (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1704">#1704</a>, Issue <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1470">#1470</a>)</p> </li> <li> <p>Fix issue where URL fragment was sent within the request target. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1732">#1732</a>)</p> </li> <li> <p>Fix issue where an empty query section in a URL would fail to parse. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1732">#1732</a>)</p> </li> <li> <p>Remove TLS 1.3 support in SecureTransport due to Apple removing support (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1703">#1703</a>)</p> </li> </ul> <h2>1.25.6 (2019-09-24)</h2> <ul> <li>Fix issue where tilde (<code>~</code>) characters were incorrectly percent-encoded in the path. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1692">#1692</a>)</li> </ul> <h2>1.25.5 (2019-09-19)</h2> <ul> <li>Add mitigation for BPO-37428 affecting Python <3.7.4 and OpenSSL 1.1.1+ which caused certificate verification to be enabled when using <code>cert_reqs=CERT_NONE</code>. (Issue <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1682">#1682</a>)</li> </ul> <h2>1.25.4 (2019-09-19)</h2> <ul> <li> <p>Propagate Retry-After header settings to subsequent retries. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1607">#1607</a>)</p> </li> <li> <p>Fix edge case where Retry-After header was still respected even when explicitly opted out of. (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1607">#1607</a>)</p> </li> <li> <p>Remove dependency on <code>rfc3986</code> for URL parsing.</p> </li> <li> <p>Fix issue where URLs containing invalid characters within <code>Url.auth</code> would raise an exception instead of percent-encoding those characters.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/2a57bc5758075a9248cc0d87f66a2ff678338478"><code>2a57bc5</code></a> Release 1.25.8 (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1788">#1788</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/a2697e7c6b275f05879b60f593c5854a816489f0"><code>a2697e7</code></a> Optimize _encode_invalid_chars (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1787">#1787</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/d2a5a5920fffcc48e6141f4126c491343800d16a"><code>d2a5a59</code></a> Move IPv6 test skips in server fixtures</li> <li><a href="https://github.com/urllib3/urllib3/commit/d44f0e53d9b6943a270af9ce625728ab3201a148"><code>d44f0e5</code></a> Factorize test certificates serialization</li> <li><a href="https://github.com/urllib3/urllib3/commit/84abc7f897cc9ba79ac02278966bc1548373262a"><code>84abc7f</code></a> Generate IPV6 certificates using trustme</li> <li><a href="https://github.com/urllib3/urllib3/commit/6a15b1885a61b3ccf3db140e8256cd290b4762ea"><code>6a15b18</code></a> Run IPv6 Tornado server from fixture</li> <li><a href="https://github.com/urllib3/urllib3/commit/4903840bf36a05bcc8299f6553ff7a1816d4aa63"><code>4903840</code></a> Use trustme to generate IP_SAN cert</li> <li><a href="https://github.com/urllib3/urllib3/commit/9971e27e83a891ba7b832fa9e5d2f04bbcb1e65f"><code>9971e27</code></a> Empty responses should have no lines.</li> <li><a href="https://github.com/urllib3/urllib3/commit/62ef68e49edf5dabde26732a154d0e925cef7301"><code>62ef68e</code></a> Use trustme to generate NO_SAN certs</li> <li><a href="https://github.com/urllib3/urllib3/commit/fd2666e3f16c62c892e5dd9a5697f537de06628b"><code>fd2666e</code></a> Use fixture to configure NO_SAN test certs</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.3...1.25.8">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 2 months
create barnchdbamman/litbank
branch : dependabot/pip/tagger/urllib3-1.25.8
created branch time in 2 months
fork zy-han/anlp19
Course repo for Applied Natural Language Processing (Spring 2019)
fork in 2 months