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 7 updates #443

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the pip group with 7 updates:

Package From To
google-cloud-compute 1.14.0 1.14.1
boto3 1.28.44 1.28.45
botocore 1.31.45 1.31.50
boto3-stubs 1.28.44 1.28.50
hypothesis 6.84.3 6.86.2
pyright 1.1.326 1.1.327
ruff 0.0.287 0.0.290

Updates google-cloud-compute from 1.14.0 to 1.14.1

Release notes

Sourced from google-cloud-compute's releases.

v1.14.1

1.14.1 (2023-09-13)

Documentation

Changelog

Sourced from google-cloud-compute's changelog.

1.14.1 (2023-09-13)

Documentation

Commits

Updates boto3 from 1.28.44 to 1.28.45

Changelog

Sourced from boto3's changelog.

1.28.45

  • api-change:ecr: [botocore] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
  • api-change:medialive: [botocore] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
  • api-change:quicksight: [botocore] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
Commits
  • abdf901 Merge branch 'release-1.28.45'
  • caa76a2 Bumping version to 1.28.45
  • 2d86a31 Add changelog entries from botocore
  • e47aef3 Merge branch 'release-1.28.44' into develop
  • See full diff in compare view

Updates botocore from 1.31.45 to 1.31.50

Changelog

Sourced from botocore's changelog.

1.31.50

  • api-change:discovery: Add sensitive protection for customer information
  • api-change:macie2: This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers.
  • api-change:workmail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.

1.31.49

  • api-change:appstream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • api-change:connect: New rule type (OnMetricDataUpdate) has been added
  • api-change:datasync: Documentation-only updates for AWS DataSync.
  • api-change:sagemaker: This release introduces Skip Model Validation for Model Packages

1.31.48

  • api-change:appstream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
  • api-change:cloudformation: Documentation updates for AWS CloudFormation
  • api-change:entityresolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
  • api-change:lookoutequipment: This release adds APIs for the new scheduled retraining feature.

1.31.47

  • api-change:cloud9: Update to include information on Ubuntu 18 deprecation.
  • api-change:drs: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
  • api-change:firehose: DocumentIdOptions has been added for the Amazon OpenSearch destination.
  • api-change:guardduty: Add managementType field to ListCoverage API response.
  • api-change:internetmonitor: This release updates the Amazon CloudWatch Internet Monitor API domain name.
  • api-change:ivs-realtime: Doc only update that changes description for ParticipantToken.
  • api-change:simspaceweaver: Edited the introductory text for the API reference.
  • api-change:xray: Add StartTime field in GetTraceSummaries API response for each TraceSummary.

1.31.46

  • api-change:ec2: This release adds support for restricting public sharing of AMIs through AMI Block Public Access
  • api-change:events: Update events client to latest version
  • api-change:kendra: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
Commits

Updates boto3-stubs from 1.28.44 to 1.28.50

Commits

Updates hypothesis from 6.84.3 to 6.86.2

Commits
  • f73dab7 Bump hypothesis-python version to 6.86.2 and update changelog
  • 38f4ca2 Merge pull request #3749 from Zac-HD/fix-explain-overrun
  • 348c50c Fix explain-mode bug
  • 2d05775 Bump hypothesis-python version to 6.86.1 and update changelog
  • 96b44d9 Merge pull request #3738 from nickfraser/docs/xfail
  • 2040b09 Bump hypothesis-python version to 6.86.0 and update changelog
  • 3c73294 Merge pull request #3746 from Zac-HD/enable-explain-mode
  • 03d8312 Merge pull request #3745 from HypothesisWorks/create-pull-request/patch
  • 19d05a2 Update pinned dependencies
  • bf4f193 Bump hypothesis-python version to 6.85.1 and update changelog
  • Additional commits viewable in compare view

Updates pyright from 1.1.326 to 1.1.327

Commits

Updates ruff from 0.0.287 to 0.0.290

Release notes

Sourced from ruff's releases.

v0.0.290

What's Changed

