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

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
charliermarsh/ruff-pre-commit repository minor v0.0.292 -> v0.4.7 v0.4.8 age adoption passing confidence
pre-commit/pre-commit-hooks repository minor v4.5.0 -> v4.6.0 age adoption passing confidence
psf/black repository minor 23.9.1 -> 23.12.1 age adoption passing confidence
responses (changelog) dev minor ^0.23.3 -> ^0.23.3 || ^0.25.0 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.4.7

Compare Source

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

v0.4.6

Compare Source

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

v0.4.5

Compare Source

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

v0.4.4

Compare Source

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

v0.4.3

Compare Source

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

v0.4.2

Compare Source

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

v0.4.1

Compare Source

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

v0.4.0

Compare Source

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

v0.3.7

Compare Source

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

v0.3.6

Compare Source

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

v0.3.5

Compare Source

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

v0.3.4

Compare Source

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

v0.3.3

Compare Source

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

v0.3.2

Compare Source

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

v0.3.1

Compare Source

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

v0.3.0

Compare Source

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

v0.2.2

Compare Source

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

v0.2.1

Compare Source

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

v0.2.0

Compare Source

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

v0.1.15

Compare Source

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

v0.1.14

Compare Source

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

v0.1.13

Compare Source

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

v0.1.12

Compare Source

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

v0.1.11

Compare Source

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

v0.1.10

Compare Source

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

v0.1.9

Compare Source

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

v0.1.8

Compare Source

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

v0.1.7

Compare Source

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

v0.1.6

Compare Source

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

v0.1.5

Compare Source

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

v0.1.4

Compare Source

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

v0.1.3

Compare Source

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

v0.1.2

Compare Source

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

v0.1.1

Compare Source

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

v0.1.0

Compare Source

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

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

v4.6.0: pre-commit-hooks v4.6.0

Compare Source

Features
Migrating
psf/black (psf/black)

v23.12.1

Compare Source

Packaging
  • Fixed a bug that included dependencies from the d extra by default (#​4108)

v23.12.0

Compare Source

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in --preview mode will be in the 2024 stable style.

Stable style
  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges
    option, even when it is not within the specified line range. (#​4084)
  • Fix feature detection for parenthesized context managers (#​4104)
Preview style
  • Prefer more equal signs before a break when splitting chained assignments (#​4010)
  • Standalone form feed characters at the module level are no longer removed (#​4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now
    indented less (#​4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a
    docstring (#​4060)
  • Fix crash in preview mode when using a short --line-length (#​4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not
    functions or class definitions (#​4066) (#​4103)
Configuration
  • --line-ranges now skips Black's internal stability check in --safe mode. This
    avoids a crash on rare inputs that have many unformatted same-content lines. (#​4034)
Packaging
Integrations

v23.11.0

Compare Source

Highlights
  • Support formatting ranges of lines with the new --line-ranges command-line option
    (#​4020)
Stable style
  • Fix crash on formatting bytes strings that look like docstrings (#​4003)
  • Fix crash when whitespace followed a backslash before newline in a docstring (#​4008)
  • Fix standalone comments inside complex blocks crashing Black (#​4016)
  • Fix crash on formatting code like await (a ** b) (#​3994)
  • No longer treat leading f-strings as docstrings. This matches Python's behaviour and
    fixes a crash (#​4019)
Preview style
  • Multiline dicts and lists that are the sole argument to a function are now indented
    less (#​3964)
  • Multiline unpacked dicts and lists as the sole argument to a function are now also
    indented less (#​3992)
  • In f-string debug expressions, quote types that are visible in the final string are
    now preserved (#​4005)
  • Fix a bug where long case blocks were not split into multiple lines. Also enable
    general trailing comma rules on case blocks (#​4024)
  • Keep requiring two empty lines between module-level docstring and first function or
    class definition (#​4028)
  • Add support for single-line format skip with other comments on the same line (#​3959)
Configuration
  • Consistently apply force exclusion logic before resolving symlinks (#​4015)
  • Fix a bug in the matching of absolute path names in --include (#​3976)
Performance
  • Fix mypyc builds on arm64 on macOS (#​4017)
Integrations
  • Black's pre-commit integration will now run only on git hooks appropriate for a code
    formatter (#​3940)

v23.10.1

Compare Source

Highlights
  • Maintenance release to get a fix out for GitHub Action edge case (#​3957)
Preview style
  • Fix merging implicit multiline strings that have inline comments (#​3956)
  • Allow empty first line after block open before a comment or compound statement (#​3967)
Packaging
  • Change Dockerfile to hatch + compile black (#​3965)
Integrations
  • The summary output for GitHub workflows is now suppressible using the summary
    parameter. (#​3958)
  • Fix the action failing when Black check doesn't pass (#​3957)
Documentation

v23.10.0

Compare Source

Stable style
  • Fix comments getting removed from inside parenthesized strings (#​3909)
Preview style
  • Fix long lines with power operators getting split before the line length (#​3942)
  • Long type hints are now wrapped in parentheses and properly indented when split across
    multiple lines (#​3899)
  • Magic trailing commas are now respected in return types. (#​3916)
  • Require one empty line after module-level docstrings. (#​3932)
  • Treat raw triple-quoted strings as docstrings (#​3947)
Configuration
  • Fix cache versioning logic when BLACK_CACHE_DIR is set (#​3937)
Parser
  • Fix bug where attributes named type were not acccepted inside match statements
    (#​3950)
  • Add support for PEP 695 type aliases containing lambdas and other unusual expressions
    (#​3949)
Output
  • Black no longer attempts to provide special errors for attempting to format Python 2
    code (#​3933)
  • Black will more consistently print stacktraces on internal errors in verbose mode
    (#​3938)
Integrations
  • The action output displayed in the job summary is now wrapped in Markdown (#​3914)
getsentry/responses (responses)

v0.25.0

Compare Source

  • Added support for Python 3.12
  • Fixed matchers.header_matcher not failing when a matched header is missing from the request. See #​702

v0.24.1

Compare Source

  • Reverted overloads removal
  • Added typing to Call attributes.
  • Fix socket issues (see #​693)

v0.24.0

Compare Source

  • Added BaseResponse.calls to access calls data of a separate mocked request. See #​664
  • Added real_adapter_send parameter to RequestsMock that will allow users to set
    through which function they would like to send real requests
  • Added support for re.Pattern based header matching.
  • Added support for gzipped response bodies to json_params_matcher.
  • Fix Content-Type headers issue when the header was duplicated. See #​644
  • Moved types-pyyaml dependency to tests_requires
  • Removed Python3.7 support

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 added the dependencies Pull requests that update a dependency file label Oct 19, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0a7c98 to 4c0c574 Compare October 20, 2023 17:11
@renovate renovate bot changed the title Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.0 Update all non-major dependencies Oct 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from be85b8b to 980eb38 Compare October 29, 2023 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5f16895 to 8af03d1 Compare November 12, 2023 00:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8af03d1 to 13c46d2 Compare November 20, 2023 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13c46d2 to 80a218e Compare December 7, 2023 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cf94378 to fe800dd Compare December 16, 2023 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23bad77 to 9c98922 Compare December 26, 2023 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b5dcb92 to 3dbfee4 Compare January 5, 2024 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4781e0d to 3d25e3f Compare January 15, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d25e3f to ec7bb60 Compare January 22, 2024 21:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 24ac4a6 to d751bda Compare February 9, 2024 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7376060 to 54c7484 Compare February 21, 2024 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0d48d74 to b0ec592 Compare March 10, 2024 00:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0ec592 to 41a50e0 Compare March 12, 2024 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7d0b5d1 to d01301b Compare April 15, 2024 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c773d69 to 62113e3 Compare April 28, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b7cfaca to d09d18e Compare May 12, 2024 20:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 47b16ad to 695d02e Compare May 31, 2024 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7f42a20 to ae2fdb7 Compare June 3, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 29ce8a3 to 9120de7 Compare June 5, 2024 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9120de7 to 988eaa5 Compare June 5, 2024 14:40
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 988eaa5 to d79eea4 Compare June 5, 2024 16:50
@abompard abompard merged commit b8f30ea into master Jun 6, 2024
8 of 10 checks passed
@abompard abompard deleted the renovate/all-minor-patch branch June 6, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant