Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 2 commits intomainfromrenovate/all-minor-patch
Jun 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMay 8, 2023
edited
Loading

Mend Renovate

This PR contains the following updates:

PackageTypeUpdateChangeAgeAdoptionPassingConfidence
actions/checkoutactionpatchv3.5.2 ->v3.5.3ageadoptionpassingconfidence
actions/setup-pythonactionpatchv2.3.3 ->v2.3.4ageadoptionpassingconfidence
commitizenminor==3.2.2 ->==3.3.0ageadoptionpassingconfidence
commitizen-tools/commitizenrepositoryminorv3.2.2 ->v3.3.0ageadoptionpassingconfidence
coveragepatch==7.2.6 ->==7.2.7ageadoptionpassingconfidence
dessant/lock-threadsactionpatchv4.0.0 ->v4.0.1ageadoptionpassingconfidence
furominor==2023.3.27 ->==2023.5.20ageadoptionpassingconfidence
maxbrunet/pre-commit-renovaterepositoryminor35.111.0 ->35.118.0ageadoptionpassingconfidence
pre-commitpatch==3.3.2 ->==3.3.3ageadoptionpassingconfidence
pytest (source,changelog)patch==7.3.1 ->==7.3.2ageadoptionpassingconfidence
pytest-console-scriptspatch==1.4.0 ->==1.4.1ageadoptionpassingconfidence
relekang/python-semantic-releaseactionminorv7.33.5 ->v7.34.4ageadoptionpassingconfidence
types-requests (changelog)patch==2.31.0.0 ->==2.31.0.1ageadoptionpassingconfidence
typing-extensions (changelog)patch==4.6.2 ->==4.6.3ageadoptionpassingconfidence

Note: Thepre-commit manager in Renovate is not supported by thepre-commit maintainers or community. Please do not report any problems there, insteadcreate 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 inhttps://github.com/actions/setup-python/pull/675 by@​dmitry-shibanov

For more information, check outhttps://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 achange 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-fixedissue 1586. The problem is now avoided due to a
    recent change (issue 1538
    ). Thanks toAnders 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 thechangelog.

pradyunsg/furo

v2023.5.20

Compare Source

maxbrunet/pre-commit-renovate

v35.118.0

Compare Source

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

v35.115.2

Compare Source

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

v35.115.1

Compare Source

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

v35.115.0

Compare Source

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

v35.114.3

Compare Source

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

v35.114.2

Compare Source

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

v35.114.1

Compare Source

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

v35.113.3

Compare Source

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

v35.113.2

Compare Source

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

v35.113.1

Compare Source

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

v35.113.0

Compare Source

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

v35.112.0

Compare Source

Seehttps://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 withOSError: [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 rootconftests.
  • #​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 withcheck=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 doingclass Foo(X, typing_extensions.Protocol), whereX was a class that
    hadabc.ABCMeta as its metaclass, would then cause subsequent
    isinstance(1, X) calls to erroneously raiseTypeError. 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. Getconfig help if that's undesired.


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

This PR has been generated byMend Renovate. View repository job loghere.

@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 5 times, most recently frome5efceb tob4758ccCompareMay 14, 2023 14:47
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 8 times, most recently from73ca4c8 tob8194dfCompareMay 20, 2023 10:51
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 9 times, most recently from69fa2f2 to74b5bdcCompareMay 28, 2023 09:19
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 7 times, most recently fromc3f1907 to62a8f0cCompareMay 29, 2023 17:34
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 6 times, most recently froma627724 to80f0c25CompareJune 2, 2023 14:35
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 13 times, most recently fromaffffb8 to64df8b0CompareJune 9, 2023 17:45
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 2 times, most recently fromb9293bd toabff2c2CompareJune 14, 2023 17:09
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch fromabff2c2 to4c3c49dCompareJune 15, 2023 08:13
@renovate
Copy link
ContributorAuthor

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.

@nejchnejchenabled auto-merge (rebase)June 15, 2023 09:39
@nejchnejch merged commit6d06630 intomainJun 15, 2023
@nejchnejch deleted the renovate/all-minor-patch branchJune 15, 2023 09:47
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nejchnejchnejch approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@nejch

[8]ページ先頭

©2009-2025 Movatter.jp