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 #455

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@fontsource/inter (source) 5.0.8 -> 5.0.12 age adoption passing confidence dependencies patch 5.0.13
@fontsource/rasa (source) 5.0.12 -> 5.0.14 age adoption passing confidence dependencies patch 5.0.15
coverage 7.3.1 -> 7.3.2 age adoption passing confidence dev patch
pre-commit/pre-commit-hooks v4.4.0 -> v4.5.0 age adoption passing confidence repository minor
psycopg2-binary (source, changelog) 2.9.8 -> 2.9.9 age adoption passing confidence dependencies patch
pysaml2 (source) 7.3.1 -> 7.4.2 age adoption passing confidence dependencies minor
pytz-deprecation-shim 0.1.0.post0 -> 0.1.0 age adoption passing confidence dependencies patch
rcssmin 1.1.1 -> 1.1.2 age adoption passing confidence dependencies patch
regex 2023.8.8 -> 2023.10.3 age adoption passing confidence dependencies minor
ruff (source, changelog) ^0.0.291 -> ^0.0.292 age adoption passing confidence dev patch

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

fontsource/font-files (@​fontsource/inter)

v5.0.12

Compare Source

fontsource/font-files (@​fontsource/rasa)

v5.0.14

Compare Source

v5.0.13

Compare Source

nedbat/coveragepy (coverage)

v7.3.2

Compare Source

  • The coverage lcov command ignored the [report] exclude_lines and
    [report] exclude_also settings (issue 1684). This is now fixed,
    thanks Jacqueline Lee <pull 1685_>
    .

  • Sometimes SQLite will create journal files alongside the coverage.py database
    files. These are ephemeral, but could be mistakenly included when combining
    data files. Now they are always ignored, fixing issue 1605_. Thanks to
    Brad Smith for suggesting fixes and providing detailed debugging.

  • On Python 3.12+, we now disable SQLite writing journal files, which should be
    a little faster.

  • The new 3.12 soft keyword type is properly bolded in HTML reports.

  • Removed the "fullcoverage" feature used by CPython to measure the coverage of
    early-imported standard library modules. CPython stopped using it <88054_>_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605:https://github.com/nedbat/coveragepy/issues/16055
.. _issue 1684https://github.com/nedbat/coveragepy/issues/168484
.. _pull 168https://github.com/nedbat/coveragepy/pull/1685685
.. _880https://github.com/python/cpython/issues/880548054

.. _changes_7-3-1:

pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)

v4.5.0

Compare Source

psycopg/psycopg2 (psycopg2-binary)

v2.9.9

Compare Source

IdentityPython/pysaml2 (pysaml2)

v7.4.2

Compare Source

  • Add support for xmlsec1 1.3.x
  • Use the set crypto_backend when creating the entity metadata

v7.4.1

Compare Source

  • Fix subject-id requirements processing

v7.4.0

Compare Source

  • Ensure the ID of each Signature element is unique when signing an encrypted assertion
  • Bump Python to 3.9
  • dev: Add mypy configuration and type stubs
  • tests: move tox.ini config into pyproject.toml
  • docs: Update release instructions
pganssle/pytz-deprecation-shim (pytz-deprecation-shim)

v0.1.0

Compare Source

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

This is the first release of pytz-deprecation-shim.

Post-releases:

  • 0.1.0.post0 (2020-06-17): Fixes the project_urls metadata to point to
    the correct bug tracker and documentation.
mrabarnett/mrab-regex (regex)

v2023.10.3

Compare Source

astral-sh/ruff (ruff)

v0.0.292

Compare Source

What's Changed

Highlights

This release includes full support for Python 3.12 (out now!), including the new type parameter (PEP 695) and f-string syntaxes (PEP 701).

PEP 701 lifts many of the restrictions on f-strings that existed in the past, allowing for arbitrarily nested f-strings, consistent quote style within f-strings, and more, all of which are now supported by Ruff (thanks to @​dhruvmanila in https://github.com/astral-sh/ruff/pull/7376).

Breaking Changes
  • In the formatter, format.quote-style no longer affects triple-quoted strings, to align with common conventions as well as the guidance from PEP 8 and PEP 257 (see: https://github.com/astral-sh/ruff/pull/7680).
  • line-too-long (E501) now ignores trailing pragma comments (like # type: ignore and # noqa) when computing line length (see: https://github.com/astral-sh/ruff/pull/7692). This is similar to flake8-bugbear's methodology for detecting overlong lines, and ensures that adding pragmas like # noqa does not introduce further lint errors.
Rules
Settings
Bug Fixes
Other Changes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.291...v0.0.292


Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 merged commit cc79aa4 into dev Oct 8, 2023
17 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 8, 2023 11:00
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