scality / runner-manager

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

pip(deps): bump the pip group with 8 updates #499

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the pip group with 8 updates:

Package From To
google-cloud-compute 1.14.1 1.15.0
boto3-stubs 1.33.7 1.33.11
mkdocs-material 9.4.14 9.5.2
connexion 3.0.3 3.0.5
hypothesis 6.91.0 6.92.0
pyright 1.1.338 1.1.339
isort 5.12.0 5.13.1
ruff 0.1.6 0.1.7

Updates google-cloud-compute from 1.14.1 to 1.15.0

Changelog

Sourced from google-cloud-compute's changelog.

Changelog

2.21.0 (2023-12-07)

Features

  • Add support for python 3.12 (fb6f9db)
  • Introduce compatibility with native namespace packages (fb6f9db)

Bug Fixes

  • Require proto-plus >= 1.22.3 (fb6f9db)
  • Use retry_async instead of retry in async client (fb6f9db)

2.20.2 (2023-11-02)

Documentation

2.20.1 (2023-10-10)

Documentation

2.20.0 (2023-09-25)

Features

  • Added ListDocuments() method for Document AI Workbench training documents (2fb9078)
  • Added SummaryOptions to ProcessOptions for the Summarizer processor (2fb9078)
  • make page_range field public (2fb9078)

Bug Fixes

  • OcrConfig.compute_style_info is deprecated. Use PremiumFeatures.compute_style_info instead. (2fb9078)

2.19.0 (2023-09-21)

Features

  • added field Processor.processor_version_aliases (c7c3e41)

... (truncated)

Commits
  • 269e8eb chore: release main (#12079)
  • f942e71 feat: [google-cloud-recaptcha-enterprise] added stable account identifier to ...
  • 51e1478 feat: [google-cloud-compute] Update Compute Engine API to revision 20231110 (...
  • facc8ef feat: [google-cloud-billing] added the MoveBillingAccount method, which allow...
  • 48e7c5f feat: add initial files for google.cloud.securitycentermanagement.v1 (#12089)
  • f4938c0 feat: [google-cloud-deploy] Add custom target type support (#12081)
  • 777891d feat: [google-cloud-dataplex] add data quality score to DataQualityResult (#1...
  • 5cd98aa feat: [Many APIs] Add support for Python 3.12 (#12067)
  • 31d043d feat: [Many APIs] Add support for Python 3.12 (#12069)
  • ea6cfc2 feat: [Many APIs] Add support for Python 3.12 (#12070)
  • Additional commits viewable in compare view


Updates boto3-stubs from 1.33.7 to 1.33.11

Commits


Updates mkdocs-material from 9.4.14 to 9.5.2

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.2

  • Fixed types for slugify settings in blog plugin config
  • Fixed #6469: Horizontal scrollbars on MathJax containers

mkdocs-material-9.5.1

  • Updated Greek translations
  • Fixed #6464: Privacy plugin cannot be enabled
  • Fixed #6461: Sorting blog posts ignores time component in date

mkdocs-material-9.5.0

Merged Insiders features of 'Goat's Horn' funding goal

  • Added privacy plugin: automatic downloading of external assets
  • Added support for card grids and grid layouts
  • Added support for improved tooltips
  • Added support for content tabs anchor links (deep linking)
  • Added support for automatic dark/light mode
  • Added support for document contributors
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)

  • Improved editing experience for projects plugin
  • Improved resilience of optimize and social plugin
  • Fixed race condition when writing manifest in optimize and social plugin
  • Fixed #6475: Logo not taking precedence over icon in social card
  • Fixed #6399: Projects plugin doesn't pick up added/removed projects
  • Fixed #6306: Projects plugin cache not correctly updated

mkdocs-material-9.5.2 (2023-12-11)

  • Fixed types for slugify settings in blog plugin config
  • Fixed #6469: Horizontal scrollbars on MathJax containers

mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)

  • Added support for staying on page when switching languages
  • Added configurable logging capabilities to projects plugin
  • Removed temporary warning on blog plugin authors file format change
  • Fixed projects plugin logging messages twice on Linux systems
  • Fixed projects plugin trying to hoist theme assets of divergent themes
  • Fixed compatibility of optimize plugin and projects plugin
  • Fixed compatibility of social plugin and projects plugin
  • Fixed #6448: Code line selection broken for code blocks with custom ids
  • Fixed #6437: Projects plugin crashing for certain site URL configurations
  • Fixed #6414: Projects plugin doesn't prefix messages coming from projects

mkdocs-material-9.5.1 (2023-12-08)

  • Updated Greek translations
  • Fixed #6464: Privacy plugin cannot be enabled
  • Fixed #6461: Sorting blog posts ignores time component in date

mkdocs-material-9.5.0 (2023-12-07)

Merged Insiders features of 'Goat's Horn' funding goal

  • Added privacy plugin: automatic downloading of external assets
  • Added support for card grids and grid layouts
  • Added support for improved tooltips
  • Added support for content tabs anchor links (deep linking)
  • Added support for automatic dark/light mode
  • Added support for document contributors

mkdocs-material-9.4.14+insiders-4.46.0 (2023-11-26)

  • Added support for author profiles in blog plugin
  • Fixed custom index pages yielding two navigation items (4.45.0 regression)

mkdocs-material-9.4.14 (2023-11-26)

... (truncated)

Commits
  • 2ca5cf0 Prepare 9.5.2 release
  • 52feaba Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 649db51 Updated dependencies
  • 738dd7d Merge pull request #6486 from squidfunk/dependabot/github_actions/actions/set...
  • ef00a47 Merge pull request #6487 from squidfunk/dependabot/github_actions/actions/dep...
  • cc03f10 Bump actions/deploy-pages from 2 to 3
  • 85a3298 Bump actions/setup-python from 4 to 5
  • 419898a Documentation (#6477)
  • afd9d0a Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • adad823 Fixed config types for blog plugin slugify functions
  • Additional commits viewable in compare view


Updates connexion from 3.0.3 to 3.0.5

Release notes

Sourced from connexion's releases.

3.0.5

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: https://github.com/spec-first/connexion/compare/3.0.4...3.0.5

3.0.4

Highlights

Set Starlette upperbound version to <0.33 until https://github.com/encode/starlette/discussions/2361 is resolved.

What's Changed

Full Changelog: https://github.com/spec-first/connexion/compare/3.0.3...3.0.4

Commits


Updates hypothesis from 6.91.0 to 6.92.0

Commits
  • 8d0e2c8 Bump hypothesis-python version to 6.92.0 and update changelog
  • a6464c8 Merge pull request #3797 from Zac-HD/tyche-integration
  • 239c836 Observability mode - output jsonlines
  • 6941cd2 Update CODEOWNERS
  • b90dc96 Bump hypothesis-python version to 6.91.2 and update changelog
  • 512cfed Merge pull request #3801 from tybug/forced-primitives
  • 0f0ebcc correct forced_sign_bit handling for nans
  • f52c198 formatting
  • 738b6c2 Test forced-float edge cases
  • 76c37eb simpler forced float draw
  • Additional commits viewable in compare view


Updates pyright from 1.1.338 to 1.1.339

Commits


Updates isort from 5.12.0 to 5.13.1

Release notes

Sourced from isort's releases.

5.13.1

Changes

  • Fix integration tests (#2208) @​bp72
  • Added a fix for normalizing imports from more than one level of parent modules (issue/2152) (#2191) @​bp72

:beetle: Fixes

5.13.0

Changes

:fire: Removals and Deprecations

:package: Dependencies

... (truncated)

Changelog

Sourced from isort's changelog.

5.13.1 December 11 2023

5.13.0 December 9 2023

Commits
  • 643d9c4 Merge pull request #2210 from PyCQA/version/5.13.1
  • ebc866a Prepare version 5.13.1
  • eeb4d16 Merge pull request #2208 from bp72/issue/2205
  • d1176e7 Fix integration tests
  • 64daf96 Merge pull request #2207 from PyCQA/bugfix/#2206-remove-optional-dependencies
  • f7a6b0e Remove optional dependencies without extras
  • 4be9850 Merge pull request #2191 from bp72/issue/2152
  • a8fc20c Rename _strip_syntax to strip_syntax
  • 15e5bd1 Added a fix for normalizing imports from more than one level of parent module...
  • 9f7e0e5 Merge pull request #2204 from PyCQA/version/5.13.0
  • Additional commits viewable in compare view


Updates ruff from 0.1.6 to 0.1.7

Release notes

Sourced from ruff's releases.

v0.1.7

Changes

Preview features

  • Implement multiline dictionary and list hugging for preview style (#8293)
  • Implement the fix_power_op_line_length preview style (#8947)
  • Use Python version to determine typing rewrite safety (#8919)
  • [flake8-annotations] Enable auto-return-type involving Optional and Union annotations (#8885)
  • [flake8-bandit] Implement django-raw-sql (S611) (#8651)
  • [flake8-bandit] Implement tarfile-unsafe-members (S202) (#8829)
  • [flake8-pyi] Implement fix for unnecessary-literal-union (PYI030) (#7934)
  • [flake8-simplify] Extend dict-get-with-none-default (SIM910) to non-literals (#8762)
  • [pylint] - add unnecessary-list-index-lookup (PLR1736) + autofix (#7999)
  • [pylint] - implement R0202 and R0203 with autofixes (#8335)
  • [pylint] Implement repeated-keyword (PLE1132) (#8706)
  • [pylint] Implement too-many-positional (PLR0917) (#8995)
  • [pylint] Implement unnecessary-dict-index-lookup (PLR1733) (#8036)
  • [refurb] Implement redundant-log-base (FURB163) (#8842)

Rule changes

  • [flake8-boolean-trap] Allow booleans in @override methods (#8882)
  • [flake8-bugbear] Avoid B015,B018 for last expression in a cell (#8815)
  • [flake8-pie] Allow ellipses for enum values in stub files (#8825)
  • [flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias (#8966)
  • [flake8-pyi] Check for kwarg and vararg NoReturn type annotations (#8948)
  • [flake8-simplify] Omit select context managers from SIM117 (#8801)
  • [pep8-naming] Allow Django model loads in non-lowercase-variable-in-function (N806) (#8917)
  • [pycodestyle] Avoid E703 for last expression in a cell (#8821)
  • [pycodestyle] Update E402 to work at cell level for notebooks (#8872)
  • [pydocstyle] Avoid D100 for Jupyter Notebooks (#8816)
  • [pylint] Implement fix for unspecified-encoding (PLW1514) (#8928)

Formatter

  • Avoid unstable formatting in ellipsis-only body with trailing comment (#8984)
  • Inline trailing comments for type alias similar to assignments (#8941)
  • Insert trailing comma when function breaks with single argument (#8921)

CLI

  • Update ruff check and ruff format to default to the current directory (#8791)
  • Stop at the first resolved parent configuration (#8864)

Configuration

  • [pylint] Default max-positional-args to max-args (#8998)
  • [pylint] Add allow-dunder-method-names setting for bad-dunder-method-name (PLW3201) (#8812)
  • [isort] Add support for from-first setting (#8663)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.7

Preview features

  • Implement multiline dictionary and list hugging for preview style (#8293)
  • Implement the fix_power_op_line_length preview style (#8947)
  • Use Python version to determine typing rewrite safety (#8919)
  • [flake8-annotations] Enable auto-return-type involving Optional and Union annotations (#8885)
  • [flake8-bandit] Implement django-raw-sql (S611) (#8651)
  • [flake8-bandit] Implement tarfile-unsafe-members (S202) (#8829)
  • [flake8-pyi] Implement fix for unnecessary-literal-union (PYI030) (#7934)
  • [flake8-simplify] Extend dict-get-with-none-default (SIM910) to non-literals (#8762)
  • [pylint] - add unnecessary-list-index-lookup (PLR1736) + autofix (#7999)
  • [pylint] - implement R0202 and R0203 with autofixes (#8335)
  • [pylint] Implement repeated-keyword (PLe1132) (#8706)
  • [pylint] Implement too-many-positional (PLR0917) (#8995)
  • [pylint] Implement unnecessary-dict-index-lookup (PLR1733) (#8036)
  • [refurb] Implement redundant-log-base (FURB163) (#8842)

Rule changes

  • [flake8-boolean-trap] Allow booleans in @override methods (#8882)
  • [flake8-bugbear] Avoid B015,B018 for last expression in a cell (#8815)
  • [flake8-pie] Allow ellipses for enum values in stub files (#8825)
  • [flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias (#8966)
  • [flake8-pyi] Check for kwarg and vararg NoReturn type annotations (#8948)
  • [flake8-simplify] Omit select context managers from SIM117 (#8801)
  • [pep8-naming] Allow Django model loads in non-lowercase-variable-in-function (N806) (#8917)
  • [pycodestyle] Avoid E703 for last expression in a cell (#8821)
  • [pycodestyle] Update E402 to work at cell level for notebooks (#8872)
  • [pydocstyle] Avoid D100 for Jupyter Notebooks (#8816)
  • [pylint] Implement fix for unspecified-encoding (PLW1514) (#8928)

Formatter

  • Avoid unstable formatting in ellipsis-only body with trailing comment (#8984)
  • Inline trailing comments for type alias similar to assignments (#8941)
  • Insert trailing comma when function breaks with single argument (#8921)

CLI

  • Update ruff check and ruff format to default to the current directory (#8791)
  • Stop at the first resolved parent configuration (#8864)

Configuration

  • [pylint] Default max-positional-args to max-args (#8998)
  • [pylint] Add allow-dunder-method-names setting for bad-dunder-method-name (PLW3201) (#8812)
  • [isort] Add support for from-first setting (#8663)
  • [isort] Add support for length-sort settings (#8841)

... (truncated)

Commits


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 10 months ago

Codecov Report

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

Comparison is base (6c1196a) 85.45% compared to head (f068102) 66.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #499 +/- ## =========================================== - Coverage 85.45% 66.12% -19.34% =========================================== Files 31 31 Lines 1169 1169 =========================================== - Hits 999 773 -226 - Misses 170 396 +226 ``` | [Flag](https://app.codecov.io/gh/scality/runner-manager/pull/499/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/499/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `66.12% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/scality/runner-manager/pull/499/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scality) | `?` | | 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 10 months ago

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