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 minor versions (master) (minor) #2181

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/isort repository minor 5.12.0 -> 5.13.2 age adoption passing confidence
azure-storage-blob (source) dependencies minor 12.18.2 -> 12.19.0 age adoption passing confidence
certifi dependencies minor 2023.7.22 -> 2023.11.17 age adoption passing confidence
coverage dev-dependencies minor 7.3.2 -> 7.4.0 age adoption passing confidence
jsonschema (changelog) dependencies minor 4.19.1 -> 4.20.0 age adoption passing confidence
pre-commit minor ==3.5.0 -> ==3.6.0 age adoption passing confidence
pre-commit/mirrors-prettier repository minor v3.0.3 -> v3.1.0 age adoption passing confidence
proj4js (source) minor 2.9.0 -> 2.10.0 age adoption passing confidence
prospector-profile-duplicated minor 0.3.0 -> 0.5.1 age adoption passing confidence
prospector-profile-duplicated dev minor 0.3.0 -> 0.5.1 age adoption passing confidence
psf/black repository minor 23.10.1 -> 23.12.1 age adoption passing confidence
puppeteer (source) devDependencies minor 21.5.0 -> 21.7.0 age adoption passing confidence
sbrunner/hooks repository minor 0.5.0 -> 0.7.0 age adoption passing confidence
sbrunner/jsonschema2md2 repository minor 1.0.0 -> 1.1.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/isort (PyCQA/isort)

v5.13.2

Compare Source

v5.13.1

Compare Source

v5.13.0

Compare Source

Azure/azure-sdk-for-python (azure-storage-blob)

v12.19.0

12.19.0 (2023-11-07)

Features Added
  • Stable release of features from 12.19.0b1

v12.18.3

12.18.3 (2023-10-10)
Bugs Fixed
  • Fixed an issue when an invalid type was provided for credential during client construction, the
    __str__ of the object would be present in the exception message and therefore potentially logged.
certifi/python-certifi (certifi)

v2023.11.17

Compare Source

nedbat/coveragepy (coverage)

v7.4.0

Compare Source

  • In Python 3.12 and above, you can try an experimental core based on the new
    :mod:sys.monitoring <python:sys.monitoring> module by defining a
    COVERAGE_CORE=sysmon environment variable. This should be faster for
    line coverage, but not for branch coverage, and plugins and dynamic contexts
    are not yet supported with it. I am very interested to hear how it works (or
    doesn't!) for you.

.. _changes_7-3-4:

v7.3.4

Compare Source

  • Fix: the change for multi-line signature exclusions in 7.3.3 broke other
    forms of nested clauses being excluded properly. This is now fixed, closing
    issue 1713_.

  • Fix: in the HTML report, selecting code for copying won't select the line
    numbers also. Thanks, Robert Harris <pull 1717_>_.

.. _issue 1713:https://github.com/nedbat/coveragepy/issues/17133
.. _pull 1717https://github.com/nedbat/coveragepy/pull/171717

.. _changes_7-3-3:

v7.3.3

Compare Source

  • Fix: function definitions with multi-line signatures can now be excluded by
    matching any of the lines, closing issue 684. Thanks, Jan Rusak, Maciej Kowalczyk and Joanna Ejzel <pull 1705_>.

  • Fix: XML reports could fail with a TypeError if files had numeric components
    that were duplicates except for leading zeroes, like file1.py and
    file001.py. Fixes issue 1709_.

  • The coverage annotate command used to announce that it would be removed
    in a future version. Enough people got in touch to say that they use it, so
    it will stay. Don't expect it to keep up with other new features though.

  • Added new :ref:debug options <cmd_run_debug>:

    • pytest writes the pytest test name into the debug output.

    • dataop2 writes the full data being added to CoverageData objects.

.. _issue 684:https://github.com/nedbat/coveragepy/issues/6844
.. _pull 1705https://github.com/nedbat/coveragepy/pull/170505
.. _issue 170https://github.com/nedbat/coveragepy/issues/1709709

.. _changes_7-3-2:

python-jsonschema/jsonschema (jsonschema)

v4.20.0

Compare Source

=======

  • Properly consider items (and properties) to be evaluated by unevaluatedItems (resp. unevaluatedProperties) when behind a $dynamicRef as specified by the 2020 and 2019 specifications.
  • jsonschema.exceptions.ErrorTree.__setitem__ is now deprecated.
    More broadly, in general users of jsonschema should never be mutating objects owned by the library.

v4.19.2

Compare Source

=======

  • Fix the error message for additional items when used with heterogeneous arrays.
  • Don't leak the additionalItems keyword into JSON Schema draft 2020-12, where it was replaced by items.
pre-commit/pre-commit (pre-commit)

v3.6.0

Compare Source

==================

Features
Fixes
Updating
pre-commit/mirrors-prettier (pre-commit/mirrors-prettier)

v3.1.0

Compare Source

sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)

v0.5.1

Compare Source

[0.5.1] - 2023-12-10
Fixed
Contributors

Generated by Automation

v0.5.0

Compare Source

[0.5.0] - 2023-12-10
Added
Changed
Contributors

Generated by Automation

v0.4.0

Compare Source

[0.4.0] - 2023-11-23
Changed
Updated
Contributors

Generated by Automation

psf/black (psf/black)

v23.12.1

Compare Source

Packaging
  • Fixed a bug that included dependencies from the d extra by default (#​4108)

v23.12.0

Compare Source

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in --preview mode will be in the 2024 stable style.

Stable style
  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges
    option, even when it is not within the specified line range. (#​4084)
  • Fix feature detection for parenthesized context managers (#​4104)
Preview style
  • Prefer more equal signs before a break when splitting chained assignments (#​4010)
  • Standalone form feed characters at the module level are no longer removed (#​4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now
    indented less (#​4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a
    docstring (#​4060)
  • Fix crash in preview mode when using a short --line-length (#​4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not
    functions or class definitions (#​4066) (#​4103)
Configuration
  • --line-ranges now skips Black's internal stability check in --safe mode. This
    avoids a crash on rare inputs that have many unformatted same-content lines. (#​4034)
Packaging
Integrations

v23.11.0

Compare Source

Highlights
  • Support formatting ranges of lines with the new --line-ranges command-line option
    (#​4020)
Stable style
  • Fix crash on formatting bytes strings that look like docstrings (#​4003)
  • Fix crash when whitespace followed a backslash before newline in a docstring (#​4008)
  • Fix standalone comments inside complex blocks crashing Black (#​4016)
  • Fix crash on formatting code like await (a ** b) (#​3994)
  • No longer treat leading f-strings as docstrings. This matches Python's behaviour and
    fixes a crash (#​4019)
Preview style
  • Multiline dicts and lists that are the sole argument to a function are now indented
    less (#​3964)
  • Multiline unpacked dicts and lists as the sole argument to a function are now also
    indented less (#​3992)
  • In f-string debug expressions, quote types that are visible in the final string are
    now preserved (#​4005)
  • Fix a bug where long case blocks were not split into multiple lines. Also enable
    general trailing comma rules on case blocks (#​4024)
  • Keep requiring two empty lines between module-level docstring and first function or
    class definition (#​4028)
  • Add support for single-line format skip with other comments on the same line (#​3959)
Configuration
  • Consistently apply force exclusion logic before resolving symlinks (#​4015)
  • Fix a bug in the matching of absolute path names in --include (#​3976)
Performance
  • Fix mypyc builds on arm64 on macOS (#​4017)
Integrations
  • Black's pre-commit integration will now run only on git hooks appropriate for a code
    formatter (#​3940)
puppeteer/puppeteer (puppeteer)

v21.7.0: puppeteer: v21.7.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v21.6.1: puppeteer: v21.6.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.6.0 to 21.6.1

v21.6.0: puppeteer-core: v21.6.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v21.5.2: puppeteer: v21.5.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.5.1 to 21.5.2

v21.5.1: puppeteer: v21.5.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.5.0 to 21.5.1
sbrunner/hooks (sbrunner/hooks)

v0.7.0

Compare Source

[0.7.0] - 2024-01-08

Added

Contributors

Generated by Automation

v0.6.0

Compare Source

[0.6.0] - 2023-12-19

Added
Changed
Fixed
Updated

Contributors

Generated by Automation

sbrunner/jsonschema2md2 (sbrunner/jsonschema2md2)

v1.1.0

Compare Source

[1.1.0] - 2024-01-08

Changed
Updated

Contributors

Generated by Automation


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 Jan 9, 2024
@renovate renovate bot enabled auto-merge (rebase) January 9, 2024 13:33
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success approve. Enjoy 🏳️‍🌈🎉.

@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 96334bf to 1719c78 Compare January 10, 2024 07:03
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success approve. Enjoy 🏳️‍🌈🎉.

@renovate renovate bot merged commit bb4056d into master Jan 10, 2024
3 checks passed
@renovate renovate bot deleted the renovate/master-all-minor-versions branch January 10, 2024 09:40
@geo-ghci-int geo-ghci-int bot added this to the 1.21.0 milestone Jun 18, 2024
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.

1 participant