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 maintenance #204

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Update maintenance #204

merged 1 commit into from
Oct 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.2.0 -> v4.2.1 age adoption passing confidence
black (changelog) minor ==24.8.0 -> ==24.10.0 age adoption passing confidence
distlib patch ==0.3.8 -> ==0.3.9 age adoption passing confidence
pyparsing minor ==3.1.4 -> ==3.2.0 age adoption passing confidence
tomli (changelog) patch ==2.0.1 -> ==2.0.2 age adoption passing confidence
tox (changelog) minor ==4.20.0 -> ==4.23.0 age adoption passing confidence
virtualenv minor ==20.26.6 -> ==20.27.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.1

Compare Source

psf/black (black)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
    use Python 3.12.6 or Python 3.12.4 instead. (#​4447)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
pypa/distlib (distlib)

v0.3.9

Compare Source

hukkin/tomli (tomli)

v2.0.2

Compare Source

  • Removed
    • Python 3.7 support
  • Improved
    • Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute.
      Improve error message when bytes is received.
  • Type annotations
    • Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).
tox-dev/tox (tox)

v4.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.22.0...4.23.0

v4.22.0

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.21.2...4.22.0

v4.21.2

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.20.0...4.21.0

pypa/virtualenv (virtualenv)

v20.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.26.5...20.27.0


Configuration

📅 Schedule: Branch creation - "every month" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from svenklemm as a code owner October 20, 2024 06:13
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@svenklemm svenklemm merged commit b10780e into main Oct 20, 2024
4 of 5 checks passed
@svenklemm svenklemm deleted the renovate/maintenance branch October 20, 2024 06:16
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.

2 participants