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

build(deps): bump the python group with 12 updates #659

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python group with 12 updates:

Package From To
fastapi 0.111.1 0.112.0
uvicorn 0.30.3 0.30.5
redis 5.0.7 5.0.8
google-cloud-compute 1.19.1 1.19.2
boto3 1.34.146 1.34.150
botocore 1.34.150 1.34.154
boto3-stubs 1.34.150 1.34.154
mkdocs-material 9.5.30 9.5.31
hypothesis 6.108.5 6.108.9
pyright 1.1.373 1.1.374
black 24.4.2 24.8.0
ruff 0.5.5 0.5.6

Updates fastapi from 0.111.1 to 0.112.0

Release notes

Sourced from fastapi's releases.

0.112.0

Breaking Changes

  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #11935 by @​tiangolo.

Summary

Install with:

pip install "fastapi[standard]"

Other Changes

  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.

Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #11522 and here: #11525

Docs

Translations

  • 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md. PR #11931 by @​ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/sub-dependencies.md. PR #10515 by @​AlertRED.

... (truncated)

Commits
  • b2e2338 🔖 Release version 0.112.0
  • 003d454 📝 Update release notes
  • 450bff6 📝 Update release notes
  • a25c92c ♻️ Add support for pip install "fastapi[standard]" with standard dependenci...
  • 3990a0a 📝 Update release notes
  • 1f7dcc5 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md (#11931)
  • 12a4476 📝 Update release notes
  • efb4a07 🔧 Update sponsors: add liblab (#11934)
  • 9d41d6e 📝 Update release notes
  • 643a87c 👷 Update GitHub Action label-approved permissions (#11933)
  • Additional commits viewable in compare view

Updates uvicorn from 0.30.3 to 0.30.5

Release notes

Sourced from uvicorn's releases.

Version 0.30.5

Fixed

  • Don't close connection before receiving body on H11 (#2408)

Full Changelog: encode/uvicorn@0.30.4...0.30.5

Version 0.30.4

Fixed

  • Close connection when h11 sets client state to MUST_CLOSE #2375

Full Changelog: encode/uvicorn@0.30.3...0.30.4

Changelog

Sourced from uvicorn's changelog.

0.30.5 (2024-08-02)

Fixed

  • Don't close connection before receiving body on H11 (#2408)

0.30.4 (2024-07-31)

Fixed

  • Close connection when h11 sets client state to MUST_CLOSE (#2375)
Commits

Updates redis from 5.0.7 to 5.0.8

Release notes

Sourced from redis's releases.

5.0.8

Changes

  • Resolve some docs warnings (#3322)
  • Add missing type hints for retry.py (#3250)

🔥 Breaking Changes

  • Timeseries insertion filters for close samples (#3228)

🚀 New Features

  • Hash field expiration commands (#3218)
  • Support the MAXAGE option for CLIENT KILL (#3187)
  • Support NOVALUES parameter for HSCAN (#3157)
  • Document XREAD of last message (+) (#3187)
  • Support missing/empty values in search (#3231)
  • Timeseries insertion filters for close samples (#3228)

🧰 Maintenance

  • Add extra tests for GEO search (#3244)
  • Test special characters escaping in search (#3276)

🐛 Bug Fixes

  • Decode search results at field level (#3309)
Commits
  • 6a2a636 Decode search results at field level (#3309)
  • e7ef54a Fix bug: client side caching causes unexpected disconnections (async version)...
  • 0cd0c5d Format connection errors in the same way everywhere (#3305)
  • 6fedfef Prepare for Redis 7.4 RC2 (#3303)
  • ed1680f Add details to the asyncio connection error message (#3211)
  • 511fda0 Add missing type hints for retry.py (#3250)
  • c1a6ff7 Bump rojopolis/spellcheck-github-actions from 0.37.0 to 0.38.0 (#3301)
  • 338cbfd Re-enable Graph tests (#3287)
  • 532bc02 Do not restrict pytest dependencies versions (#3286)
  • b6a0f96 Add CODECOV token to CI (#3285)
  • Additional commits viewable in compare view

Updates google-cloud-compute from 1.19.1 to 1.19.2

Commits
  • c4bedbf chore: release main (#12962)
  • 52db52e chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12958)
  • 4adddf4 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12956)
  • 5feea7e feat: [grafeas] A new field version is added to message `.grafeas.v1.Compli...
  • 895cbec docs: [google-maps-fleetengine-delivery] document that delivery_vehicle.type ...
  • 11c0629 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12957)
  • 9cdac77 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12955)
  • 42c4d04 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12954)
  • d95af77 chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12953)
  • 189922a chore: [Many APIs] Update gapic-generator-python to v1.18.4 (#12952)
  • Additional commits viewable in compare view

Updates boto3 from 1.34.146 to 1.34.150

Commits
  • 0f53991 Merge branch 'release-1.34.150'
  • a1cbd94 Bumping version to 1.34.150
  • ceb4335 Add changelog entries from botocore
  • 12bdc6e Update setuptools (#4219)
  • 9dc3e48 Merge branch 'release-1.34.149'
  • 330532c Merge branch 'release-1.34.149' into develop
  • 2448ec2 Bumping version to 1.34.149
  • 2a65fa9 Add changelog entries from botocore
  • 4c0c448 Merge branch 'release-1.34.148'
  • 8884183 Merge branch 'release-1.34.148' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.34.150 to 1.34.154

Changelog

Sourced from botocore's changelog.

1.34.154

  • api-change:datazone: This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.
  • api-change:ecr: Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.
  • api-change:kinesis-video-webrtc-storage: Add JoinStorageSessionAsViewer API
  • api-change:pi: Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page.

1.34.153

  • api-change:cloudwatch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:kinesis: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:resiliencehub: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.
  • api-change:route53: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:waf-regional: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

1.34.152

  • api-change:bedrock: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
  • api-change:controlcatalog: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.
  • api-change:controltower: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs
  • api-change:iam: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:memorydb: Doc only update for changes to deletion API.
  • api-change:rds: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
  • api-change:sagemaker: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
  • api-change:ssm-quicksetup: This release adds API support for the QuickSetup feature of AWS Systems Manager
  • api-change:support: Doc only updates to CaseDetails

1.34.151

  • api-change:appstream: Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • api-change:autoscaling: Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • api-change:codepipeline: AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • api-change:elasticache: Doc only update for changes to deletion API.
  • api-change:elb: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:events: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:lexv2-models: This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.
  • api-change:logs: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:rolesanywhere: IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.
  • api-change:tnb: This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.
  • api-change:workspaces: Removing multi-session as it isn't supported for pools
Commits
  • 94ce27e Merge branch 'release-1.34.154'
  • fa530df Bumping version to 1.34.154
  • 5affdb7 Update endpoints model
  • 73e1d40 Update to latest models
  • dae6c6a Merge branch 'release-1.34.153'
  • e538b86 Merge branch 'release-1.34.153' into develop
  • 7c016e1 Bumping version to 1.34.153
  • eeee2ad Update to latest models
  • 19ce2f5 Merge branch 'release-1.34.152'
  • e5b059e Merge branch 'release-1.34.152' into develop
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.34.150 to 1.34.154

Commits

Updates mkdocs-material from 9.5.30 to 9.5.31

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.31

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)

  • Fixed #7410: Instant previews jump on content tabs with anchor links
  • Fixed #7408: Instant previews jump on content tabs

mkdocs-material-9.5.31 (2024-08-02)

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK

mkdocs-material-9.5.30 (2024-07-23)

  • Fixed #7380: Navigation icons disappearing on hover in Safari
  • Fixed #7367: Blog readtime computation includes SVG text content

mkdocs-material-9.5.29 (2024-07-14)

  • Updated Galician translations
  • Fixed #7362: Annotations in figure captions rendering incorrectly

mkdocs-material-9.5.28 (2024-07-02)

  • Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

mkdocs-material-9.5.27 (2024-06-16)

  • Updated Estonian translations

mkdocs-material-9.5.26 (2024-06-06)

  • Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #7230: Blog author avatar broken when referring to local file

mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)

  • Fixed projects plugin crashing when serving before building subprojects

mkdocs-material-9.5.25 (2024-05-27)

  • Fixed #7209: Tags plugin crashing on numeric tags

mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)

  • Fixed projects plugin crashing in serve mode when disabled
  • Fixed projects plugin crashing when building nested projects

mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)

  • Fixed #7191: Tags listings not rendering when toc_depth is changed

mkdocs-material-9.5.24 (2024-05-20)

... (truncated)

Commits

Updates hypothesis from 6.108.5 to 6.108.9

Commits
  • e3e33f8 Bump hypothesis-python version to 6.108.9 and update changelog
  • e8af202 Merge pull request #4068 from tybug/truncate-novel-prefix
  • 040f436 truncate novel prefixes
  • 3c15b34 Bump hypothesis-python version to 6.108.8 and update changelog
  • c3e2fca Merge pull request #4064 from tybug/ir-fast-cache
  • 6a96344 use a more performant LRUCache for ir kwargs caches
  • 8c75b9e Bump hypothesis-python version to 6.108.7 and update changelog
  • 5221dbd Merge pull request #4065 from Zac-HD/numeric-pprinter
  • c50ffd4 Improve numeric pprinting
  • b597542 Require latest crosshair
  • Additional commits viewable in compare view

Updates pyright from 1.1.373 to 1.1.374

Commits

Updates black from 24.4.2 to 24.8.0

Release notes

Sourced from black's releases.

24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)
Changelog

Sourced from black's changelog.

24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)
Commits
  • b965c2a Prepare release 24.8.0 (#4426)
  • 9ccf279 Document find_project_root ignoring pyproject.toml without [tool.black]...
  • 14b6e61 fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)
  • b1c4dd9 fix: respect braces better in f-string parsing (#4422)
  • 4b4ae43 Fix incorrect linenos on fstring tokens with escaped newlines (#4423)
  • 7fa1faf docs: fix the installation command of extra for blackd (#4413)
  • 8827acc Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)
  • b0da11d Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)
  • 721dff5 fix: avoid formatting backslash strings inside f-strings (#4401)
  • 7e2afc9 Update actions/checkout to v4 to stop node deprecation warnings (#4379)
  • Additional commits viewable in compare view

Updates ruff from 0.5.5 to 0.5.6

Release notes

Sourced from ruff's releases.

0.5.6

Release Notes

Ruff 0.5.6 automatically enables linting and formatting of notebooks in preview mode. You can opt-out of this behavior by adding *.ipynb to the extend-exclude setting.

[tool.ruff]
extend-exclude = ["*.ipynb"]

Preview features

  • Enable notebooks by default in preview mode (#12621)
  • [flake8-builtins] Implement import, lambda, and module shadowing (#12546)
  • [pydoclint] Add docstring-missing-returns (DOC201) and docstring-extraneous-returns (DOC202) (#12485)

Rule changes

  • [flake8-return] Exempt cached properties and other property-like decorators from explicit return rule (RET501) (#12563)

Server

  • Make server panic hook more error resilient (#12610)
  • Use $/logTrace for server trace logs in Zed and VS Code (#12564)
  • Keep track of deleted cells for reorder change request (#12575)

Configuration

  • [flake8-implicit-str-concat] Always allow explicit multi-line concatenations when implicit concatenations are banned (#12532)

Bug fixes

  • [flake8-async] Avoid flagging asyncio.timeouts as unused when the context manager includes asyncio.TaskGroup (#12605)
  • [flake8-slots] Avoid recommending __slots__ for classes that inherit from more than namedtuple (#12531)
  • [isort] Avoid marking required imports as unused (#12537)
  • [isort] Preserve trailing inline comments on import-from statements (#12498)
  • [pycodestyle] Add newlines before comments (E305) (#12606)
  • [pycodestyle] Don't attach comments with mismatched indents (#12604)
  • [pyflakes] Fix preview-mode bugs in F401 when attempting to autofix unused first-party submodule imports in an __init__.py file (#12569)
  • [pylint] Respect start index in unnecessary-list-index-lookup (#12603)
  • [pyupgrade] Avoid recommending no-argument super in slots=True dataclasses (#12530)
  • [pyupgrade] Use colon rather than dot formatting for integer-only types (#12534)
  • Fix NFKC normalization bug when removing unused imports (#12571)

Other changes

  • Consider more stdlib decorators to be property-like (#12583)
  • Improve handling of metaclasses in various linter rules (#12579)
  • Improve consistency between linter rules in determining whether a function is property (#12581)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.6

Ruff 0.5.6 automatically enables linting and formatting of notebooks in preview mode. You can opt-out of this behavior by adding *.ipynb to the extend-exclude setting.

[tool.ruff]
extend-exclude = ["*.ipynb"]

Preview features

  • Enable notebooks by default in preview mode (#12621)
  • [flake8-builtins] Implement import, lambda, and module shadowing (#12546)
  • [pydoclint] Add docstring-missing-returns (DOC201) and docstring-extraneous-returns (DOC202) (#12485)

Rule changes

  • [flake8-return] Exempt cached properties and other property-like decorators from explicit return rule (RET501) (#12563)

Server

  • Make server panic hook more error resilient (#12610)
  • Use $/logTrace for server trace logs in Zed and VS Code (#12564)
  • Keep track of deleted cells for reorder change request (#12575)

Configuration

  • [flake8-implicit-str-concat] Always allow explicit multi-line concatenations when implicit concatenations are banned (#12532)

Bug fixes

  • [flake8-async] Avoid flagging asyncio.timeouts as unused when the context manager includes asyncio.TaskGroup (#12605)
  • [flake8-slots] Avoid recommending __slots__ for classes that inherit from more than namedtuple (#12531)
  • [isort] Avoid marking required imports as unused (#12537)
  • [isort] Preserve trailing inline comments on import-from statements (#12498)
  • [pycodestyle] Add newlines before comments (E305) (#12606)
  • [pycodestyle] Don't attach comments with mismatched indents (#12604)
  • [pyflakes] Fix preview-mode bugs in F401 when attempting to autofix unused first-party submodule imports in an __init__.py file (#12569)
  • [pylint] Respect start index in unnecessary-list-index-lookup (#12603)
  • [pyupgrade] Avoid recommending no-argument super in slots=True dataclasses (#12530)
  • [pyupgrade] Use colon rather than dot formatting for integer-only types (#12534)
  • Fix NFKC normalization bug when removing unused imports (#12571)

Other changes

  • Consider more stdlib decorators to be property-like (#12583)
  • Improve handling of metaclasses in various linter rules (#12579)
  • Improve consistency between linter rules in determining whether a function is property (#12581)
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 python group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.111.1` | `0.112.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.3` | `0.30.5` |
| [redis](https://github.com/redis/redis-py) | `5.0.7` | `5.0.8` |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.19.1` | `1.19.2` |
| [boto3](https://github.com/boto/boto3) | `1.34.146` | `1.34.150` |
| [botocore](https://github.com/boto/botocore) | `1.34.150` | `1.34.154` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.150` | `1.34.154` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.30` | `9.5.31` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.5` | `6.108.9` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.373` | `1.1.374` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.5.6` |


Updates `fastapi` from 0.111.1 to 0.112.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.111.1...0.112.0)

Updates `uvicorn` from 0.30.3 to 0.30.5
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.3...0.30.5)

Updates `redis` from 5.0.7 to 5.0.8
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.7...v5.0.8)

Updates `google-cloud-compute` from 1.19.1 to 1.19.2
- [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.19.1...google-cloud-compute-v1.19.2)

Updates `boto3` from 1.34.146 to 1.34.150
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.146...1.34.150)

Updates `botocore` from 1.34.150 to 1.34.154
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.150...1.34.154)

Updates `boto3-stubs` from 1.34.150 to 1.34.154
- [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.30 to 9.5.31
- [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.30...9.5.31)

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

Updates `pyright` from 1.1.373 to 1.1.374
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.373...v1.1.374)

Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2024 21:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2024
@eve-ci-cd eve-ci-cd bot enabled auto-merge August 5, 2024 21:00
@eve-ci-cd eve-ci-cd bot merged commit c71b2fd into main Aug 5, 2024
12 checks passed
@eve-ci-cd eve-ci-cd bot deleted the dependabot/pip/python-5b6bb271e8 branch August 5, 2024 21:03
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant