Update all patch versions (1.21) (patch) #2397
Merged
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:
2.0.1
->2.0.4
12.19.0
->12.19.1
7.2.1
->7.2.5
7.2.1
->7.2.5
5.3.2
->5.3.3
6.0.4
->6.0.8
6.0.4
->6.0.8
7.4.0
->7.4.4
ubuntu-small-3.8.0
->ubuntu-small-3.8.5
1.10.2
->1.10.3
8.0.0
->8.0.2
2.32.2
->2.32.3
4.6.0.7
->4.6.0.20240425
Release Notes
shapely/shapely (Shapely)
v2.0.4
Compare Source
Wheels for Python versions >= 3.9 will be compatible with the upcoming NumPy 2.0
release (as well as with supported NumPy 1.x versions).
Bug fixes:
to_wkt
with multiple empty Z geometries (#2012).to_ragged_array
for an array of Points with missing values (#2034).v2.0.3
Compare Source
oriented_envelope
ufunc to accept array-like inputin case of GEOS<3.12 (#1929).
therefore a
numpy<2
upper pin was added to the requirements (#1972).v2.0.2
Compare Source
Bug fixes:
geom1 == geom2
) using__eq__
tonot ignore the z-coordinates (#1732).
MultiPolygon()
constructor to accept polygons without holes (#1850).minimum_rotated_rectangle
(oriented_envelope
) to always returnthe minimum area solution (instead of minimum width). In practice, it will use the
GEOS implementation only for GEOS 3.12+, and for older GEOS versions fall back to the
implementation that was included in Shapely < 2 (#1670).
from_ragged_array
to work with read-only array input (#1744).shapely.ops.substring
(#1699).Wheels are available for Python 3.12 (and still include GEOS 3.11.2). Building
from source is now compatible with Cython 3.
For a full changelog, see
https://shapely.readthedocs.io/en/latest/release/2.x.html#version-2-0-2
Azure/azure-sdk-for-python (azure-storage-blob)
v12.19.1
12.19.1 (2024-03-04)
Bugs Fixed
downloaded content containing up to one "chunk" of extra
\x00
at the end due to an optimization error.twbs/bootstrap (bootstrap)
v5.3.3
Compare Source
Highlights
variables-dark.scss
when building Bootstrap with Sass. Now,_variables.scss
will automatically import_variables-dark.scss
. If you were already importing_variables-dark.scss
manually, you should keep doing it as it won't break anything and will be the way to go in v6.Color modes
.text-bg-*
text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).color-modes.js
script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.color-scheme()
only acceptlight
anddark
values as parameters.Miscellaneous
<dl>
,<dt>
and<dd>
in the sanitizer.🎨 CSS
--bs-accordion-btn-focus-border-color
and deprecate$accordion-button-focus-border-color
☕️ JavaScript
color-mode.js
dl
,dt
anddd
in sanitizer📖 Docs
.text-bg-{color}
for all badgesgetOrCreateInstance()
doc example.table-light
from table foot exampledispose()
to Offcanvas methodsshift-color()
usage example in sass customization page.card-img-*
description.theme-icon
class🛠 Examples
🏭 Tests
🧰 Misc
📦 Dependencies
camptocamp/c2cwsgiutils (c2cwsgiutils)
v6.0.8
Compare Source
6.0.8 (2024-04-11)
New feature
Fixed bugs
Security fixes
Dependency update
Chore
Changes that shouldn't affect the users like continuous integration updates
fd4113e
Merge pull request #2105 from camptocamp/dpkg-update/6.0 (@sbrunner)25b1316
Update dpkg package versions (#2114) (@c2c-bot-gis-ci)92a6339
Update dpkg package versions (#2118) (@c2c-bot-gis-ci)f485def
Update dpkg package versions (#2117) (@c2c-bot-gis-ci)7eee418
Update dpkg package versions (@c2c-bot-gis-ci)v6.0.7
Compare Source
[6.0.7] - 2024-01-09
Updated
Removed
Contributors
Generated by Automation
v6.0.6
Compare Source
[6.0.6] - 2023-12-22
Changed
Contributors
Generated by Automation
v6.0.5
Compare Source
[6.0.5] - 2023-12-21
Changed
Fixed
Updated
Contributors
Generated by Automation
nedbat/coveragepy (coverage)
v7.4.4
Compare Source
Fix: in some cases, even with
[run] relative_files=True
, a data filecould be created with absolute path names. When combined with other relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in
issue 1752
_. This is now fixed: absolute filenames are always made relative when combining. Thanks to Bruno Rodrigues dos
Santos for support.
Fix: the last case of a match/case statement had an incorrect message if the
branch was missed. It said the pattern never matched, when actually the
branch is missed if the last case always matched.
Fix: clicking a line number in the HTML report now positions more accurately.
Fix: the
report:format
setting was defined as a boolean, but should be astring. Thanks,
Tanaydin Sirin <pull 1754_>
_. It is also now documentedon the :ref:
configuration page <config_report_format>
... _issue 1752:https://github.com/nedbat/coveragepy/issues/17522
.. _pull 1754https://github.com/nedbat/coveragepy/pull/175454
.. _changes_7-4-3:
v7.4.3
Compare Source
size during iteration." This is now fixed, closing
issue 1733
_... _issue 1733:https://github.com/nedbat/coveragepy/issues/17333
.. _changes_7-4-2:
v7.4.2
Compare Source
COVERAGE_CORE=sysmon
no longer errors on 3.11 and lower,thanks
Hugo van Kemenade <pull 1747_>
_. It now issues a warning thatsys.monitoring is not available and falls back to the default core instead.
.. _pull 1747:https://github.com/nedbat/coveragepy/pull/17477
.. _changes_7-4-1:
v7.4.1
Compare Source
Python 3.13.0a3 is supported.
Fix: the JSON report now includes an explicit format version number, closing
issue 1732
_... _issue 1732:https://github.com/nedbat/coveragepy/issues/17322
.. _changes_7-4-0:
PyCQA/prospector (prospector)
v1.10.3
Compare Source
New:
pytest-dev/pytest (pytest)
v8.0.2
Compare Source
pytest 8.0.2 (2024-02-24)
Bug Fixes
c:\PROGRA~1\tests
).IndexError
crash raising fromgetstatementrange_ast
.v8.0.1
Compare Source
pytest 8.0.1 (2024-02-16)
Bug Fixes
getpass.getuser
{.interpreted-text role="func"} in Python 3.13.ExceptionInfo._stringify_exception
could crashpytest.raises
{.interpreted-text role="func"}.pytest.warns
{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their [__init__]{.title-ref}.pytest.skip
{.interpreted-text role="func"} and similar control-flow exceptions within apytest.warns()
{.interpreted-text role="func"} block would get suppressed instead of propagating.psf/requests (requests)
v2.32.3
Compare Source
Bugfixes
HTTPAdapter. (#6716)
without the
ssl
module. (#6724)Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.