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 CI dependencies #475

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Update CI dependencies #475

merged 1 commit into from
Mar 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/prospector repository minor 1.14.0 -> v1.15.2 age adoption passing confidence
astral-sh/ruff-pre-commit repository patch v0.9.4 -> v0.9.9 age adoption passing confidence
camptocamp/gs-renovate-config-preset patch 0.8.0 -> 0.8.5 age adoption passing confidence
camptocamp/gs-renovate-config-preset patch 0.8.1 -> 0.8.5 age adoption passing confidence
camptocamp/helm-common repository patch 2.1.1 -> 2.1.2 age adoption passing confidence
poetry (changelog) minor 2.0.1 -> 2.1.1 age adoption passing confidence
prettier (source) minor 3.4.2 -> 3.5.2 age adoption passing confidence
prettier-plugin-sh (source) minor 0.14.0 -> 0.15.0 age adoption passing confidence
prettier-plugin-toml (source) patch 2.0.1 -> 2.0.2 age adoption passing confidence
python-jsonschema/check-jsonschema repository patch 0.31.1 -> 0.31.2 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 39.156.0 -> 39.182.3 age adoption passing confidence
ruff (source, changelog) patch 0.9.4 -> 0.9.9 age adoption passing confidence
sbrunner/hooks repository minor 1.2.1 -> 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

PyCQA/prospector (PyCQA/prospector)

v1.15.2

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.1...v1.15.2

v1.15.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.15.0...v1.15.1

v1.15.0

Compare Source

Major improvements

  • The mypy codes are correctly filled #​721
  • The blending now works also on ignore #​722
  • The blendings groups are completed especially for Ruff #​724, #​725

What's Changed

Full Changelog: prospector-dev/prospector@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed

Full Changelog: prospector-dev/prospector@v1.14.0...v1.14.1

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.9

Compare Source

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

v0.9.8

Compare Source

v0.9.7

Compare Source

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

v0.9.6

Compare Source

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

v0.9.5

Compare Source

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

camptocamp/gs-renovate-config-preset (camptocamp/gs-renovate-config-preset)

v0.8.5

Compare Source

0.8.5 (2025-02-27)
New feature

v0.8.4

Compare Source

0.8.4 (2025-02-27)
New feature

v0.8.3

Compare Source

0.8.3 (2025-02-26)
New feature

v0.8.2

Compare Source

0.8.2 (2025-02-14)
New feature

v0.8.1

Compare Source

0.8.1 (2025-02-08)
New feature
Fixed bugs
camptocamp/helm-common (camptocamp/helm-common)

v2.1.2

Compare Source

2.1.2 (2025-02-13)

Fixed bugs

Dependency update

python-poetry/poetry (poetry)

v2.1.1

Compare Source

Fixed
  • Fix an issue where poetry env use python does not choose the Python from the PATH (#​10187).
poetry-core (2.1.1)
  • Fix an issue where simplifying a python_version marker resulted in an invalid marker (#​838).

v2.1.0

Compare Source

Added
Changed
Fixed
  • Fix an issue where global options were not handled correctly when positioned after command options (#​10021,
    #​10067,
    #​10128).
  • Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#​10048).
  • Fix an issue where poetry init was not able to find a package on PyPI while adding dependencies interactively (#​10055).
  • Fix an issue where the @latest descriptor was incorrectly passed to the core requirement parser (#​10069).
  • Fix an issue where Boolean environment variables set to True (in contrast to true) were interpreted as false (#​10080).
  • Fix an issue where poetry env activate reported a misleading error message (#​10087).
  • Fix an issue where adding an optional dependency with poetry add --optional would not correctly update the lock file (#​10076).
  • Fix an issue where pip was not installed/updated before other dependencies resulting in a race condition (#​10102).
  • Fix an issue where Poetry freezes when multiple threads attempt to unlock the keyring simultaneously (#​10062).
  • Fix an issue where markers with extras were not locked correctly (#​10119).
  • Fix an issue where self-referential extras were not resolved correctly (#​10106).
  • Fix an issue where Poetry could not be run from a zipapp (#​10074).
  • Fix an issue where installation failed with a permission error when using the system environment as a user without write access to system site packages (#​9014).
  • Fix an issue where a version of a dependency that is not compatible with the project's python constraint was locked. (#​10141).
  • Fix an issue where Poetry wrongly reported that the current project's supported Python range is not compatible with some of the required packages Python requirement (#​10157).
  • Fix an issue where the requested extras of a dependency were ignored if the same dependency (with same extras) was specified in multiple groups (#​10158).
Docs
  • Sort commands by name in the CLI reference (#​10035).
  • Add missing documentation for env commands (#​10027).
  • Clarify that the name and version fields are always required if the project section is specified (#​10033).
  • Add a note about restarting the shell for tab completion changes to take effect (#​10070).
  • Fix the example for project.gui-scripts #​10121.
  • Explain how to include files as scripts in the project configuration (#​9572,
    #​10133).
  • Add additional information on specifying required python versions (#​10104).
poetry-core (2.1.0)
  • Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440 (#​379).
  • Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded (#​817).
  • Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint (#​824).
  • Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata (#​830).
  • Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels (#​835).
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

un-ts/prettier (prettier-plugin-sh)

v0.15.0

Compare Source

Minor Changes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.31.2

Compare Source

  • Update vendored schemas: dependabot, github-workflows, gitlab-ci, mergify, renovate,
    woodpecker-ci (2025-02-19)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.182.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.182.3 for more changes

v39.182.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.182.2 for more changes

v39.182.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.182.0 for more changes

v39.181.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.181.1 for more changes

v39.181.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.181.0 for more changes

v39.180.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.180.2 for more changes

v39.178.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.178.1 for more changes

v39.177.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.177.3 for more changes

v39.177.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.177.2 for more changes

v39.177.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.177.1 for more changes

v39.174.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.174.3 for more changes

v39.174.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.174.1 for more changes

v39.174.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.174.0 for more changes

v39.171.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.171.1 for more changes

v39.171.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.171.0 for more changes

v39.170.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.170.1 for more changes

v39.169.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.169.3 for more changes

v39.169.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.169.2 for more changes

v39.169.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.169.1 for more changes

v39.169.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.169.0 for more changes

v39.168.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.168.1 for more changes

v39.168.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.168.0 for more changes

v39.167.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.167.1 for more changes

v39.167.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.167.0 for more changes

v39.166.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.166.1 for more changes

v39.166.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.166.0 for more changes

v39.165.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.165.3 for more changes

v39.165.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.165.2 for more changes

v39.165.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.165.1 for more changes

v39.164.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.164.1 for more changes

v39.164.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.164.0 for more changes

v39.163.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.163.0 for more changes

v39.162.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.162.3 for more changes

v39.162.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.162.2 for more changes

v39.162.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.162.1 for more changes

v39.162.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.162.0 for more changes

v39.161.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.6 for more changes

v39.161.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.5 for more changes

v39.161.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.4 for more changes

v39.161.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.3 for more changes

v39.161.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.2 for more changes

v39.161.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.1 for more changes

v39.161.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.161.0 for more changes

v39.160.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.160.1 for more changes

v39.160.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.160.0 for more changes

v39.159.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.159.0 for more changes

v39.158.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.158.2 for more changes

v39.158.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.158.1 for more changes

v39.157.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.157.0 for more changes

v39.156.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.156.2 for more changes

v39.156.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.156.1 for more changes

astral-sh/ruff (ruff)

v0.9.9

Compare Source

Preview features
  • Fix caching of unsupported-syntax errors (#​16425)
Bug fixes
  • Only show unsupported-syntax errors in editors when preview mode is enabled (#​16429)

v0.9.8

Compare Source

Preview features
  • Start detecting version-related syntax errors in the parser (#​16090)
Rule changes
  • [pylint] Mark fix unsafe (PLW1507) (#​16343)
  • [pylint] Catch case np.nan/case math.nan in match statements (PLW0177) (#​16378)
  • [ruff] Add more Pydantic models variants to the list of default copy semantics (RUF012) (#​16291)
Server
  • Avoid indexing the project if configurationPreference is editorOnly (#​16381)
  • Avoid unnecessary info at non-trace server log level (#​16389)
  • Expand ruff.configuration to allow inline config (#​16296)
  • Notify users for invalid client settings (#​16361)
Configuration
  • Add per-file-target-version option (#​16257)
Bug fixes
  • [refurb] Do not consider docstring(s) (FURB156) (#​16391)
  • [flake8-self] Ignore attribute accesses on instance-like variables (SLF001) (#​16149)
  • [pylint] Fix false positives, add missing methods, and support positional-only parameters (PLE0302) (#​16263)
  • [flake8-pyi] Mark PYI030 fix unsafe when comments are deleted (#​16322)
Documentation

v0.9.7

Compare Source

Preview features
  • Consider __new__ methods as special function type for enforcing class method or static method rules (#​13305)
  • [airflow] Improve the internal logic to differentiate deprecated symbols (AIR303) (#​16013)
  • [refurb] Manual timezone monkeypatching (FURB162) (#​16113)
  • [ruff] Implicit class variable in dataclass (RUF045) (#​14349)
  • [ruff] Skip singleton starred expressions for incorrectly-parenthesized-tuple-in-subscript (RUF031) (#​16083)
  • [refurb] Check for subclasses includes subscript expressions (FURB189) (#​16155)
Rule changes
  • [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#​16191)
  • [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#​16251)
Formatter
  • Fix unstable formatting of trailing end-of-line comments of parenthesized attribute values (#​16187)
Server
  • Fix handling of requests received after shutdown message (#​16262)
  • Ignore source.organizeImports.ruff and source.fixAll.ruff code actions for a notebook cell (#​16154)
  • Include document specific debug info for ruff.printDebugInformation (#​16215)
  • Update server to return the debug info as string with ruff.printDebugInformation (#​16214)
CLI
  • Warn on invalid noqa even when there are no diagnostics (#​16178)
  • Better error messages while loading configuration extends (#​15658)
Bug fixes
  • [flake8-comprehensions] Handle trailing comma in C403 fix (#​16110)
  • [flake8-pyi] Avoid flagging custom-typevar-for-self on metaclass methods (PYI019) (#​16141)
  • [pydocstyle] Handle arguments with the same names as sections (D417) (#​16011)
  • [pylint] Correct ordering of arguments in fix for if-stmt-min-max (PLR1730) (#​16080)
  • [pylint] Do not offer fix for raw strings (PLE251) (#​16132)
  • [pyupgrade] Do not upgrade functional TypedDicts with private field names to the class-based syntax (UP013) (#​16219)
  • [pyupgrade] Handle micro version numbers correctly (UP036) (#​16091)
  • [pyupgrade] Unwrap unary expressions correctly (UP018) (#​15919)
  • [refurb] Correctly handle lengths of literal strings in slice-to-remove-prefix-or-suffix (FURB188) (#​16237)
  • [ruff] Skip RUF001 diagnostics when visiting string type definitions (#​16122)
Documentation
  • Add FAQ entry for source.* code actions in Notebook (#​16212)
  • Add SECURITY.md (#​16224)

v0.9.6

Compare Source

Preview features
  • [airflow] Add external_task.{ExternalTaskMarker, ExternalTaskSensor} for AIR302 (#​16014)
  • [flake8-builtins] Make strict module name comparison optional (A005) (#​15951)
  • [flake8-pyi] Extend fix to Python <= 3.9 for redundant-none-literal (PYI061) (#​16044)
  • [pylint] Also report when the object isn't a literal (PLE1310) (#​15985)
  • [ruff] Implement indented-form-feed (RUF054) (#​16049)
  • [ruff] Skip type definitions for missing-f-string-syntax (RUF027) (#​16054)
Rule changes
  • [flake8-annotations] Correct syntax for typing.Union in suggested return type fixes for ANN20x rules (#​16025)
  • [flake8-builtins] Match upstream module name comparison (A005) (#​16006)
  • [flake8-comprehensions] Detect overshadowed list/set/dict, ignore variadics and named expressions (C417) (#​15955)
  • [flake8-pie] Remove following comma correctly when the unpacked dictionary is empty (PIE800) (#​16008)
  • [flake8-simplify] Only trigger SIM401 on known dictionaries (#​15995)
  • [pylint] Do not report calls when object type and argument type mismatch, remove custom escape handling logic (PLE1310) (#​15984)
  • [pyupgrade] Comments within parenthesized value ranges should not affect applicability (UP040) (#​16027)
  • [pyupgrade] Don't introduce invalid syntax when upgrading old-style type aliases with parenthesized multiline values (UP040) (#​16026)
  • [pyupgrade] Ensure we do not rename two type parameters to the same name (UP049) (#​16038)
  • [pyupgrade] [ruff] Don't apply renamings if the new name is shadowed in a scope of one of the references to the binding (UP049, RUF052) (#​16032)
  • [ruff] Update RUF009 to behave similar to B008 and ignore attributes with immutable types (#​16048)
Server
  • Root exclusions in the server to project root (#​16043)
Bug fixes
  • [flake8-datetime] Ignore .replace() calls while looking for .astimezone ([#​16050](https://redir

Configuration

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

@renovate renovate bot added the dependencies Update the dependencies label Mar 1, 2025
@renovate renovate bot enabled auto-merge (squash) March 1, 2025 03:10
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from d0a2bd5 to 18ded7c Compare March 1, 2025 06:21
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 18ded7c to f0cb129 Compare March 1, 2025 09:05
@renovate renovate bot merged commit 3a59cbb into master Mar 1, 2025
8 checks passed
@renovate renovate bot deleted the renovate/ci-dependencies branch March 1, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants