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

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
JohnVillalovos merged 2 commits intomainfromrenovate/all-minor-patch
Apr 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedApr 1, 2024
edited
Loading

Mend Renovate

This PR contains the following updates:

PackageTypeUpdateChangeAgeAdoptionPassingConfidence
actions/checkoutactionpatchv4.1.1 ->v4.1.3ageadoptionpassingconfidence
actions/download-artifactactionpatchv4.1.4 ->v4.1.7ageadoptionpassingconfidence
actions/upload-artifactactionpatchv4.3.1 ->v4.3.3ageadoptionpassingconfidence
black (changelog)minor==24.3.0 ->==24.4.1ageadoptionpassingconfidence
build (changelog)minor==1.1.1 ->==1.2.1ageadoptionpassingconfidence
codecov/codecov-actionactionminorv4.1.1 ->v4.3.0ageadoptionpassingconfidence
commitizenminor==3.20.0 ->==3.24.0ageadoptionpassingconfidence
commitizen-tools/commitizenrepositoryminorv3.20.0 ->v3.24.0ageadoptionpassingconfidence
coverageminor==7.4.4 ->==7.5.0ageadoptionpassingconfidence
maxbrunet/pre-commit-renovaterepositoryminor37.272.0 ->37.321.2ageadoptionpassingconfidence
mypy (source,changelog)minor==1.9.0 ->==1.10.0ageadoptionpassingconfidence
pre-commit/mirrors-mypyrepositoryminorv1.9.0 ->v1.10.0ageadoptionpassingconfidence
psf/blackrepositoryminor24.3.0 ->24.4.1ageadoptionpassingconfidence
python-semantic-release/python-semantic-releaseactionminorv9.3.1 ->v9.5.0ageadoptionpassingconfidence
sphinx (changelog)minor==7.2.6 ->==7.3.7ageadoptionpassingconfidence
types-requests (changelog)patch==2.31.0.20240311 ->==2.31.0.20240406ageadoptionpassingconfidence
types-setuptools (changelog)minor==69.2.0.20240317 ->==69.5.0.20240423ageadoptionpassingconfidence
typing-extensions (changelog)minor==4.10.0 ->==4.11.0ageadoptionpassingconfidence

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 (actions/checkout)

v4.1.3

Compare Source

What's Changed

Full Changelog:actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/download-artifact (actions/download-artifact)

v4.1.7

Compare Source

v4.1.6

Compare Source

What's Changed

Full Changelog:actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

Compare Source

What's Changed

Full Changelog:actions/download-artifact@v4.1.4...v4.1.5

actions/upload-artifact (actions/upload-artifact)

v4.3.3

Compare Source

What's Changed

Full Changelog:actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog:actions/upload-artifact@v4.3.1...v4.3.2

psf/black (black)

v24.4.1

Compare Source

Highlights
  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#​3822)
Stable style
  • Fix crash involving indented dummy functions containing newlines (#​4318)
Parser
  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13
    by PEP 696 (#​4327)
Integrations
  • Github Action now works even whengit archive is skipped (#​4313)

v24.4.0

Compare Source

Stable style
  • Fix unwanted crashes caused by AST equivalency check (#​4290)
Preview style
  • if guards incase blocks are now wrapped in parentheses when the line is too long.
    (#​4269)
  • Stop moving multiline strings to a new line unless inside brackets (#​4289)
Integrations
  • Add a new optionuse_pyproject to the GitHub Actionpsf/black. This will read the
    Black version frompyproject.toml. (#​4294)
pypa/build (build)

v1.2.1

Compare Source

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

  • Avoid error when terminal width is undetectable on Python < 3.11
    (PR :pr:761)

v1.2.0

Compare Source

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

  • Add--installer option, supportingpip anduv. Addeduv
    extra.
    (PR :pr:751)
  • Improve console output and provide-v for dependency installation
    (PR :pr:749)
  • Avoid compiling unused bytecode when usingpip
    (PR :pr:752)
  • Dropped support for Python 3.7
    (PR :pr:743)
codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog:codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog:codecov/codecov-action@v4.1.1...v4.2.0

commitizen-tools/commitizen (commitizen)

v3.24.0

Compare Source

Feat
  • schemes: adds support for SemVer 2.0 (dot in pre-releases) (fix#​1025) (#​1072)

v3.23.0

Compare Source

Feat

v3.22.0

Compare Source

Feat
  • cli: add config option to specify config file path

v3.21.3

Compare Source

Refactor
  • defaults: move cz_conventional_commit defaults out of defaults.py

v3.21.2

Compare Source

Fix
  • commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function

v3.21.1

Compare Source

Fix
  • command-init: "cz init" should list existing tag in reverse order

v3.21.0

Compare Source

Feat
  • commit: add retry_after_failure config option and --no-retry flag
Refactor
  • utils: convert git project root to posix path for backup file name
  • commit: use Optional[str] instead of str | None
  • commit: remove unused tempfile import
  • git-hooks: make git hooks use get_backup_file_path
  • utils: move backup path creation to utils
nedbat/coveragepy (coverage)

v7.5.0

Compare Source

  • Added initial support for function and class reporting in the HTML report.
    There are now three index pages which link to each other: files, functions,
    and classes. Other reports don't yet have this information, but it will be
    added in the future where it makes sense. Feedback gladly accepted!

  • Other HTML report improvements:

    • There is now a "hide covered" checkbox to filter out 100% files, finishing
      issue 1384_.

    • The index page is always sorted by one of its columns, with clearer
      indications of the sorting.

    • The "previous file" shortcut key didn't work on the index page, but now it
      does, fixingissue 1765_.

  • The debug output showing which configuration files were tried now shows
    absolute paths to help diagnose problems where settings aren't taking effect,
    and is renamed from "attempted_config_files" to the more logical
    "config_files_attempted."

  • Python 3.13.0a6 is supported.

.. _issue 1384:https://github.com/nedbat/coveragepy/issues/13844
.. _issue 1765https://github.com/nedbat/coveragepy/issues/176565

.. _changes_7-4-4:

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v37.321.2

Compare Source

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

v37.321.1

Compare Source

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

v37.321.0

Compare Source

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

v37.320.1

Compare Source

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

v37.320.0

Compare Source

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

v37.319.2

Compare Source

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

v37.319.1

Compare Source

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

v37.319.0

Compare Source

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

v37.318.1

Compare Source

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

v37.318.0

Compare Source

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

v37.316.2

Compare Source

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

v37.316.0

Compare Source

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

v37.315.1

Compare Source

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

v37.315.0

Compare Source

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

v37.314.0

Compare Source

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

v37.313.1

Compare Source

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

v37.313.0

Compare Source

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

v37.311.0

Compare Source

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

v37.310.1

Compare Source

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

v37.310.0

Compare Source

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

v37.309.0

Compare Source

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

v37.308.0

Compare Source

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

v37.306.1

Compare Source

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

v37.306.0

Compare Source

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

v37.305.0

Compare Source

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

v37.304.0

Compare Source

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

v37.303.2

Compare Source

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

v37.303.1

Compare Source

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

v37.302.0

Compare Source

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

v37.301.6

Compare Source

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

v37.301.5

Compare Source

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

v37.301.4

Compare Source

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

v37.301.3

Compare Source

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

v37.301.1

Compare Source

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

v37.300.1

Compare Source

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

v37.296.0

Compare Source

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

v37.286.0

Compare Source

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

v37.284.1

Compare Source

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

v37.278.0

Compare Source

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

v37.277.0

Compare Source

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

v37.276.0

Compare Source

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

v37.275.0

Compare Source

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

v37.274.0

Compare Source

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

v37.273.0

Compare Source

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

python/mypy (mypy)

v1.10.0

Compare Source

pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.10.0

Compare Source

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v9.5.0

Compare Source

Build
Feature
  • feat: extend support to on-prem GitHub Enterprise Server (#​896)

  • test(github): adjust init test to match the Enterprise Server api url

  • feat(github): extend support to on-prem GitHub Enterprise Server

    Resolves:#​895 (4fcb737)

v9.4.2

Compare Source

Build
  • build(deps-dev): update furo requirement from ~=2023.3 to ~=2024.1 (#​878)

Updates the requirements onfuro to permit the latest version.


updated-dependencies:

  • dependency-name: furo
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (8954628)

  • build(deps): update rich requirement from ~=12.5 to ~=13.0 (#​877)

Updates the requirements onrich to permit the latest version.

Resolves:#​888

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (4a22a8c)

Ci
  • ci(stalebot): add permission to delete its own cache (34260fb)

  • ci(stalebot): bump api operations from 200 -> 400 allowed

since our repo has around 100 issues, each validation takes a minimum of 2
operations, leaving actual stale actions with very little ability to change
things. Bumping this up will allow stalebot to action tickets on time in
relation to our repository size. (f280a71)

Fix
  • fix(hvcs): allow insecure http connections if configured (#​886)

  • fix(gitlab): allow insecure http connections if configured

  • test(hvcs-gitlab): fix tests for clarity & insecure urls

  • test(conftest): refactor netrc generation into common fixture

  • refactor(hvcsbase): remove extrenous non-common functionality

  • fix(gitea): allow insecure http connections if configured

  • test(hvcs-gitea): fix tests for clarity & insecure urls

  • refactor(gitlab): adjust init function signature

  • fix(github): allow insecure http connections if configured

  • test(hvcs-github): fix tests for clarity & insecure urls

  • fix(bitbucket): allow insecure http connections if configured

  • test(hvcs-bitbucket): fix tests for clarity & insecure urls

  • fix(config): add flag to allow insecure connections

  • fix(version-cmd): handle HTTP exceptions more gracefully

  • style(hvcs): resolve typing issues & mimetype executions

  • test(cli-config): adapt default token test for env resolution

  • test(changelog-cmd): isolate env & correct the expected api url

  • test(fixtures): adapt repo builder for new hvcs init() signature

  • style: update syntax for 3.8 compatiblity & formatting

  • docs(configuration): updateremote settings section with missing values

    Resolves:#​868

  • style(docs): improve configuration & api readability (db13438)

  • fix(hvcs): prevent double url schemes urls in changelog (#​676)

  • fix(hvcs): prevent double protocol scheme urls in changelogs

    Due to a typo and conditional stripping of the url scheme the
    hvcs_domain and hvcs_api_domain values would contain protocol schemes
    when a user specified one but the defaults would not. It would cause
    the api_url and remote_url to end up as "https://https://domain.com"

  • fix(bitbucket): correct url parsing & prevent double url schemes

  • fix(gitea): correct url parsing & prevent double url schemes

  • fix(github): correct url parsing & prevent double url schemes

  • fix(gitlab): correct url parsing & prevent double url schemes

  • test(hvcs): ensure api domains are derived correctly


Co-authored-by: codejedi365 <codejedi365@​gmail.com> (5cfdb24)

Style
Test
  • test(changelog): convert test fixtures to use local tz rather than utc (#​887) (f2caba7)

v9.4.1

Compare Source

Build
Fix
  • fix(gh-actions-output): fixed trailing newline to match GITHUB_OUTPUT format (#​885)

  • test(gh-actions-output): fix unit tests to manage proper whitespace

    tests were adjusted for clarity and to replicate error detailed in#​884.

  • fix(gh-actions-output): fixed trailing newline to match GITHUB_OUTPUT format

    Resolves:#​884 (2c7b6ec)

Style

v9.4.0

Compare Source

Build
  • build(deps-dev): bump responses from 0.24 to 0.25.0 (#​842)

Bumpsresponses from 0.24 to 0.25.0.


updated-dependencies:

  • dependency-name: responses
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (a1b2af6)

  • build(deps-build): resolve build deps versions forpython3.12 (075daa4)

  • build(deps-dev): bump responses from 0.23.3 to 0.24.1 (9210933)

  • build(deps-dev): bump sphinxcontrib-apidoc from 0.3.0 to 0.5.0 (69f163b)

  • build(deps-dev): bump sphinx-autobuild from 2021.03.14 to 2024.2.4 (9d30877)

  • build(deps-dev): update pytest-cov requirement from ~=4.0 to ~=5.0 (#​873)

Updates the requirements onpytest-cov to permit the latest version.


updated-dependencies:

  • dependency-name: pytest-cov
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (2ca6459)

  • build(deps-dev): bump ruff from 0.3.3 to 0.3.4 (#​872)

Bumpsruff from 0.3.3 to 0.3.4.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (6d7df6d)

Chore
  • chore(stalebot): refactor to use CI action for stale issue/pr evaluation (a352050)
Ci
  • ci(github): always update base env packagespip,setuptools,wheel (4748435)
Feature
  • feat(gitea): derives gitea api domain from base domain when unspecified (#​675)

  • test(gitea): add test of custom server path & custom api domain

  • feat(gitea): derives gitea api domain from base domain when unspecified

  • refactor(hvcs-gitea): uniformly handle protocol prefixes


Co-authored-by: codejedi365 <codejedi365@​gmail.com> (2ee3f8a)

Style
sphinx-doc/sphinx (sphinx)

v7.3.7

Compare Source

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

Bugs fixed

  • #​12299: Defer loading themes defined via entry points until
    their explicit use by the user or a child theme.
    Patch by Adam Turner.
  • #​12305: Return the default value fortheme.get_config() with
    an unsupported theme configuration section.
    Patch by Adam Turner.

v7.3.6

Compare Source

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

Bugs fixed

  • #​12295: Re-export all AST types in the C and C++ domains.
    Patch by Adam Turner.
  • #​12295: Re-export various objects fromsphinx.domains.python._annotations
    insphinx.domains.python.
    Patch by Jacob Chesslo and Adam Turner.

v7.3.5

Compare Source

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

Bugs fixed

  • #​12295: Re-export various objects fromsphinx.domains.python._object
    insphinx.domains.python.
    Patch by Jacob Chesslo and Adam Turner.

v7.3.4

Compare Source

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

Bugs fixed

  • Handle cases whenAny is not an instance oftype.
    Patch by Adam Turner.

v7.3.3

Compare Source

==


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 8 times, most recently fromba2970e to7ace2e6CompareApril 9, 2024 18:34
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 16 times, most recently from312c3f8 to15c6019CompareApril 17, 2024 22:21
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 6 times, most recently from8d8489d to3987e4dCompareApril 19, 2024 21:16
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 17 times, most recently from2403bd8 toc82a9d7CompareApril 24, 2024 11:10
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 4 times, most recently from5278180 tod483c9cCompareApril 25, 2024 08:59
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch fromd483c9c to467c922CompareApril 25, 2024 09:17
@renovateRenovate
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.

@JohnVillalovosJohnVillalovos merged commitd9aaa99 intomainApr 25, 2024
@JohnVillalovosJohnVillalovos deleted the renovate/all-minor-patch branchApril 25, 2024 14:55
@nejch
Copy link
Member

Ah thanks@JohnVillalovos I forgot to reassign 😅

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@nejch@JohnVillalovos

[8]ページ先頭

©2009-2025 Movatter.jp