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 5 updates #492

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the pip group with 5 updates:

Package From To
boto3-stubs 1.29.3 1.33.6
mkdocs-material 9.4.10 9.4.14
connexion 3.0.2 3.0.3
hypothesis 6.90.0 6.91.0
pyright 1.1.336 1.1.338

Updates boto3-stubs from 1.29.3 to 1.33.6

Commits

Updates mkdocs-material from 9.4.10 to 9.4.14

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.14

  • Added support for linking authors in blog posts

mkdocs-material-9.4.13

  • Fixed #6365: Blog plugin pagination links to previous pages broken
  • Fixed #5758: Updated Mermaid.js to version 10.6.1 (latest)

mkdocs-material-9.4.12

  • Improved blog plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of categories in blog plugin

mkdocs-material-9.4.11

  • Fixed #6364: Search plugin crashing when enabling theme while serving
  • Fixed blog plugin crashing when disabling pagination
Changelog

Sourced from mkdocs-material's changelog.

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)

  • Added support for linking authors in blog posts

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

  • Fixed #6365: Blog plugin pagination links to previous pages broken
  • Fixed #5758: Updated Mermaid.js to version 10.6.1 (latest)

mkdocs-material-9.4.12+insiders-4.45.0 (2023-11-24)

  • Added support for sorting blog categories by post count or custom function
  • Improved tags plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of multiple authors in blog plugin

mkdocs-material-9.4.12 (2023-11-24)

  • Improved blog plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of categories in blog plugin

mkdocs-material-9.4.11+insiders-4.44.0 (2023-11-23)

  • Added pagination settings for archive pages in blog plugin
  • Added pagination settings for category pages in blog plugin

mkdocs-material-9.4.11 (2023-11-23)

  • Fixed #6364: Search plugin crashing when enabling theme while serving
  • Fixed blog plugin crashing when disabling pagination

mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19)

  • Added third-party theme support in projects plugin, improving editing
  • Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs
  • Fixed #6306: Projects plugin not reloading nested project configuration

mkdocs-material-9.4.10 (2023-11-19)

  • Fixed #6356: Version selector can't be disabled via mike's configuration
  • Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression)
  • Fixed #6261: Navigation expansion animates on first load (9.4.2 regression)

mkdocs-material-9.4.9 (2023-11-17)

  • Fixed #6344: Long entries cutoff in table of contents

... (truncated)

Commits

Updates connexion from 3.0.2 to 3.0.3

Release notes

Sourced from connexion's releases.

3.0.3

Highlights

  • Fix regression in app startup time
  • Fix CORS headers on error responses

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.2...3.0.3

Commits
  • 0082d7a Fix CORS headers not set on exceptions (#1821)
  • 0857710 Only instantiate specification once (#1819)
  • bbd085b Fix missing colons in request docs; rename /path to /foo for consistency with...
  • See full diff in compare view

Updates hypothesis from 6.90.0 to 6.91.0

Commits
  • 66958d2 Bump hypothesis-python version to 6.91.0 and update changelog
  • f9d93e2 Merge pull request #3799 from HypothesisWorks/create-pull-request/patch
  • 47c286d Bump hypothesis-python version to 6.90.1 and update changelog
  • 4d95d5a Merge pull request #3802 from Zac-HD/testcase-subclass-settings
  • a3d9623 Events can have a payload now
  • 63c5298 get conjecturedata from runner
  • f032d00 Additional coverage pattern
  • 8a67dc7 refactor interesting_origin
  • 3962442 Note we support 3.12 now
  • beb18e3 Update pinned dependencies
  • Additional commits viewable in compare view

Updates pyright from 1.1.336 to 1.1.338

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 <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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.29.3` | `1.33.6` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.4.10` | `9.4.14` |
| [connexion](https://github.com/spec-first/connexion) | `3.0.2` | `3.0.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.90.0` | `6.91.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.336` | `1.1.338` |


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

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

Updates `connexion` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@3.0.2...3.0.3)

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

Updates `pyright` from 1.1.336 to 1.1.338
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.336...v1.1.338)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: connexion
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2023 20:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip update pip dependencies labels Dec 4, 2023
@eve-scality eve-scality enabled auto-merge December 4, 2023 20:19
@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (11e6771) 85.26% compared to head (75165a3) 85.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #492   +/-   ##
=======================================
  Coverage   85.26%   85.26%           
=======================================
  Files          31       31           
  Lines        1154     1154           
=======================================
  Hits          984      984           
  Misses        170      170           
Flag Coverage Δ
api 66.46% <ø> (ø)
unit 70.71% <ø> (ø)

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 Dec 4, 2023

Superseded by #495.

@dependabot dependabot bot closed this Dec 4, 2023
auto-merge was automatically disabled December 4, 2023 21:24

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/pip-b17df2774c branch December 4, 2023 21:24
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.

2 participants