scality / runner-manager

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

pip(deps): bump the pip group with 6 updates #530

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the pip group with 6 updates:

Package From To
google-cloud-compute 1.15.0 1.16.0
boto3-stubs 1.34.30 1.34.35
mkdocs-material 9.5.6 9.5.7
hypothesis 6.97.1 6.98.1
pyright 1.1.349 1.1.350
ruff 0.1.14 0.2.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.35

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.1

Commits
  • 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
  • 2c16f46 Merge branch 'master' into datatree-ir
  • 285bbf9 more idiomatic unhandled ir_type error
  • 1e2991c defer reprs
  • 081e32e wording
  • db565f3 simpler Literal
  • 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.0

Release notes

Sourced from ruff's releases.

v0.2.0

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

Changes

Breaking changes

  • The NURSERY selector cannot be used anymore
  • Legacy selection of nursery rules by exact codes is no longer allowed without preview enabled

See also, the "Remapped rules" section which may result in disabled rules.

Deprecations

The following rules are now deprecated:

The following command line options are now deprecated:

  • --show-source; use --output-format full instead
  • --no-show-source; use --output-format concise instead
  • --output-format text; use full or concise instead

The following settings have moved and the previous name is deprecated:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.2.0

Breaking changes

  • The NURSERY selector cannot be used anymore
  • Legacy selection of nursery rules by exact codes is no longer allowed without preview enabled

See also, the "Remapped rules" section which may result in disabled rules.

Deprecations

The following rules are now deprecated:

The following command line options are now deprecated:

  • --show-source; use --output-format full instead
  • --no-show-source; use --output-format concise instead
  • --output-format text; use full or concise instead

The following settings have moved and the previous name is deprecated:

... (truncated)

Commits
  • 1fadefa Bump version to 0.2.0 (#9762)
  • 06ad687 Deduplicate deprecation warnings for v0.2.0 release (#9764)
  • 148b64e Fix issue where output format mode would not change to full if preview mode...
  • 99eddbd Remove stale preview documentation from stabilized rule behaviors (#9759)
  • 836d2ea Restore RUF011 documentation (#9758)
  • 994514d Redirect PHG001 to S307 and PGH002 to G010 (#9756)
  • a578414 Redirect TRY200 to B904 (#9755)
  • 0d752e5 Add tests for redirected rules (#9754)
  • 46c0937 Use fake rules for testing deprecation and removal infrastructure (#9752)
  • e5008ca Fix bug where selection included deprecated rules during preview (#9746)
  • 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 7 months ago

Codecov Report

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

Comparison is base (d3d2fd5) 85.69% compared to head (a7f1f7e) 85.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #530 +/- ## ======================================= Coverage 85.69% 85.69% ======================================= Files 31 31 Lines 1188 1188 ======================================= Hits 1018 1018 Misses 170 170 ``` | [Flag](https://app.codecov.io/gh/scality/runner-manager/pull/530/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/530/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/530/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.

dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.