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

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.15.0` | `1.16.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.30` | `1.34.35` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.6` | `9.5.7` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.97.1` | `6.98.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.349` | `1.1.350` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.14` | `0.2.0` |


Updates `google-cloud-compute` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-compute-v1.15.0...google-cloud-compute-v1.16.0)

Updates `boto3-stubs` from 1.34.30 to 1.34.35
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.5.6 to 9.5.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.6...9.5.7)

Updates `hypothesis` from 6.97.1 to 6.98.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.97.1...hypothesis-python-6.98.1)

Updates `pyright` from 1.1.349 to 1.1.350
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.349...v1.1.350)

Updates `ruff` from 0.1.14 to 0.2.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.14...v0.2.0)

---
updated-dependencies:
- dependency-name: google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 20:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip update pip dependencies labels Feb 5, 2024
@eve-scality eve-scality enabled auto-merge February 5, 2024 20:42
@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #530   +/-   ##
=======================================
  Coverage   85.69%   85.69%           
=======================================
  Files          31       31           
  Lines        1188     1188           
=======================================
  Hits         1018     1018           
  Misses        170      170           
Flag Coverage Δ
api 68.26% <ø> (ø)
unit 70.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2024

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

@dependabot dependabot bot closed this Feb 6, 2024
auto-merge was automatically disabled February 6, 2024 23:41

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/pip-a6fdf742fd branch February 6, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pip update pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant