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 across 1 directory with 11 updates #663

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python group with 11 updates in the / directory:

Package From To
fastapi 0.112.0 0.112.1
uvicorn 0.30.5 0.30.6
redis-om 0.3.1 0.3.2
pyyaml 6.0.1 6.0.2
boto3 1.34.150 1.34.154
botocore 1.34.154 1.34.162
boto3-stubs 1.34.154 1.35.0
mkdocs-material 9.5.31 9.5.32
hypothesis 6.108.9 6.111.1
pyright 1.1.374 1.1.376
ruff 0.5.6 0.6.1

Updates fastapi from 0.112.0 to 0.112.1

Release notes

Sourced from fastapi's releases.

0.112.1

Upgrades

Docs

Translations

  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/bigger-applications.md. PR #11971 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-websockets.md. PR #11994 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-dependencies.md. PR #11995 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/using-request-directly.md. PR #11956 by @​ceb10n.
  • 🌐 Add French translation for docs/fr/docs/tutorial/body-multiple-params.md. PR #11796 by @​pe-brian.
  • 🌐 Update Chinese translation for docs/zh/docs/tutorial/query-params.md. PR #11557 by @​caomingpei.
  • 🌐 Update typo in Chinese translation for docs/zh/docs/advanced/testing-dependencies.md. PR #11944 by @​bestony.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/sub-applications.md and docs/pt/docs/advanced/behind-a-proxy.md. PR #11856 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/cors.md and docs/pt/docs/tutorial/middleware.md. PR #11916 by @​wesinalves.
  • 🌐 Add French translation for docs/fr/docs/tutorial/path-params-numeric-validations.md. PR #11788 by @​pe-brian.

Internal

Commits
  • 4f937c0 🔖 Release version 0.112.1
  • 94be8ff 📝 Update release notes
  • 285a54c ⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#11727)
  • b7c80cb 📝 Update release notes
  • 0d92b42 🔧 Add changelog URL to pyproject.toml, shows in PyPI (#11152)
  • 2f5ed4f 📝 Update release notes
  • 2c98017 👷 Do not sync labels as it overrides manually added labels (#12024)
  • fc91078 📝 Update release notes
  • 5fd9ab9 ⬆️ Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 (#11876)
  • 84d69bb 📝 Update release notes
  • Additional commits viewable in compare view

Updates uvicorn from 0.30.5 to 0.30.6

Release notes

Sourced from uvicorn's releases.

Version 0.30.6

Fixed

  • Don't warn when upgrade is not WebSocket and depedencies are installed (#2360)

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

Changelog

Sourced from uvicorn's changelog.

0.30.6 (2024-08-13)

Fixed

  • Don't warn when upgrade is not WebSocket and depedencies are installed (#2360)
Commits
  • 7dc027d Version 0.30.6 (#2428)
  • 587a1cc fix: upgrade is not websocket and dependencies are installed, should not warn...
  • cee31a6 test(signal): add sleep to ensure shutdown completion (#2427)
  • eba64ef ci: timeout for test suite runs to 30 minutes (#2426)
  • 0f513d2 Remove signal testing order dependency (#2382)
  • See full diff in compare view

Updates redis-om from 0.3.1 to 0.3.2

Release notes

Sourced from redis-om's releases.

Version 0.3.2

🚀 New Features

  • supporting literals as tag type (#635)

🐛 Bug Fixes

  • Make RedisModel compatible with Pydantic 2.x (#626)
  • fixing schema parsing in json models with non-str pks (#622)
  • single page per page call (#624)

🧰 Maintenance

  • bumping to setuptools-70 (#644)
  • Update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#620)
  • Update unasync requirement from ^0.5.0 to ^0.6.0 (#621)
  • Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.40.0 (#639)
  • Update hiredis requirement from ^2.2.3 to >=2.2.3,<4.0.0 (#638)
  • Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641)
  • Test the FindQuery class and how it turns expressions into Redis commands (#642)

Contributors

We'd like to thank all the contributors who worked on this release!

@​arareko, @​dependabot, @​dependabot[bot], @​sav-norem and @​slorello89

Commits
  • c5068e5 revving to 0.3.2 (#645)
  • 3233ce6 bumping to setuptools-70 (#644)
  • f4af84d Update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#620)
  • 278ee0c Update unasync requirement from ^0.5.0 to ^0.6.0 (#621)
  • 1f04341 Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.40.0 (#639)
  • 173f971 Update hiredis requirement from ^2.2.3 to >=2.2.3,<4.0.0 (#638)
  • e0d62fb Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641)
  • 424b842 Test the FindQuery class and how it turns expressions into Redis commands (#642)
  • f245488 supporting literals as tag type (#635)
  • b20e887 Make RedisModel compatible with Pydantic 2.x (#626)
  • Additional commits viewable in compare view

Updates pyyaml from 6.0.1 to 6.0.2

Release notes

Sourced from pyyaml's releases.

6.0.2

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

6.0.2rc1

  • Support for extension build with Cython 3.x
  • Support for Python 3.13
  • Added PyPI wheels for musllinux on aarch64
Changelog

Sourced from pyyaml's changelog.

6.0.2 (2024-08-06)

Commits

Updates boto3 from 1.34.150 to 1.34.154

Commits
  • 2447300 Merge branch 'release-1.34.154'
  • 366b907 Bumping version to 1.34.154
  • af13ba7 Add changelog entries from botocore
  • 1b7dafa Merge branch 'release-1.34.153'
  • 62f3484 Merge branch 'release-1.34.153' into develop
  • 809d4cd Bumping version to 1.34.153
  • f753c4f Add changelog entries from botocore
  • ba3d7ce Merge branch 'release-1.34.152'
  • 9489da6 Merge branch 'release-1.34.152' into develop
  • be5b965 Bumping version to 1.34.152
  • Additional commits viewable in compare view

Updates botocore from 1.34.154 to 1.34.162

Changelog

Sourced from botocore's changelog.

1.34.162

  • api-change:docdb: This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup.
  • api-change:ecs: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
  • api-change:iam: Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.
  • api-change:s3: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

1.34.161

  • api-change:codebuild: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.

1.34.160

  • api-change:amplify: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
  • api-change:appstream: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
  • api-change:fis: This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.
  • api-change:glue: Add AttributesToGet parameter support for Glue GetTables
  • api-change:neptune-graph: Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value convertToIri for the blankNodeHandling parameter.

1.34.159

  • api-change:compute-optimizer: Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications
  • api-change:config: Documentation update for the OrganizationConfigRuleName regex pattern.
  • api-change:ec2: This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
  • api-change:eks: Added support for new AL2023 GPU AMIs to the supported AMITypes.
  • api-change:groundstation: Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
  • api-change:medialive: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
  • api-change:sagemaker: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.

1.34.158

  • api-change:cognito-idp: Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.
  • api-change:connect: This release supports adding RoutingCriteria via UpdateContactRoutingData public API.
  • api-change:ssm: Systems Manager doc-only updates for August 2024.

1.34.157

  • api-change:cognito-idp: Added support for threat protection for custom authentication in Amazon Cognito user pools.
  • api-change:connect: This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.

... (truncated)

Commits
  • 7fdb763 Merge branch 'release-1.34.162'
  • 7c09319 Bumping version to 1.34.162
  • 152e506 Update endpoints model
  • 55032d0 Update to latest models
  • a9de657 Merge customizations for S3
  • 9ae72e9 Merge branch 'release-1.34.161' into develop
  • 71e17f3 Merge branch 'release-1.34.161'
  • d1f7168 Bumping version to 1.34.161
  • 98829b7 Update to latest models
  • a60b715 Merge branch 'release-1.34.160' into develop
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.34.154 to 1.35.0

Commits

Updates mkdocs-material from 9.5.31 to 9.5.32

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.32

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

Thanks go to @​joaopalmeiro for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.32 (2024-08-19)

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

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

... (truncated)

Commits

Updates hypothesis from 6.108.9 to 6.111.1

Commits
  • 6c51f10 Bump hypothesis-python version to 6.111.1 and update changelog
  • ee7cef4 Merge pull request #4086 from tybug/realign-shrinking
  • c945158 avoid django datetime error
  • c3b9945 realign ir trees by converting via buffer
  • 25b36b9 Merge branch 'master' into realign-shrinking
  • cb8aa7e also track time in benchmark
  • b38fe7a Bump hypothesis-python version to 6.111.0 and update changelog
  • 3990fbc Merge pull request #4083 from Zac-HD/observe-backends
  • 33446b8 Backends can write info msgs too
  • 81400a4 Observability from backends
  • Additional commits viewable in compare view

Updates pyright from 1.1.374 to 1.1.376

Commits

Updates ruff from 0.5.6 to 0.6.1

Release notes

Sourced from ruff's releases.

0.6.1

Release Notes

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)

Contributors

Install ruff 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/astral-sh/ruff/releases/download/0.6.1/ruff-installer.ps1 | iex"

Download ruff 0.6.1

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.1

This is a hotfix release to address an issue with ruff-pre-commit. In v0.6, Ruff changed its behavior to lint and format Jupyter notebooks by default; however, due to an oversight, these files were still excluded by default if Ruff was run via pre-commit, leading to inconsistent behavior. This has now been fixed.

Preview features

  • [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)

Rule changes

  • [pylint] Rename too-many-positional to too-many-positional-arguments (R0917) (#12905)

Server

  • Fix crash when applying "fix-all" code-action to notebook cells (#12929)

Other changes

  • [flake8-naming]: Respect import conventions (N817) (#12922)

0.6.0

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

Breaking changes

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

  • Lint and format Jupyter Notebook by default (#12878).
  • Detect imports in src layouts by default for isort rules (#12848)
  • The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments (#12838).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

... (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 <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 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.1` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` |
| [redis-om](https://github.com/redis/redis-om-python) | `0.3.1` | `0.3.2` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [boto3](https://github.com/boto/boto3) | `1.34.150` | `1.34.154` |
| [botocore](https://github.com/boto/botocore) | `1.34.154` | `1.34.162` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.154` | `1.35.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.31` | `9.5.32` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.108.9` | `6.111.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.374` | `1.1.376` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.6.1` |



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

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

Updates `redis-om` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/redis/redis-om-python/releases)
- [Commits](redis/redis-om-python@v0.3.1...v0.3.2)

Updates `pyyaml` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

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

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

Updates `boto3-stubs` from 1.34.154 to 1.35.0
- [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.31 to 9.5.32
- [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.31...9.5.32)

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

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

Updates `ruff` from 0.5.6 to 0.6.1
- [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.6...0.6.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: redis-om
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pyyaml
  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-minor
  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-minor
  dependency-group: python
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 20:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 19, 2024
@eve-ci-cd eve-ci-cd bot enabled auto-merge August 19, 2024 20:53
@tcarmet tcarmet closed this Aug 21, 2024
auto-merge was automatically disabled August 21, 2024 22:19

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/python-d29460799c branch August 21, 2024 22:19
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