Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all patch versions (1.21) (patch) #2397

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Shapely 2.0.1 -> 2.0.4 age adoption passing confidence dependencies patch
azure-storage-blob (source) 12.19.0 -> 12.19.1 age adoption passing confidence dependencies patch
bitnami/redis (source) 7.2.1 -> 7.2.5 age adoption passing confidence patch
bitnami/redis-sentinel (source) 7.2.1 -> 7.2.5 age adoption passing confidence patch
bootstrap (source) 5.3.2 -> 5.3.3 age adoption passing confidence patch
c2cwsgiutils 6.0.4 -> 6.0.8 age adoption passing confidence dev-dependencies patch
c2cwsgiutils 6.0.4 -> 6.0.8 age adoption passing confidence dependencies patch
coverage 7.4.0 -> 7.4.4 age adoption passing confidence dev-dependencies patch
ghcr.io/osgeo/gdal ubuntu-small-3.8.0 -> ubuntu-small-3.8.5 age adoption passing confidence final patch
prospector (source) 1.10.2 -> 1.10.3 age adoption passing confidence dev-dependencies patch
pytest (changelog) 8.0.0 -> 8.0.2 age adoption passing confidence dev-dependencies patch
requests (source, changelog) 2.32.2 -> 2.32.3 age adoption passing confidence dependencies patch
types-redis (changelog) 4.6.0.7 -> 4.6.0.20240425 age adoption passing confidence dev-dependencies patch

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:

  • Fix bug in to_wkt with multiple empty Z geometries (#​2012).
  • Fix bug in to_ragged_array for an array of Points with missing values (#​2034).

v2.0.3

Compare Source

  • Fix regression in the oriented_envelope ufunc to accept array-like input
    in case of GEOS<3.12 (#​1929).
  • The binary wheels are not yet compatible with a future NumPy 2.0 release,
    therefore a numpy<2 upper pin was added to the requirements (#​1972).
  • Upgraded the GEOS version in the binary wheel distributions to 3.11.3.

v2.0.2

Compare Source

Bug fixes:

  • Fix regression in the (in)equality comparison (geom1 == geom2) using __eq__ to
    not ignore the z-coordinates (#​1732).
  • Fix MultiPolygon() constructor to accept polygons without holes (#​1850).
  • Fix minimum_rotated_rectangle (oriented_envelope) to always return
    the 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).
  • Fix from_ragged_array to work with read-only array input (#​1744).
  • Fix the handling of z coordinates 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
  • Fixed an issue where under rare circumstances, full downloads of sparse Page Blobs could result in the
    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
  • Fixed a breaking change introduced with color modes where it was required to manually import 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.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.
Color modes
  • Badges now use the .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).
  • Fixed our 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.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.
Miscellaneous
  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS
  • #​37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #​38719: Fix focus box-shadow for validation stated form-controls
  • #​38884: fix border-radius on radio-switch
  • #​39294: Tests: update navbar in visual modal test
  • #​39373: refactor css: modal and offcanvas header spacing
  • #​39380: Fix Sass compilation breaking change in v5.3
  • #​39387: docs: fix typo
  • #​39411: Optimize the accordion icon
  • #​39497: Fix a typo
  • #​39536: Changed RTL processing of carousel control icons
  • #​39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #​39595: CSS: Fix the focus ring on focused checked buttons
☕️ JavaScript
📖 Docs
  • #​39200: Typo Fix
  • #​39214: Doc: use .text-bg-{color} for all badges
  • #​39246: Docs: fix for example code blocks have unnecessary 30px right-margin
  • #​39249: Doc: consistent rendering of 'Heads up!' callouts
  • #​39281: Fix getOrCreateInstance() doc example
  • #​39293: Update background.md
  • #​39304: Doc: add expanded accordion explanation
  • #​39320: Drop .table-light from table foot example
  • #​39340: Doc: add dispose() to Offcanvas methods
  • #​39378: Docs: fix sentence in modal
  • #​39417: Fix color schemes description in Sass customization documentation
  • #​39418: Docs: change vite config path import in vite guide
  • #​39435: Docs: add shift-color() usage example in sass customization page
  • #​39458: Docs: enhance .card-img-* description
  • #​39503: Minor image compression improvements
  • #​39519: Docs: use consistent HTML elements in Utilities -> Background page
  • #​39520: Docs: drop unused .theme-icon class
  • #​39528: docs: clean up example.html
  • #​39537: Docs: fix desc around deprecated Sass mixins for alerts and list groups
  • #​39539: Update links on get-started page
  • #​39592: Update vite.md
  • #​39604: Fix typo in 'media-breakpoint-between' in migration docs
  • #​39617: Docs: add missing comma in native font stack code source in Content -> Reboot
  • #​39663: updated table to be responsive
🛠 Examples
  • #​39657: Fix product example mobile navbar toggler
  • #​39585: Docs: Add missing type="button" to Cheatsheet nav buttons
🏭 Tests
  • #​39294: Tests: update navbar in visual modal test
🧰 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

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 file
    could 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 file
    names 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 a
    string. Thanks, Tanaydin Sirin <pull 1754_>_. It is also now documented
    on 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

  • Fix: in some cases, coverage could fail with a RuntimeError: "Set changed
    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

  • Fix: setting COVERAGE_CORE=sysmon no longer errors on 3.11 and lower,
    thanks Hugo van Kemenade <pull 1747_>_. It now issues a warning that
    sys.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:

  • Dependencies versions were bumped following multiple moderate CVE declared in transitive dependencies.
pytest-dev/pytest (pytest)

v8.0.2

Compare Source

pytest 8.0.2 (2024-02-24)

Bug Fixes

  • #​11895: Fix collection on Windows where initial paths contain the short version of a path (for example c:\PROGRA~1\tests).
  • #​11953: Fix an IndexError crash raising from getstatementrange_ast.
  • #​12021: Reverted a fix to [--maxfail]{.title-ref} handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached.

v8.0.1

Compare Source

pytest 8.0.1 (2024-02-16)

Bug Fixes

  • #​11875: Correctly handle errors from getpass.getuser{.interpreted-text role="func"} in Python 3.13.
  • #​11879: Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises{.interpreted-text role="func"}.
  • #​11906: Fix regression with pytest.warns{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their [__init__]{.title-ref}.
  • #​11907: Fix a regression in pytest 8.0.0 whereby calling pytest.skip{.interpreted-text role="func"} and similar control-flow exceptions within a pytest.warns(){.interpreted-text role="func"} block would get suppressed instead of propagating.
  • #​11929: Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
  • #​11937: Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update the dependencies label Jul 1, 2024
@renovate renovate bot enabled auto-merge (rebase) July 1, 2024 17:30
@renovate renovate bot force-pushed the renovate/1.21-patch-all-patch-versions branch from cd37d1c to 25af4cd Compare July 2, 2024 03:03
@renovate renovate bot force-pushed the renovate/1.21-patch-all-patch-versions branch from 25af4cd to d6e0b7a Compare July 2, 2024 06:13
@renovate renovate bot merged commit 05d1e0a into 1.21 Jul 2, 2024
8 checks passed
@renovate renovate bot deleted the renovate/1.21-patch-all-patch-versions branch July 2, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants