scality / runner-manager

Service to manage github Actions self-hosted runners
https://scality.github.io/runner-manager/
Apache License 2.0
7 stars 9 forks source link

pip(deps): bump the pip group with 7 updates #532

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the pip group with 7 updates:

Package From To
google-cloud-compute 1.15.0 1.16.0
boto3-stubs 1.34.30 1.34.36
mkdocs-material 9.5.6 9.5.7
hypothesis 6.97.1 6.98.2
pyright 1.1.349 1.1.350
ruff 0.1.14 0.2.1
yamllint 1.33.0 1.34.0

Updates google-cloud-compute from 1.15.0 to 1.16.0

Release notes

Sourced from google-cloud-compute's releases.

google-cloud-functions: v1.16.0

1.16.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12240) (d51f832)
Commits
  • 88cc5dd chore: release main (#12231)
  • d11edb1 fix!: [google-cloud-telcoautomation] removed RPCs DeleteBlueprintRevision, ...
  • 4fce462 feat: Allow users to explicitly configure universe domain (#12245)
  • aae72f5 feat: Allow users to explicitly configure universe domain (#12241)
  • 8d6b772 feat: Allow users to explicitly configure universe domain (#12244)
  • d51f832 feat: Allow users to explicitly configure universe domain (#12240)
  • e14d4b1 feat: Allow users to explicitly configure universe domain (#12243)
  • 8004d15 feat: Allow users to explicitly configure universe domain (#12239)
  • a0392ee feat: Allow users to explicitly configure universe domain (#12237)
  • 4368029 feat: [Many APIs] Allow users to explicitly configure universe domain (#12242)
  • Additional commits viewable in compare view


Updates boto3-stubs from 1.34.30 to 1.34.36

Commits


Updates mkdocs-material from 9.5.6 to 9.5.7

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.7

  • Fixed #6731: Small images in figures are not centered
  • Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression)
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.7 (2024-02-03)

  • Fixed #6731: Small images in figures are not centered
  • Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression)

mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30)

  • Fixed #6705: Navigation path not being hidden when specified
  • Fixed #6703: New tags plugin crashes on Windows (2nd attempt)

mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)

  • Added support for instant previews
  • Fixed footnote tooltips positioning edge cases
  • Fixed #6703: New tags plugin crashes on Windows

mkdocs-material-9.5.6 (2024-01-28)

  • Fixed #6700: Missing styles for Mermaid.js labels with Markdown

mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)

  • Added support for footnote tooltips

mkdocs-material-9.5.5 (2024-01-24)

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #6652: Keyboard events in custom elements captured
  • Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #6345: Instant navigation sometimes breaks browser back button
  • Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #6102: Instant navigation reloads page on same link navigation

mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)

  • Added configurable logging capabilities to privacy plugin

mkdocs-material-9.5.4 (2024-01-15)

  • Fixed #6645: Local storage with invalid value can break site
  • Fixed #6635: Tags icons before default ignored if default is set

mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09)

  • Fixed missing attribute lists extension for tags plugin

... (truncated)

Commits
  • f4960e8 Prepare 9.5.7 release
  • 88004be Fixed regression with table of contents in last release
  • 02bf848 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 5b9bcb1 Fixed alignment of small images in figures
  • 39507ac Merge pull request #6720 from uschmidt83/patch-1
  • dcb23d9 Update publishing-your-site.md
  • c99f0cb Update GitHub Actions workflow
  • 5417afc Updated premium sponsors
  • 175f2f0 Updated dependencies
  • 8023ffe Documentation
  • Additional commits viewable in compare view


Updates hypothesis from 6.97.1 to 6.98.2

Commits
  • 78b5d71 Bump hypothesis-python version to 6.98.2 and update changelog
  • 156a8be Merge pull request #3873 from tybug/booleans-use-ir
  • dedf8da add release notes
  • ca6e974 add unidiomatic explanation comment
  • 9c465cb use data.draw_boolean in booleans()
  • 5ec646c Bump hypothesis-python version to 6.98.1 and update changelog
  • 30ded43 Merge pull request #3818 from tybug/datatree-ir
  • afca97e Bump hypothesis-python version to 6.98.0 and update changelog
  • 237bbeb Merge pull request #3871 from Zac-HD/no-random-strategies
  • 4d4a32f formatting
  • Additional commits viewable in compare view


Updates pyright from 1.1.349 to 1.1.350

Commits


Updates ruff from 0.1.14 to 0.2.1

Release notes

Sourced from ruff's releases.

v0.2.1

Changes

This release includes support for range formatting (i.e., the ability to format specific lines within a source file).

Preview features

  • [refurb] Implement missing-f-string-syntax (RUF027) (#9728)
  • Format module-level docstrings (#9725)

Formatter

  • Add --range option to ruff format (#9733)
  • Don't trim last empty line in docstrings (#9813)

Bug fixes

  • Skip empty lines when determining base indentation (#9795)
  • Drop __get__ and __set__ from unnecessary-dunder-call (#9791)
  • Respect generic Protocol in ellipsis removal (#9841)
  • Revert "Use publicly available Apple Silicon runners (#9726)" (#9834)

Performance

  • Skip LibCST parsing for standard dedent adjustments (#9769)
  • Remove CST-based fixer for C408 (#9822)
  • Add our own ignored-names abstractions (#9802)
  • Remove CST-based fixers for C400, C401, C410, and C418 (#9819)
  • Use AhoCorasick to speed up quote match (#9773)
  • Remove CST-based fixers for C405 and C409 (#9821)
  • Add fast-path for comment detection (#9808)
  • Invert order of checks in zero-sleep-call (#9766)
  • Short-circuit typing matches based on imports (#9800)
  • Run dunder method rule on methods directly (#9815)
  • Track top-level module imports in the semantic model (#9775)
  • Slight speed-up for lowercase and uppercase identifier checks (#9798)
  • Remove LibCST-based fixer for C403 (#9818)

Documentation

  • Update max-pos-args example to max-positional-args (#9797)
  • Fixed example code in weak_cryptographic_key.rs (#9774)
  • Fix references to deprecated ANN rules in changelog (#9771)
  • Fix default for max-positional-args (#9838)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.2.1

This release includes support for range formatting (i.e., the ability to format specific lines within a source file).

Preview features

  • [refurb] Implement missing-f-string-syntax (RUF027) (#9728)
  • Format module-level docstrings (#9725)

Formatter

  • Add --range option to ruff format (#9733)
  • Don't trim last empty line in docstrings (#9813)

Bug fixes

  • Skip empty lines when determining base indentation (#9795)
  • Drop __get__ and __set__ from unnecessary-dunder-call (#9791)
  • Respect generic Protocol in ellipsis removal (#9841)
  • Revert "Use publicly available Apple Silicon runners (#9726)" (#9834)

Performance

  • Skip LibCST parsing for standard dedent adjustments (#9769)
  • Remove CST-based fixer for C408 (#9822)
  • Add our own ignored-names abstractions (#9802)
  • Remove CST-based fixers for C400, C401, C410, and C418 (#9819)
  • Use AhoCorasick to speed up quote match (#9773)
  • Remove CST-based fixers for C405 and C409 (#9821)
  • Add fast-path for comment detection (#9808)
  • Invert order of checks in zero-sleep-call (#9766)
  • Short-circuit typing matches based on imports (#9800)
  • Run dunder method rule on methods directly (#9815)
  • Track top-level module imports in the semantic model (#9775)
  • Slight speed-up for lowercase and uppercase identifier checks (#9798)
  • Remove LibCST-based fixer for C403 (#9818)

Documentation

  • Update max-pos-args example to max-positional-args (#9797)
  • Fixed example code in weak_cryptographic_key.rs (#9774)
  • Fix references to deprecated ANN rules in changelog (#9771)
  • Fix default for max-positional-args (#9838)

0.2.0

Breaking changes

  • The NURSERY selector cannot be used anymore

... (truncated)

Commits


Updates yamllint from 1.33.0 to 1.34.0

Changelog

Sourced from yamllint's changelog.

1.34.0 (2024-02-06)

  • Config: validate ignore-from-file inside rules
  • Rule quoted-strings: fix only-when-needed in flow maps and sequences
  • Rule key-duplicates: add forbid-duplicated-merge-keys option
  • Rule quoted-strings: add check-keys option
  • Docs: add GitLab CI example
  • Rule truthy: adapt forbidden values based on YAML version
Commits
  • dd99a1c yamllint version 1.34.0
  • 01df5bf truthy: Adapt forbidden values based on YAML version
  • 9931ad6 Undo ruff changes that conflict with flake8
  • 57d2691 Revert replacement of flake8 with ruff
  • 3cb3a20 build: enable pygrep-hooks in ruff
  • 024b536 style: silence pygrep-hooks warnings
  • 329500a build: enable tryceratops rules in ruff
  • f68cae3 style: silence tryceratops warning
  • 47bbb26 style: apply flake8-copyright rules
  • 0d7ae7b style: fix section heading
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ed74028) 70.37% compared to head (5452cd3) 85.69%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #532 +/- ## =========================================== + Coverage 70.37% 85.69% +15.31% =========================================== Files 31 31 Lines 1188 1188 =========================================== + Hits 836 1018 +182 + Misses 352 170 -182 ``` | [Flag](https://app.codecov.io/gh/scality/runner-manager/pull/532/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | Coverage Δ | | |---|---|---| | [api](https://app.codecov.io/gh/scality/runner-manager/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `68.26% <ø> (?)` | | | [unit](https://app.codecov.io/gh/scality/runner-manager/pull/532/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `70.37% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.