Rules

Settings

Bug Fixes

Preview

What's this section?

New Contributors

Full Changelog: astral-sh/ruff@v0.0.289...v0.0.290

v0.0.289

What's Changed

Bug Fixes

Preview

This release includes a new preview mode which can be used to opt-in to unstable rules and features.

... (truncated)

Changelog

Sourced from ruff's changelog.

Breaking Changes

0.0.288

Remove support for emoji identifiers (#7212)

Previously, Ruff supported the non-standard compliant emoji identifiers e.g. 📦 = 1. We decided to remove this non-standard language extension, and Ruff now reports syntax errors for emoji identifiers in your code, the same as CPython.

Improved GitLab fingerprints (#7203)

GitLab uses fingerprints to identify new, existing, or fixed violations. Previously, Ruff included the violation's position in the fingerprint. Using the location has the downside that changing any code before the violation causes the fingerprint to change, resulting in GitLab reporting one fixed and one new violation even though it is a pre-existing violation.

Ruff now uses a more stable location-agnostic fingerprint to minimize that existing violations incorrectly get marked as fixed and re-reported as new violations.

Expect GitLab to report each pre-existing violation in your project as fixed and a new violation in your Ruff upgrade PR.

0.0.283 / 0.284

The target Python version now defaults to 3.8 instead of 3.10 (#6397)

Previously, when a target Python version was not specified, Ruff would use a default of Python 3.10. However, it is safer to default to an older Python version to avoid assuming the availability of new features. We now default to the oldest supported Python version which is currently Python 3.8.

(We still support Python 3.7 but since it has reached EOL we've decided not to make it the default here.)

Note this change was announced in 0.0.283 but not active until 0.0.284.

0.0.277

.ipynb_checkpoints, .pyenv, .pytest_cache, and .vscode are now excluded by default (#5513)

Ruff maintains a list of default exclusions, which now consists of the following patterns:

  • .bzr
  • .direnv
  • .eggs
  • .git
  • .git-rewrite
  • .hg
  • .ipynb_checkpoints
  • .mypy_cache
  • .nox
  • .pants.d
  • .pyenv
  • .pytest_cache
  • .pytype
  • .ruff_cache
  • .svn
  • .tox
  • .venv

... (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 pip group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-compute](https://github.com/googleapis/python-compute) | `1.14.0` | `1.14.1` |
| [boto3](https://github.com/boto/boto3) | `1.28.44` | `1.28.45` |
| [botocore](https://github.com/boto/botocore) | `1.31.45` | `1.31.50` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.28.44` | `1.28.50` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.84.3` | `6.86.2` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.326` | `1.1.327` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.287` | `0.0.290` |


Updates `google-cloud-compute` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/googleapis/python-compute/releases)
- [Changelog](https://github.com/googleapis/python-compute/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-compute@v1.14.0...v1.14.1)

Updates `boto3` from 1.28.44 to 1.28.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.44...1.28.45)

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

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

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

Updates `pyright` from 1.1.326 to 1.1.327
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.326...v1.1.327)

Updates `ruff` from 0.0.287 to 0.0.290
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.287...v0.0.290)

---
updated-dependencies:
- dependency-name: google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3-stubs
  dependency-type: direct:production
  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-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 18, 2023 20:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip update pip dependencies labels Sep 18, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #443 (d14588a) into main (2d3a273) will decrease coverage by 16.64%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #443       +/-   ##
===========================================
- Coverage   83.71%   67.07%   -16.64%     
===========================================
  Files          31       31               
  Lines        1136     1136               
===========================================
- Hits          951      762      -189     
- Misses        185      374      +189     
Flag Coverage Δ
api 67.07% <ø> (ø)
unit ?

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

see 10 files with indirect coverage changes

@eve-scality eve-scality merged commit 393eb1b into main Sep 18, 2023
12 checks passed
@eve-scality eve-scality deleted the dependabot/pip/pip-44ecb649d5 branch September 18, 2023 20:51
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.

3 participants