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 non-major dependencies #11

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
charliermarsh/ruff-pre-commit repository patch v0.0.270 -> v0.0.287 age adoption passing confidence
psf/black repository minor 23.3.0 -> 23.7.0 age adoption passing confidence
ruff (source, changelog) dev-dependencies patch ^0.0.272 -> ^0.0.272 || ^0.0.287 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

charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit)

v0.0.287

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.287

v0.0.286

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.286

v0.0.285

Compare Source

See https://github.com/astral-sh/ruff/releases/tag/v0.0.285

v0.0.284

Compare Source

See https://github.com/astral-sh/ruff/releases/tag/v0.0.284

v0.0.283

Compare Source

See https://github.com/astral-sh/ruff/releases/tag/v0.0.283

v0.0.282

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.282

v0.0.281

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.281

v0.0.280

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.280

v0.0.279

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.279

v0.0.278

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.278

v0.0.277

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.277

v0.0.276

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.276

v0.0.275

Compare Source

v0.0.274

Compare Source

v0.0.273

Compare Source

v0.0.272

Compare Source

v0.0.271

Compare Source

psf/black (psf/black)

v23.7.0

Compare Source

Highlights
  • Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be
    supported until further notice (#​3765)
Stable style
  • Fix a bug where an illegal trailing comma was added to return type annotations using
    PEP 604 unions (#​3735)
  • Fix several bugs and crashes where comments in stub files were removed or mishandled
    under some circumstances (#​3745)
  • Fix a crash with multi-line magic comments like type: ignore within parentheses
    (#​3740)
  • Fix error in AST validation when Black removes trailing whitespace in a type comment
    (#​3773)
Preview style
  • Implicitly concatenated strings used as function args are no longer wrapped inside
    parentheses (#​3640)
  • Remove blank lines between a class definition and its docstring (#​3692)
Configuration
  • The --workers argument to Black can now be specified via the BLACK_NUM_WORKERS
    environment variable (#​3743)
  • .pytest_cache, .ruff_cache and .vscode are now excluded by default (#​3691)
  • Fix Black not honouring pyproject.toml settings when running --stdin-filename
    and the pyproject.toml found isn't in the current working directory (#​3719)
  • Black will now error if exclude and extend-exclude have invalid data types in
    pyproject.toml, instead of silently doing the wrong thing (#​3764)
Packaging
  • Upgrade mypyc from 0.991 to 1.3 (#​3697)
  • Remove patching of Click that mitigated errors on Python 3.6 with LANG=C (#​3768)
Parser
  • Add support for the new PEP 695 syntax in Python 3.12 (#​3703)
Performance
  • Speed up Black significantly when the cache is full (#​3751)
  • Avoid importing IPython in a case where we wouldn't need it (#​3748)
Output
  • Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#​3728)
  • Change verbose logging to exactly mirror Black's logic for source discovery (#​3749)
Blackd
  • The blackd argument parser now shows the default values for options in their help
    text (#​3712)
Integrations
Documentation
  • Add a CITATION.cff file to the root of the repository, containing metadata on how to
    cite this software (#​3723)
  • Update the classes and exceptions documentation in Developer reference to match
    the latest code base (#​3755)
astral-sh/ruff (ruff)

v0.0.287

Compare Source

What's Changed

Rules
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.286...v0.0.287

v0.0.286

Compare Source

What's Changed

New Rules
Settings
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.285...v0.0.286

v0.0.285

Compare Source

What's Changed

New rules
Rule changes
Settings
Bug Fixes
Playground
Performance

New Contributors

Full Changelog: astral-sh/ruff@v0.0.284...v0.0.285

v0.0.284

Compare Source

What's Changed

This release fixes a few bugs. Notably, the previous release announced a breaking change where the default target
Python version changed from 3.10 to 3.8 but the change was not applied. Thanks to @​rco-ableton for fixing this in
https://github.com/astral-sh/ruff/pull/6444

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.283...v0.0.284

v0.0.283

Compare Source

What's Changed

Breaking Changes
Rules
Rule Changes
Bug Fixes
Playground
Other Changes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.282...v0.0.283

v0.0.282

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.281...v0.0.282

v0.0.281

Compare Source

What's Changed

See the release blog post for more, including detailed descriptions of any newly added rules.

New rules
Rule changes
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.280...v0.0.281

v0.0.280

Compare Source

What's Changed

Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.279...v0.0.280

v0.0.279

Compare Source

What's Changed

Rules
Rule changes

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 enabled auto-merge (rebase) August 9, 2023 14:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5433697 to e61c669 Compare August 14, 2023 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 706657d to 1e581b5 Compare August 21, 2023 03:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5459cbb to 687b4c1 Compare August 28, 2023 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c0000a1 to d480d0d Compare September 8, 2023 08:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d480d0d to 640b452 Compare September 8, 2023 08:11
@renovate renovate bot merged commit 7d20176 into main Sep 8, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch September 8, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants