chore(deps): update all non-major dependencies #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.9.31
->==0.9.32
==42.0.4
->==42.0.5
==4.2.10
->==4.2.11
==4.47.2
->==4.49.0
==3.8.2
->==3.8.3
==1.26.3
->==1.26.4
==0.21.0
->==0.23.1
==3.1.1
->==3.1.2
==4.0.0
->==4.1.0
>=3.10,<3.12
->>=3.12,<3.13
3.10-slim
->3.12-slim
3.10-slim
->3.12-slim
==2.8.2
->==2.9.0.post0
==2023.3.post1
->==2023.4
==4.0.9
->==4.1.0
==1.4.0
->==1.4.1.post1
==69.0.3
->==69.2.0
==3.2.0
->==3.3.0
==4.9.0
->==4.10.0
==2.1.0
->==2.2.1
==0.2.14
->==0.2.15
Release Notes
lmfit/asteval (asteval)
v0.9.32
Compare Source
pyca/cryptography (cryptography)
v42.0.5
Compare Source
django/django (django)
v4.2.11
Compare Source
fonttools/fonttools (fonttools)
v4.49.0
Compare Source
MATH
table (#3446)v4.48.1
Compare Source
matplotlib/matplotlib (matplotlib)
v3.8.3
: REL: v3.8.3Compare Source
This is the third micro release of the 3.8 series.
Highlights of the 3.8.3 release include:
plt.pause
numpy/numpy (numpy)
v1.26.4
Compare Source
NumPy 1.26.4 Release Notes
NumPy 1.26.4 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.3 release. The Python versions supported by
this release are 3.9-3.12. This is the last planned release in the
1.26.x series.
Contributors
A total of 13 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 19 pull requests were merged for this release.
numpy.array_api
: fixlinalg.cholesky
upper decomp...newaxis
to__all__
innumpy.array_api
__config__.py
Checksums
MD5
SHA256
MatthiasValvekens/pyHanko (pyhanko)
v0.23.1
: pyHanko 0.23.1 betaCompare Source
The release artifacts have been published to PyPI. Documentation is available on ReadTheDocs.
Change log
The release notes for the 0.23.1 release are available on the Release History page
v0.23.0
: pyHanko 0.23.0 betaCompare Source
The release artifacts have been published to PyPI. Documentation is available on ReadTheDocs.
Change log
The release notes for the 0.23.0 release are available on the Release History page
v0.22.0
: pyHanko 0.22.0 betaCompare Source
The release artifacts have been published to PyPI. Documentation is available on ReadTheDocs.
Change log
The release notes for the 0.22.0 release are available on the Release History page
py-pdf/pypdf (pypdf)
v4.1.0
Compare Source
Generating name objects (
NameObject
) without a leading slashis considered deprecated now. Previously, just a plain warning
would be logged, leading to possibly invalid PDF files. According
to our deprecation policy, this will log a DeprecationWarning
for now.
New Features (ENH)
Bug Fixes (BUG)
Robustness (ROB)
Documentation (DOC)
Developer Experience (DEV)
Maintenance (MAINT)
Testing (TST)
Full Changelog
v4.0.2
Compare Source
Bug Fixes (BUG)
Full Changelog
v4.0.1
Compare Source
Bug Fixes (BUG)
Testing (TST)
Full Changelog
containerbase/python-prebuild (python)
v3.12.2
Compare Source
Bug Fixes
v3.12.1
Compare Source
Bug Fixes
v3.12.0
Compare Source
Bug Fixes
dateutil/dateutil (python-dateutil)
v2.9.0.post0
Compare Source
Version 2.9.0.post0 (2024-03-01)
Bugfixes
setuptools_scm
to<8
, which should make the generated_version.py
file compatible with all supported versions of Python.v2.9.0
Compare Source
Version 2.9.0 (2024-02-29)
Data updates
Features
dateutil
submodules lazily imported using PEP 562. On Python 3.7+, things likeimport dateutil; dateutil.tz.gettz("America/New_York")
will now work without explicitly importingdateutil.tz
, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue #771, gh pr #1007)Bugfixes
datetime.utcfromtimestamp
, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #1284), fixed by Thomas Grainger (gh pr #1285).Documentation changes
scikit-learn/scikit-learn (scikit-learn)
v1.4.1.post1
: Scikit-learn 1.4.1.post1Compare Source
We're happy to announce the 1.4.1.post1 release.
You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.4.html#version-1-4-1-post1
This version supports Python versions 3.9 to 3.12.
You can upgrade with pip as usual:
The conda-forge builds can be installed using:
pypa/setuptools (setuptools)
v69.2.0
Compare Source
v69.1.1
Compare Source
v69.1.0
Compare Source
joblib/threadpoolctl (threadpoolctl)
v3.3.0
Compare Source
==================
Extended FlexiBLAS support to be able to switch backend at runtime.
https://github.com/joblib/threadpoolctl/pull/163/163
Added support for FlexiBLAS
https://github.com/joblib/threadpoolctl/pull/156/156
Fixed a bug where an unsupported library would be detected because it shares a common
prefix with one of the supported libraries. Now the symbols are also checked to
identify the supported libhttps://github.com/joblib/threadpoolctl/pull/151ctl/pull/151
python/typing_extensions (typing-extensions)
v4.10.0
Compare Source
This feature release adds support for PEP 728 (TypedDict with extra
items) and PEP 742 (
TypeIs
).There are no changes since 4.10.0rc1.
urllib3/urllib3 (urllib3)
v2.2.1
Compare Source
==================
InsecureRequestWarning
was emitted for HTTPS connections when using Emscripten. (#​3331 <https://github.com/urllib3/urllib3/issues/3331>
__)HTTPConnectionPool.urlopen
to stop automatically casting non-proxy headers toHTTPHeaderDict
. This change was premature as it did not apply to proxy headers andHTTPHeaderDict
does not handle byte header values correctly yet. (#​3343 <https://github.com/urllib3/urllib3/issues/3343>
__)InvalidChunkLength
toProtocolError
when response terminates before the chunk length is sent. (#​2860 <https://github.com/urllib3/urllib3/issues/2860>
__)ProtocolError
to be more verbose on incomplete reads with excess content. (#​3261 <https://github.com/urllib3/urllib3/issues/3261>
__)v2.2.0
Compare Source
==================
Emscripten and Pyodide <https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html>
, including streaming support in cross-origin isolated browser environments where threading is enabled. (#​2951 <https://github.com/urllib3/urllib3/issues/2951>
)HTTPResponse.read1()
method. (#​3186 <https://github.com/urllib3/urllib3/issues/3186>
__)#​3284 <https://github.com/urllib3/urllib3/issues/3284>
__)when using proxy. (
#​2244 <https://github.com/urllib3/urllib3/issues/2244>
__)HTTPConnection.proxy_is_verified
andHTTPSConnection.proxy_is_verified
to be always set to a boolean after connecting to a proxy. It could be
None
in some cases previously. (#​3130 <https://github.com/urllib3/urllib3/issues/3130>
__)headers
passed in a request withjson=
would be mutated (#​3203 <https://github.com/urllib3/urllib3/issues/3203>
__)HTTPSConnection.is_verified
to be set toFalse
when connectingfrom a HTTPS proxy to an HTTP target. It was set to
True
previously. (#​3267 <https://github.com/urllib3/urllib3/issues/3267>
__)#​3268 <https://github.com/urllib3/urllib3/issues/3268>
__)#​3325 <https://github.com/urllib3/urllib3/issues/3325>
__)time with the
--integration
pytest flag. (#​3181 <https://github.com/urllib3/urllib3/issues/3181>
__)xhtml2pdf/xhtml2pdf (xhtml2pdf)
v0.2.15
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: