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 (master) (minor) #1194

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository minor v0.8.6 -> v0.9.2 age adoption passing confidence
poetry-dynamic-versioning minor ==1.4.1 -> ==1.7.0 age adoption passing confidence
poetry-plugin-export minor ==1.8.0 -> ==1.9.0 age adoption passing confidence
prospector-profile-duplicated minor 1.8.1 -> 1.10.4 age adoption passing confidence
prospector-profile-utils minor 1.13.0 -> 1.15.1 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.30.0 -> 0.31.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 39.42.4 -> 39.113.0 age adoption passing confidence
ruff (source, changelog) minor 0.8.6 -> 0.9.2 age adoption passing confidence
sbrunner/hooks repository minor 1.1.2 -> 1.2.1 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

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

v0.9.2

Compare Source

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

v0.9.1

Compare Source

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

v0.9.0

Compare Source

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

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

v1.7.0

Compare Source

  • Added:
    • The enable command now supports the bypass/override environment variables
      to use a different placeholder version than 0.0.0.
  • Fixed:
    • The enable command would add "version" to project.dynamic even if it were already present.
      (Contributed by waketzheng)
    • The enable command would set tool.poetry.version to "0.0.0"
      even if the field were already present with a different value.

v1.6.0

Compare Source

  • Added:
    • CLI: show command to print the version without changing any files.

v1.5.2

Compare Source

  • Fixed:
    • The formatting of project.dynamic and tool.poetry.version
      could be changed when triggering the plugin via poetry dynamic-versioning or pip install
      (but not via poetry build or poetry-dynamic-versioning).

v1.5.1

Compare Source

v1.5.0

Compare Source

  • Added:
    • CLI: When pyproject.toml contains the project section,
      the enable command will add the required fields for Poetry 2.0.0+.
  • Fixed:
    • For compatibility with Poetry 2.0.0,
      adjusted Poetry constraint from ^1.2.0 to >=1.2.0.
    • For compatibility with Poetry 2.0.0,
      when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
      the plugin ensures not to set project.version and tool.poetry.version at the same time.
    • An UnboundLocalError could happen when pyproject.toml was misconfigured.
python-poetry/poetry-plugin-export (poetry-plugin-export)

v1.9.0

Compare Source

Added
  • Add an --all-groups option to export dependencies from all groups (#​294).
Changed
  • Drop support for Python 3.8 (#​300).
  • Clarify the help text of --with and --only and deprecate --without (#​212).
  • Fail if the poetry.lock file is not consistent with the pyproject.toml file (#​310).
Fixed
  • Fix an issue where the export failed with the message "dependency walk failed".
    This fix requires a poetry.lock file created with Poetry 2.x (#​286).
  • Fix an issue where the pre-commit hook regex matched wrong files (#​285).
sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)

v1.10.4

Compare Source

1.10.4 (2025-01-04)

Fixed bugs

v1.10.3

Compare Source

1.10.3 (2025-01-04)

Fixed bugs

v1.10.2

Compare Source

1.10.2 (2025-01-04)

New feature

v1.10.1

Compare Source

1.10.1 (2025-01-04)

New feature

Dependency update

v1.10.0

Compare Source

1.10.0 (2024-12-30)

New feature

v1.9.0

Compare Source

1.9.0 (2024-12-03)

New feature

sbrunner/prospector-profile-utils (prospector-profile-utils)

v1.15.1

Compare Source

1.15.1 (2025-01-04)

Fixed bugs

v1.15.0

Compare Source

1.15.0 (2025-01-04)

New feature

Dependency update

v1.14.1

Compare Source

1.14.1 (2024-12-03)

New feature

  • #​94 Disable Consider possible security implications associated with the s… (@​sbrunner)

v1.14.0

Compare Source

1.14.0 (2024-12-03)

New feature

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.31.0

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
    dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert
    --format-regex to a deprecated alias.
    It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and
    "format": "regex" usages now uses unicode-mode JS regular expressions by
    default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular
      expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression
      features. Validators are now always modified with the jsonschema
      library's extend() API to control the pattern and
      patternProperties keywords.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.113.0

Compare Source

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

v39.112.0

Compare Source

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

v39.111.1

Compare Source

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

v39.111.0

Compare Source

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

v39.110.0

Compare Source

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

v39.109.0

Compare Source

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

v39.107.2

Compare Source

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

v39.107.1

Compare Source

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

v39.107.0

Compare Source

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

v39.106.1

Compare Source

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

v39.106.0

Compare Source

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

v39.100.1

Compare Source

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

v39.100.0

Compare Source

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

v39.99.0

Compare Source

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

v39.98.0

Compare Source

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

v39.97.0

Compare Source

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

v39.96.2

Compare Source

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

v39.96.1

Compare Source

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

v39.96.0

Compare Source

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

v39.95.0

Compare Source

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

v39.94.2

Compare Source

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

v39.94.0

Compare Source

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

v39.93.1

Compare Source

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

v39.93.0

Compare Source

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

v39.92.2

Compare Source

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

v39.92.1

Compare Source

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

v39.92.0

Compare Source

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

v39.91.4

Compare Source

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

v39.91.3

Compare Source

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

v39.91.2

Compare Source

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

v39.91.1

Compare Source

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

v39.91.0

Compare Source

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

v39.86.3

Compare Source

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

v39.86.2

Compare Source

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

v39.86.1

Compare Source

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

v39.86.0

Compare Source

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

v39.85.0

Compare Source

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

v39.84.0

Compare Source

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

v39.83.6

Compare Source

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

v39.83.5

Compare Source

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

v39.83.4

Compare Source

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

v39.83.3

Compare Source

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

v39.83.2

Compare Source

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

v39.83.1

Compare Source

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

v39.83.0

Compare Source

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

v39.82.9

Compare Source

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

v39.82.8

Compare Source

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

v39.82.7

Compare Source

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

v39.82.6

Compare Source

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

v39.82.5

Compare Source

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

v39.82.3

Compare Source

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

v39.82.2

Compare Source

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

v39.82.1

Compare Source

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

v39.82.0

Compare Source

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

v39.80.0

Compare Source

v39.79.1

Compare Source

v39.77.0

Compare Source

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

v39.76.0

Compare Source

v39.75.1

Compare Source

v39.75.0

Compare Source

v39.74.1

Compare Source

v39.74.0

Compare Source

v39.73.0

Compare Source

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

v39.72.5

Compare Source

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

v39.72.4

Compare Source

v39.72.2

Compare Source

v39.72.1

Compare Source

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

v39.71.0

Compare Source

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

v39.70.0

Compare Source

v39.69.4

Compare Source

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

v39.69.3

Compare Source

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

v39.69.2

Compare Source

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

v39.69.1

Compare Source

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

v39.69.0

Compare Source

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

v39.68.1

Compare Source

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

v39.66.0

Compare Source

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

v39.65.0

Compare Source

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

v39.64.0

Compare Source

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

v39.63.1

Compare Source

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

v39.62.6

Compare Source

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

v39.62.5

Compare Source

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

v39.62.4

Compare Source

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

v39.62.2

Compare Source

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

v39.60.0

Compare Source

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

v39.59.0

Compare Source

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

v39.58.1

Compare Source

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

v39.58.0

Compare Source

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

v39.57.4

Compare Source

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

v39.57.2

Compare Source

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

v39.57.1

Compare Source

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

v39.56.4

Compare Source

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

v39.56.3

Compare Source

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

v39.56.2

Compare Source

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

v39.56.1

Compare Source

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

v39.55.0

Compare Source

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

v39.54.0

Compare Source

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

v39.52.0

Compare Source

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

v39.51.0

Compare Source

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

v39.50.0

Compare Source

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

v39.49.3

Compare Source

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

v39.49.1

Compare Source

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

v39.49.0

Compare Source

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

v39.48.2

Compare Source

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

v39.48.0

Compare Source

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

v39.47.0

Compare Source

v39.46.1

Compare Source

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

v39.46.0

Compare Source

v39.45.2

Compare Source

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

v39.45.0

Compare Source

v39.44.0

Compare Source

astral-sh/ruff (ruff)

v0.9.2

Compare Source

Preview features
  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#​15463)
  • [airflow] extend and fix AIR302 rules (#​15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#​15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#​15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#​15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#​15201)
Rule changes
  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#​15519)
  • [pyflakes] Show syntax error message for F722 (#​15523)
Formatter
  • Fix curly bracket spacing around f-string expressions containing curly braces (#​15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#​15524)
Server
  • Avoid indexing the same workspace multiple times (#​15495)
  • Display context for ruff.configuration errors (#​15452)
Configuration
  • Remove flatten to improve deserialization error messages (#​15414)
Bug fixes
  • Parse triple-quoted string annotations as if parenthesized (#​15387)
  • [fastapi] Update Annotated fixes (FAST002) (#​15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#​15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#​15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#​15235)

v0.9.1

Compare Source

Preview features
  • [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) (#​15308)
  • [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) (#​15376)
Rule changes
  • [flake8-bugbear] Improve assert-raises-exception message (B017) (#​15389)
Formatter
  • Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings (#​15378)
Server
  • Fix a bug where the server and client notebooks were out of sync after reordering cells (#​15398)
Bug fixes
  • [flake8-pie] Correctly remove wrapping parentheses (PIE800) (#​15394)
  • [pyupgrade] Handle comments and multiline expressions correctly (UP037) (#​15337)

v0.9.0

Compare Source

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

The following fixes or improvements to fixes have been stabilized:

Formatter

This release introduces the new 2025 stable style (#​13371), stabilizing the following changes:

  • Format expressions in f-string elements (#​7594)
  • Alternate quotes for strings inside f-strings (#​13860)
  • Preserve the casing of hex codes in f-string debug expressions (#​14766)
  • Choose the quote style for each string literal in an implicitly concatenated f-string rather than for the entire string (#​13539)
  • Automatically join an implicitly concatenated string into a single string literal if it fits on a single line (#​9457)
  • Remove the [ISC001](https://docs.astral.sh/ruff/rules/single-line-implicit

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 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 Jan 17, 2025
@renovate renovate bot enabled auto-merge (squash) January 17, 2025 08:26
@renovate renovate bot force-pushed the renovate/master-ci-dependencies branch from 1616a32 to df6f0a8 Compare January 17, 2025 08:48
@renovate renovate bot merged commit f8e18cb into master Jan 17, 2025
9 checks passed
@renovate renovate bot deleted the renovate/master-ci-dependencies branch January 17, 2025 08:56
@geo-ghci-int geo-ghci-int bot added this to the 3.5.0 milestone Jan 17, 2025
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