Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update CI dependencies (test) (minor) #1389

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
asottile/pyupgrade repository minor v3.15.2 -> v3.17.0 age adoption passing confidence
camptocamp/jsonschema-gentypes repository minor 2.6.0 -> 2.7.2 age adoption passing confidence
pip (changelog) minor ==24.0 -> ==24.2 age adoption passing confidence
poetry-dynamic-versioning minor ==1.3.0 -> ==1.4.0 age adoption passing confidence
pre-commit minor ==3.7.1 -> ==3.8.0 age adoption passing confidence
psf/black repository minor 24.4.2 -> 24.8.0 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.28.6 -> 0.29.1 age adoption passing confidence
sbrunner/jsonschema2md2 repository minor 1.2.0 -> 1.3.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

asottile/pyupgrade (asottile/pyupgrade)

v3.17.0

Compare Source

v3.16.0

Compare Source

camptocamp/jsonschema-gentypes (camptocamp/jsonschema-gentypes)

v2.7.2

Compare Source

2.7.2 (2024-08-07)

Chore

Changes that shouldn't affect the users like continuous integration updates

v2.7.1

Compare Source

2.7.1 (2024-08-07)

Fixed bugs

v2.7.0

Compare Source

2.7.0 (2024-06-18)

New feature

Fixed bugs

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

pypa/pip (pip)

v24.2

Compare Source

v24.1.2

Compare Source

v24.1.1

Compare Source

v24.1

Compare Source

mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)

v1.4.0

Compare Source

  • Added:
    • The plugin now supports Poetry's upcoming PEP-621 functionality.
      More infhttps://github.com/python-poetry/poetry/issues/3332ues/3332

      If your pyproject.toml defines tool.poetry.name,
      then the plugin will preserve its existing behavior.

      However, if your pyproject.toml:

      • does not define tool.poetry.name
      • defines project.name
      • defines project.dynamic to include "version"
      • does not define project.version

      ...then the plugin will enable its PEP-621 functionality.

      Because PEP-621 support is not yet released and finalized in Poetry itself,
      it is also subject to change in the plugin.

      (Prototyped by edgarrmondragon)

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

v3.8.0

Compare Source

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

Features
psf/black (psf/black)

v24.8.0

Compare Source

Stable style
  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#​4363)
Packaging
  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also
    linked. This improves the PyPI listing for Black. (#​4345)
Parser
  • Fix regression where Black failed to parse a multiline f-string containing another
    multiline string (#​4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string
    (#​4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#​4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#​4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
    (#​4423)
Performance
  • Improve performance when a large directory is listed in .gitignore (#​4415)
Blackd
  • Fix blackd (and all extras installs) for docker container (#​4357)
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.29.1

Compare Source

  • Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
    woodpecker-ci (2024-07-21)
  • Fix a bug which could result in local file URI resolution failing on
    non-Windows platforms in certain cases. Thanks :user:bukzor! (:pr:465)
  • Fix caching behaviors to ensure that caches are correctly preserved across
    instancefiles during --schemafile evaluation. This also fixes a bug in the
    remote $ref cache.
    Thanks :user:alex1701c for reporting! (:issue:463, :pr:466)

v0.29.0

Compare Source

  • Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07)
  • Improve caching to include caching of remote $ref downloads. This should
    improve performance in cases where a schema has many remote refs and is used
    in repeat invocations. The $ref cache can be disabled via the same
    --no-cache flag which disables use of the pre-existing cache. Thanks
    :user:alex1701c! (:issue:452, :pr:454)
  • Fix an ordering bug which caused caching to be ineffective, resulting in
    repeated downloads of remote schemas even when the cache was populated.
    Thanks :user:alex1701c for reporting! (:issue:453)
sbrunner/jsonschema2md2 (sbrunner/jsonschema2md2)

v1.3.0

Compare Source

1.3.0 (2024-08-07)

New feature

Documentation

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

v1.2.3

Compare Source

1.2.3 (2024-08-07)

Chore

Changes that shouldn't affect the users like continuous integration updates

v1.2.2

Compare Source

1.2.2 (2024-08-07)

Chore

Changes that shouldn't affect the users like continuous integration updates

v1.2.1

Compare Source

1.2.1 (2024-03-18)


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update the dependencies label Aug 1, 2024
@renovate renovate bot enabled auto-merge (rebase) August 1, 2024 15:42
@renovate renovate bot force-pushed the renovate/test-ci-dependencies branch from b24830e to 779a850 Compare August 7, 2024 10:49
@renovate renovate bot force-pushed the renovate/test-ci-dependencies branch from 4d5dd0e to 51eeebb Compare August 7, 2024 13:27
From the artifact of the previous workflow run
@renovate renovate bot merged commit 707c1aa into test Aug 7, 2024
8 checks passed
@renovate renovate bot deleted the renovate/test-ci-dependencies branch August 7, 2024 13:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants