Update all dependencies
This MR contains the following updates:
Package | Update | Change |
---|---|---|
Jinja2 (changelog) | major |
<3.0, >=2.3 -> <3.2, >=3.1
|
charset-normalizer | minor |
~=2.0.0 -> ~=2.1.0
|
docutils | minor |
<0.18, >=0.14 -> <0.19, >=0.18
|
setuptools-scm | major |
==6.4.2 -> ==7.0.2
|
Release Notes
ousret/charset_normalizer
v2.1.0
Added
- Output the Unicode table version when running the CLI with
--version
(MR #194)
Changed
- Re-use decoded buffer for single byte character sets from @nijel (MR #175)
- Fixing some performance bottlenecks from @deedy5 (MR #183)
Fixed
- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (MR #175)
- CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (MR #181)
Removed
- Support for Python 3.5 (MR #192)
Deprecated
- Use of backport unicodedata from
unicodedata2
as Python is quickly catching up, scheduled for removal in 3.0 (MR #194)
pypa/setuptools_scm
v7.0.2
======
- fix #723 and #722: remove bootstrap dependencies
- bugfix: ensure we read the distribution name from setup.cfg if needed even for pyproject
v7.0.1
=======
- fix #718: Avoid
ModuleNotFoundError
by requiring importlib_metadata in python < 3.8
v7.0.0
=======
- drop python 3.6 support
- include git archival support
- fix #707: support git version detection even when git protects against mistmatched owners (common with misconfigured containers, thanks @chrisburr )
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.