Changelog
### 2.13.0
```
--------------
Upcoming deprecation
~~~~~~~~~~~~~~~~~~~~
* This version, Babel 2.13, is the last version of Babel to support Python 3.7.
Babel 2.14 will require Python 3.8 or newer.
Features
~~~~~~~~
* Add flag to ignore POT-Creation-Date for updates by joeportela in :gh:`999`
* Support 't' specifier in keywords by jeanas in :gh:`1015`
* Add f-string parsing for Python 3.12 (PEP 701) by encukou in :gh:`1027`
Fixes
~~~~~
* Various typing-related fixes by akx in :gh:`979`, in :gh:`978`, :gh:`981`, :gh:`983`
* babel.messages.catalog: deduplicate _to_fuzzy_match_key logic by akx in :gh:`980`
* Freeze format_time() tests to a specific date to fix test failures by mgorny in :gh:`998`
* Spelling and grammar fixes by scop in :gh:`1008`
* Renovate lint tools by akx in :gh:`1017`, :gh:`1028`
* Use SPDX license identifier by vargenau in :gh:`994`
* Use aware UTC datetimes internally by scop in :gh:`1009`
New Contributors
~~~~~~~~~~~~~~~~
* mgorny made their first contribution in :gh:`998`
* vargenau made their first contribution in :gh:`994`
* joeportela made their first contribution in :gh:`999`
* encukou made their first contribution in :gh:`1027`
```
Links
- PyPI: https://pypi.org/project/babel
- Changelog: https://data.safetycli.com/changelogs/babel/
- Homepage: https://babel.pocoo.org/
- Docs: https://pythonhosted.org/Babel/
Changelog
### 6.1.0
```
---------------------------------
**Backwards incompatible changes**
* Dropped support for Python 3.7. (709)
**Security fixes**
None
**Bug fixes**
* Add support for Python 3.12. (710)
* Fix linkify with arrays in querystring (436)
* Handle more cases with < followed by character data (705)
* Fix entities inside a tags in linkification (704)
* Update cap for tinycss2 to <1.3 (702)
* Updated Sphinx requirement
* Add dependabot for github actions and update github actions
```
Links
- PyPI: https://pypi.org/project/bleach
- Changelog: https://data.safetycli.com/changelogs/bleach/
- Repo: https://github.com/mozilla/bleach
- Docs: https://pythonhosted.org/bleach/
Changelog
### 0.12.1
```
This is the second release of Cycler 0.12.
This fixes the previous release not shipping the `py.typed` file.
```
### 0.12.0
```
This is the first release of Cycler 0.12.
The major new feature in this release is the addition of type hints.
Furthermore, the minimum supported version of Python is now 3.8.
```
### 0.12.0rc1
```
This is the first release candidate for Cycler 0.12.0.
The major new feature in this release is the addition of type hints.
Furthermore, the minimum supported version of Python is now 3.8.
```
Links
- PyPI: https://pypi.org/project/cycler
- Changelog: https://data.safetycli.com/changelogs/cycler/
Changelog
### 4.43.1
```
----------------------------
- [EBDT] Fixed TypeError exception in `_reverseBytes` method triggered when dumping
some bitmap fonts with `ttx -z bitwise` option (3162).
- [v/hhea] Fixed UnboundLocalError exception in ``recalc`` method when no vmtx or hmtx
tables are present (3290).
- [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when
calling ``calcQuadraticArcLength`` (3288).
- [feaLib/otlLib] Better error message when building Coverage table with missing glyph (3286).
```
### 4.43.0
```
----------------------------
- [subset] Set up lxml ``XMLParser(resolve_entities=False)`` when parsing OT-SVG documents
to prevent XML External Entity (XXE) attacks (9f61271dc):
https://codeql.github.com/codeql-query-help/python/py-xxe/
- [varLib.iup] Added workaround for a Cython bug in ``iup_delta_optimize`` that was
leading to IUP tolerance being incorrectly initialised, resulting in sub-optimal deltas
(60126435d, cython/cython5732).
- [varLib] Added new command-line entry point ``fonttools varLib.avar`` to add an
``avar`` table to an existing VF from axes mappings in a .designspace file (0a3360e52).
- [instancer] Fixed bug whereby no longer used variation regions were not correctly pruned
after VarData optimization (3268).
- Added support for Python 3.12 (3283).
```
Links
- PyPI: https://pypi.org/project/fonttools
- Changelog: https://data.safetycli.com/changelogs/fonttools/
- Repo: http://github.com/fonttools/fonttools
Changelog
### 4.19.1
```
=======
* Single label hostnames are now properly considered valid according to the ``hostname`` format.
This is the behavior specified by the relevant RFC (1123).
IDN hostname behavior was already correct.
```
Links
- PyPI: https://pypi.org/project/jsonschema
- Changelog: https://data.safetycli.com/changelogs/jsonschema/
Changelog
### 23.2
```
~~~~~~~~~~~~~~~~~
* Document calendar-based versioning scheme (:issue:`716`)
* Enforce that the entire marker string is parsed (:issue:`687`)
* Requirement parsing no longer automatically validates the URL (:issue:`120`)
* Canonicalize names for requirements comparison (:issue:`644`)
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`)
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`)
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
when the version component of the name is invalid
```
Links
- PyPI: https://pypi.org/project/packaging
- Changelog: https://data.safetycli.com/changelogs/packaging/
Changelog
### 0.10.4
```
<!-- Release notes generated using configuration in .github/release.yml at v0.10.4 -->
What's Changed
* Build wheel for Windows on Python 3.12 by here-abarany in https://github.com/crate-py/rpds/pull/27
New Contributors
* here-abarany made their first contribution in https://github.com/crate-py/rpds/pull/27
**Full Changelog**: https://github.com/crate-py/rpds/compare/v0.10.3...v0.10.4
```
Links
- PyPI: https://pypi.org/project/rpds-py
- Changelog: https://data.safetycli.com/changelogs/rpds-py/
Changelog
### 2.0.6
```
==================
* Added the ``Cookie`` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via ``Retry.remove_headers_on_redirect``.
```
### 2.0.5
```
==================
- Allowed pyOpenSSL third-party module without any deprecation warning. (`3126 <https://github.com/urllib3/urllib3/issues/3126>`__)
- Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB. (`3066 <https://github.com/urllib3/urllib3/issues/3066>`__)
```
Links
- PyPI: https://pypi.org/project/urllib3
- Changelog: https://data.safetycli.com/changelogs/urllib3/
Update Babel from 2.12.1 to 2.13.0.
Changelog
### 2.13.0 ``` -------------- Upcoming deprecation ~~~~~~~~~~~~~~~~~~~~ * This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer. Features ~~~~~~~~ * Add flag to ignore POT-Creation-Date for updates by joeportela in :gh:`999` * Support 't' specifier in keywords by jeanas in :gh:`1015` * Add f-string parsing for Python 3.12 (PEP 701) by encukou in :gh:`1027` Fixes ~~~~~ * Various typing-related fixes by akx in :gh:`979`, in :gh:`978`, :gh:`981`, :gh:`983` * babel.messages.catalog: deduplicate _to_fuzzy_match_key logic by akx in :gh:`980` * Freeze format_time() tests to a specific date to fix test failures by mgorny in :gh:`998` * Spelling and grammar fixes by scop in :gh:`1008` * Renovate lint tools by akx in :gh:`1017`, :gh:`1028` * Use SPDX license identifier by vargenau in :gh:`994` * Use aware UTC datetimes internally by scop in :gh:`1009` New Contributors ~~~~~~~~~~~~~~~~ * mgorny made their first contribution in :gh:`998` * vargenau made their first contribution in :gh:`994` * joeportela made their first contribution in :gh:`999` * encukou made their first contribution in :gh:`1027` ```Links
- PyPI: https://pypi.org/project/babel - Changelog: https://data.safetycli.com/changelogs/babel/ - Homepage: https://babel.pocoo.org/ - Docs: https://pythonhosted.org/Babel/Update bleach from 6.0.0 to 6.1.0.
Changelog
### 6.1.0 ``` --------------------------------- **Backwards incompatible changes** * Dropped support for Python 3.7. (709) **Security fixes** None **Bug fixes** * Add support for Python 3.12. (710) * Fix linkify with arrays in querystring (436) * Handle more cases with < followed by character data (705) * Fix entities inside a tags in linkification (704) * Update cap for tinycss2 to <1.3 (702) * Updated Sphinx requirement * Add dependabot for github actions and update github actions ```Links
- PyPI: https://pypi.org/project/bleach - Changelog: https://data.safetycli.com/changelogs/bleach/ - Repo: https://github.com/mozilla/bleach - Docs: https://pythonhosted.org/bleach/Update charset-normalizer from 3.2.0 to 3.3.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/charset-normalizer - Repo: https://github.com/Ousret/charset_normalizerUpdate cycler from 0.11.0 to 0.12.1.
Changelog
### 0.12.1 ``` This is the second release of Cycler 0.12. This fixes the previous release not shipping the `py.typed` file. ``` ### 0.12.0 ``` This is the first release of Cycler 0.12. The major new feature in this release is the addition of type hints. Furthermore, the minimum supported version of Python is now 3.8. ``` ### 0.12.0rc1 ``` This is the first release candidate for Cycler 0.12.0. The major new feature in this release is the addition of type hints. Furthermore, the minimum supported version of Python is now 3.8. ```Links
- PyPI: https://pypi.org/project/cycler - Changelog: https://data.safetycli.com/changelogs/cycler/Update executing from 1.2.0 to 2.0.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/executing - Changelog: https://data.safetycli.com/changelogs/executing/ - Repo: https://github.com/alexmojaki/executingUpdate fastjsonschema from 2.18.0 to 2.18.1.
Changelog
### 2.18.1 ``` * Lazy import of urllib to improve import performance ```Links
- PyPI: https://pypi.org/project/fastjsonschema - Changelog: https://data.safetycli.com/changelogs/fastjsonschema/ - Repo: https://github.com/horejsek/python-fastjsonschemaUpdate fonttools from 4.42.1 to 4.43.1.
Changelog
### 4.43.1 ``` ---------------------------- - [EBDT] Fixed TypeError exception in `_reverseBytes` method triggered when dumping some bitmap fonts with `ttx -z bitwise` option (3162). - [v/hhea] Fixed UnboundLocalError exception in ``recalc`` method when no vmtx or hmtx tables are present (3290). - [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when calling ``calcQuadraticArcLength`` (3288). - [feaLib/otlLib] Better error message when building Coverage table with missing glyph (3286). ``` ### 4.43.0 ``` ---------------------------- - [subset] Set up lxml ``XMLParser(resolve_entities=False)`` when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc): https://codeql.github.com/codeql-query-help/python/py-xxe/ - [varLib.iup] Added workaround for a Cython bug in ``iup_delta_optimize`` that was leading to IUP tolerance being incorrectly initialised, resulting in sub-optimal deltas (60126435d, cython/cython5732). - [varLib] Added new command-line entry point ``fonttools varLib.avar`` to add an ``avar`` table to an existing VF from axes mappings in a .designspace file (0a3360e52). - [instancer] Fixed bug whereby no longer used variation regions were not correctly pruned after VarData optimization (3268). - Added support for Python 3.12 (3283). ```Links
- PyPI: https://pypi.org/project/fonttools - Changelog: https://data.safetycli.com/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttoolsUpdate ipython from 8.15.0 to 8.16.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/ipython - Changelog: https://data.safetycli.com/changelogs/ipython/ - Homepage: https://ipython.orgUpdate jedi from 0.19.0 to 0.19.1.
Changelog
### 0.19.1 ``` Changed - `jedi>=0.17.2` ```Links
- PyPI: https://pypi.org/project/jedi - Changelog: https://data.safetycli.com/changelogs/jedi/ - Repo: https://github.com/davidhalter/jediUpdate jsonschema from 4.19.0 to 4.19.1.
Changelog
### 4.19.1 ``` ======= * Single label hostnames are now properly considered valid according to the ``hostname`` format. This is the behavior specified by the relevant RFC (1123). IDN hostname behavior was already correct. ```Links
- PyPI: https://pypi.org/project/jsonschema - Changelog: https://data.safetycli.com/changelogs/jsonschema/Update jupyter_core from 5.3.1 to 5.3.2.
Changelog
### 5.3.2 ``` ([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.3.1...0cf041784533c56da138a0947b6db29999790247)) Bugs fixed - Fix event loop handling [362](https://github.com/jupyter/jupyter_core/pull/362) ([blink1073](https://github.com/blink1073)) Maintenance and upkeep improvements - Bump actions/checkout from 3 to 4 [361](https://github.com/jupyter/jupyter_core/pull/361) ([dependabot](https://github.com/dependabot)) - Adopt sp-repo-review [360](https://github.com/jupyter/jupyter_core/pull/360) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-06-14&to=2023-09-27&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-06-14..2023-09-27&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adependabot+updated%3A2023-06-14..2023-09-27&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2023-06-14..2023-09-27&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```Links
- PyPI: https://pypi.org/project/jupyter-core - Changelog: https://data.safetycli.com/changelogs/jupyter-core/Update mistune from 3.0.1 to 3.0.2.
Changelog
### 3.0.2 ``` 🐞 Bug Fixes - Fix RecursionError for lists - by lepture [<samp>(44cc6)</samp>](https://github.com/lepture/mistune/commit/44cc62b) [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.0.1...v3.0.2) ```Links
- PyPI: https://pypi.org/project/mistune - Changelog: https://data.safetycli.com/changelogs/mistune/Update nbconvert from 7.8.0 to 7.9.2.
Changelog
### 7.9.2 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.9.1...8e85303e530013f9e6d29be85f25e9602a443194)) Bugs fixed - Restore ResourcesDict to the public API [2055](https://github.com/jupyter/nbconvert/pull/2055) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-04&to=2023-10-05&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-04..2023-10-05&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 7.9.1 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.9.0...6d679efebf8b6b7c65c4ab0dcb0dec97f6d389b9)) Maintenance and upkeep improvements - Include tests in sdist [2053](https://github.com/jupyter/nbconvert/pull/2053) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-04&to=2023-10-04&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-04..2023-10-04&type=Issues) ``` ### 7.9.0 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.8.0...0e36347f31ee0b06d461aaa845e458eb7c9f8fc0)) Maintenance and upkeep improvements - Update to mermaidjs 10.5.0 [2051](https://github.com/jupyter/nbconvert/pull/2051) ([bollwyvl](https://github.com/bollwyvl)) - Update typing for traitlets 5.11 [2050](https://github.com/jupyter/nbconvert/pull/2050) ([blink1073](https://github.com/blink1073)) - chore: update pre-commit hooks [2049](https://github.com/jupyter/nbconvert/pull/2049) ([pre-commit-ci](https://github.com/pre-commit-ci)) - Fixup typings [2048](https://github.com/jupyter/nbconvert/pull/2048) ([blink1073](https://github.com/blink1073)) - Remove redundant link check in CI [2044](https://github.com/jupyter/nbconvert/pull/2044) ([blink1073](https://github.com/blink1073)) - Bump actions/checkout from 3 to 4 [2042](https://github.com/jupyter/nbconvert/pull/2042) ([dependabot](https://github.com/dependabot)) - Adopt sp-repo-review [2040](https://github.com/jupyter/nbconvert/pull/2040) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-08-29&to=2023-10-04&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-08-29..2023-10-04&type=Issues) | [bollwyvl](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-08-29..2023-10-04&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adependabot+updated%3A2023-08-29..2023-10-04&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2023-08-29..2023-10-04&type=Issues) ```Links
- PyPI: https://pypi.org/project/nbconvert - Changelog: https://data.safetycli.com/changelogs/nbconvert/Update packaging from 23.1 to 23.2.
Changelog
### 23.2 ``` ~~~~~~~~~~~~~~~~~ * Document calendar-based versioning scheme (:issue:`716`) * Enforce that the entire marker string is parsed (:issue:`687`) * Requirement parsing no longer automatically validates the URL (:issue:`120`) * Canonicalize names for requirements comparison (:issue:`644`) * Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`) * Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`) * Introduce ``utils.is_normalized_name()`` (:issue:`570`) * Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()`` raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively, when the version component of the name is invalid ```Links
- PyPI: https://pypi.org/project/packaging - Changelog: https://data.safetycli.com/changelogs/packaging/Update platformdirs from 3.10.0 to 3.11.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/platformdirs - Changelog: https://data.safetycli.com/changelogs/platformdirs/Update rpds-py from 0.10.3 to 0.10.4.
Changelog
### 0.10.4 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.10.4 --> What's Changed * Build wheel for Windows on Python 3.12 by here-abarany in https://github.com/crate-py/rpds/pull/27 New Contributors * here-abarany made their first contribution in https://github.com/crate-py/rpds/pull/27 **Full Changelog**: https://github.com/crate-py/rpds/compare/v0.10.3...v0.10.4 ```Links
- PyPI: https://pypi.org/project/rpds-py - Changelog: https://data.safetycli.com/changelogs/rpds-py/Update stack-data from 0.6.2 to 0.6.3.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/stack-data - Repo: http://github.com/alexmojaki/stack_dataUpdate traitlets from 5.10.0 to 5.11.2.
Changelog
### 5.11.2 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/v5.11.1...e238765a0ba28fc68318cff75e852958d5c65c93)) Maintenance and upkeep improvements - More typing cleanup [877](https://github.com/ipython/traitlets/pull/877) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-10-03&to=2023-10-03&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-03..2023-10-03&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 5.11.1 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/v5.11.0...292a699ad1a3a3ece760a8335cae73927cccd711)) Maintenance and upkeep improvements - Typing fixups [875](https://github.com/ipython/traitlets/pull/875) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-10-03&to=2023-10-03&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-10-03..2023-10-03&type=Issues) ``` ### 5.11.0 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/v5.10.1...24a24508260d501abd6bc8b42b59163c6c07d8c4)) Maintenance and upkeep improvements - More Typing Adoption [873](https://github.com/ipython/traitlets/pull/873) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-09-26&to=2023-10-03&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-09-26..2023-10-03&type=Issues) ``` ### 5.10.1 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/v5.10.0...c0a3afdb2dcb28bd7ade6dd730604df8f3fbfc78)) Maintenance and upkeep improvements - Typing upgrades [868](https://github.com/ipython/traitlets/pull/868) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-09-14&to=2023-09-26&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2023-09-14..2023-09-26&type=Issues) ```Links
- PyPI: https://pypi.org/project/traitlets - Changelog: https://data.safetycli.com/changelogs/traitlets/Update urllib3 from 2.0.4 to 2.0.6.
Changelog
### 2.0.6 ``` ================== * Added the ``Cookie`` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via ``Retry.remove_headers_on_redirect``. ``` ### 2.0.5 ``` ================== - Allowed pyOpenSSL third-party module without any deprecation warning. (`3126 <https://github.com/urllib3/urllib3/issues/3126>`__) - Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB. (`3066 <https://github.com/urllib3/urllib3/issues/3066>`__) ```Links
- PyPI: https://pypi.org/project/urllib3 - Changelog: https://data.safetycli.com/changelogs/urllib3/Update wcwidth from 0.2.6 to 0.2.8.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/wcwidth - Changelog: https://data.safetycli.com/changelogs/wcwidth/ - Repo: https://github.com/jquast/wcwidth