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

chore(deps): update all non-major dependencies #2565

Merged
merged 2 commits into from
Jun 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v3.5.2 -> v3.5.3 age adoption passing confidence
actions/setup-python action patch v2.3.3 -> v2.3.4 age adoption passing confidence
commitizen minor ==3.2.2 -> ==3.3.0 age adoption passing confidence
commitizen-tools/commitizen repository minor v3.2.2 -> v3.3.0 age adoption passing confidence
coverage patch ==7.2.6 -> ==7.2.7 age adoption passing confidence
dessant/lock-threads action patch v4.0.0 -> v4.0.1 age adoption passing confidence
furo minor ==2023.3.27 -> ==2023.5.20 age adoption passing confidence
maxbrunet/pre-commit-renovate repository minor 35.111.0 -> 35.118.0 age adoption passing confidence
pre-commit patch ==3.3.2 -> ==3.3.3 age adoption passing confidence
pytest (source, changelog) patch ==7.3.1 -> ==7.3.2 age adoption passing confidence
pytest-console-scripts patch ==1.4.0 -> ==1.4.1 age adoption passing confidence
relekang/python-semantic-release action minor v7.33.5 -> v7.34.4 age adoption passing confidence
types-requests (changelog) patch ==2.31.0.0 -> ==2.31.0.1 age adoption passing confidence
typing-extensions (changelog) patch ==4.6.2 -> ==4.6.3 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

actions/checkout

v3.5.3

Compare Source

actions/setup-python

v2.3.4

Compare Source

What's Changed

In the scope of this patch release, the warning for deprecating Python 2.x was added in https://github.com/actions/setup-python/pull/675 by @​dmitry-shibanov

For more information, check out https://github.com/actions/setup-python/issues/672

Full Changelog: actions/setup-python@v2...v2.3.4

commitizen-tools/commitizen

v3.3.0

Compare Source

Feat
  • add support for cargo workspaces
nedbat/coveragepy

v7.2.7

Compare Source

  • Fix: reverted a change from 6.4.3 <pull 1347_>_ that helped Cython, but
    also increased the size of data files when using dynamic contexts, as
    described in the now-fixed issue 1586. The problem is now avoided due to a
    recent change (issue 1538
    ). Thanks to Anders Kaseorg <pull 1629_>_
    and David Szotten for persisting with problem reports and detailed diagnoses.

  • Wheels are now provided for CPython 3.12.

.. _issue 1586:https://github.com/nedbat/coveragepy/issues/15866
.. _pull 1629https://github.com/nedbat/coveragepy/pull/162929

.. _changes_7-2-6:

dessant/lock-threads

v4.0.1

Compare Source

Learn more about this release from the changelog.

pradyunsg/furo

v2023.5.20

Compare Source

maxbrunet/pre-commit-renovate

v35.118.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.118.0 for more changes

v35.115.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.2 for more changes

v35.115.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.1 for more changes

v35.115.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.115.0 for more changes

v35.114.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.3 for more changes

v35.114.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.2 for more changes

v35.114.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.114.1 for more changes

v35.113.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.3 for more changes

v35.113.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.2 for more changes

v35.113.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.1 for more changes

v35.113.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.113.0 for more changes

v35.112.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/35.112.0 for more changes

pre-commit/pre-commit

v3.3.3

Compare Source

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

Fixes
pytest-dev/pytest

v7.3.2

Compare Source

pytest 7.3.2 (2023-06-10)

Bug Fixes

  • #​10169: Fix bug where very long option names could cause pytest to break with OSError: [Errno 36] File name too long on some systems.
  • #​10894: Support for Python 3.12 (beta at the time of writing).
  • #​10987: testpaths{.interpreted-text role="confval"} is now honored to load root conftests.
  • #​10999: The [monkeypatch]{.title-ref} [setitem]{.title-ref}/[delitem]{.title-ref} type annotations now allow [TypedDict]{.title-ref} arguments.
  • #​11028: Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.
  • #​11054: Fixed --last-failed's "(skipped N files)" functionality for files inside of packages (directories with [__init__.py]{.title-ref} files).
kvas-it/pytest-console-scripts

v1.4.1

Compare Source

Removed
  • Dropped support for Python 3.7
    #​72
Fixed
  • Fix loading scripts with non-UTF-8 encodings.
    #​77
  • Print output when a subprocess runner with check=True fails was missing.
    #​78
relekang/python-semantic-release

v7.34.4

Compare Source

Fix

v7.34.3

Compare Source

Fix
  • Generate markdown linter compliant changelog headers & lists (#​597) (cc87400)

v7.34.2

Compare Source

Fix

v7.34.1

Compare Source

Fix
  • Generate markdown linter compliant changelog headers & lists (#​594) (9d9d403)

v7.34.0

Compare Source

Feature
  • Add option to only parse commits for current working directory (#​509) (cdf8116)
python/typing_extensions

v4.6.3

Compare Source

  • Fix a regression introduced in v4.6.0 in the implementation of
    runtime-checkable protocols. The regression meant
    that doing class Foo(X, typing_extensions.Protocol), where X was a class that
    had abc.ABCMeta as its metaclass, would then cause subsequent
    isinstance(1, X) calls to erroneously raise TypeError. Patch by
    Alex Waygood (backporting the CPythonhttps://github.com/python/cpython/pull/105152l/105152).
  • Sync the repository's LICENSE file with that of CPython.
    typing_extensions is distributed under the same license as
    CPython itself.
  • Skip a problematic test on Python 3.12.0b1. The test fails on 3.12.0b1 due to
    a bug in CPython, which will be fixed in 3.12.0b2. The
    typing_extensions test suite now passes on 3.12.0b1.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/all-minor-patch branch 5 times, most recently from e5efceb to b4758cc Compare May 14, 2023 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 73ca4c8 to b8194df Compare May 20, 2023 10:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 69fa2f2 to 74b5bdc Compare May 28, 2023 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c3f1907 to 62a8f0c Compare May 29, 2023 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a627724 to 80f0c25 Compare June 2, 2023 14:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from affffb8 to 64df8b0 Compare June 9, 2023 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b9293bd to abff2c2 Compare June 14, 2023 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abff2c2 to 4c3c49d Compare June 15, 2023 08:13
@renovate
Copy link
Contributor Author

renovate bot commented Jun 15, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@nejch nejch enabled auto-merge (rebase) June 15, 2023 09:39
@nejch nejch merged commit 6d06630 into main Jun 15, 2023
17 checks passed
@nejch nejch deleted the renovate/all-minor-patch branch June 15, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant