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

Bump the python group with 5 updates #3292

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python group with 5 updates:

Package From To
isort 5.13.0 5.13.2
pylint 3.0.2 3.0.3
pip 23.3.1 23.3.2
awscli 1.31.11 1.32.2
boto3 1.33.11 1.34.2

Updates isort from 5.13.0 to 5.13.2

Release notes

Sourced from isort's releases.

5.13.2

Changes

🪲 Fixes

5.13.1

Changes

  • Fix integration tests (#2208) @​bp72
  • Added a fix for normalizing imports from more than one level of parent modules (issue/2152) (#2191) @​bp72

🪲 Fixes

Changelog

Sourced from isort's changelog.

5.13.2 December 13 2023

5.13.1 December 11 2023

Commits

Updates pylint from 3.0.2 to 3.0.3

Commits
  • 1a5ffc1 Bump pylint to 3.0.3, update changelog
  • 54687e7 Disallow isort 5.13.0 (#9290) (#9292)
  • fea5483 [wrong-exception-operation] Fix FP for tuple concatenation of exception types...
  • d0d5c91 [pointless-string-statement] Ignore docstrings on py3.12 type aliases (#9269)...
  • 81f0f2e [Backport maintenance/3.0.x] [bugfix] Find files with ./ as input with a __in...
  • 7f01d83 Fix doc generation in implicit-str-concat
  • a60ddd1 Fix incorrect suggestion for unnecessary-comprehension (#9172) (#9242)
  • dc11223 [todos] Fix the todos version and the warnings' text (#9202) (#9204)
  • 0273db7 Fix false positive for unnecessary-lambda. (#9149) (#9200)
  • 53d4541 Fix undefined-variable etc for Python 3.12 generic type syntax (#9195) (#9199)
  • See full diff in compare view

Updates pip from 23.3.1 to 23.3.2

Changelog

Sourced from pip's changelog.

23.3.2 (2023-12-17)

Bug Fixes

  • Fix a bug in extras handling for link requirements ([#12372](https://github.com/pypa/pip/issues/12372) <https://github.com/pypa/pip/issues/12372>_)
  • Fix mercurial revision "parse error": use --rev={ref} instead of -r={ref} ([#12373](https://github.com/pypa/pip/issues/12373) <https://github.com/pypa/pip/issues/12373>_)
Commits
  • f9fea40 Bump for release
  • 3891d41 Fix news file name
  • fb1be0f Fix a few typing issues
  • b23341d Update AUTHORS.txt
  • 4513b9c added second test case
  • 69b5810 Fixed bug in extras handling for link requirements
  • 7189400 Update news/370392cf-52cd-402c-b402-06d2ff398f89.bugfix.rst
  • 3f9c9f9 fix mercurial revision parse error: use two hypen argument --rev= instead of -r=
  • See full diff in compare view

Updates awscli from 1.31.11 to 1.32.2

Changelog

Sourced from awscli's changelog.

1.32.2

  • enhancement:cloudformation package: Add support for intrinsic Fn:ForEach (fixes [#8075](https://github.com/aws/aws-cli/issues/8075) <https://github.com/aws/aws-cli/issues/8075>__)
  • api-change:cloud9: Updated Cloud9 API documentation for AL2023 release
  • api-change:connect: Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
  • api-change:connectcases: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
  • api-change:kms: Documentation updates for AWS Key Management Service
  • api-change:rds: Updates Amazon RDS documentation by adding code examples
  • api-change:sagemaker: This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

1.32.1

  • api-change:appstream: This release includes support for images of Windows Server 2022 platform.
  • api-change:b2bi: Documentation updates for AWS B2B Data Interchange
  • api-change:billingconductor: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
  • api-change:connect: This release adds support for more granular billing using tags (key:value pairs)
  • api-change:controltower: Documentation updates for AWS Control Tower.
  • api-change:firehose: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • api-change:gamelift: Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • api-change:iot: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • api-change:neptune-graph: This is the initial SDK release for Amazon Neptune Analytics
  • api-change:opensearch: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
  • api-change:quicksight: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
  • api-change:workspaces: Updated note to ensure customers understand running modes.
  • api-change:endpoint-rules: Update endpoint-rules command to latest version

1.32.0

  • feature:Python: End of support for Python 3.7
  • api-change:drs: Adding AgentVersion to SourceServer and RecoveryInstance structures
  • feature:Python: End of support for Python 3.7

1.31.13

  • api-change:imagebuilder: This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
  • api-change:location: This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
  • api-change:logs: This release introduces the StartLiveTail API to tail ingested logs in near real time.

1.31.12

  • api-change:neptune: This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.

... (truncated)

Commits
  • f8061f0 Merge branch 'release-1.32.2'
  • d77247e Bumping version to 1.32.2
  • db635c3 Update changelog based on model updates
  • 2676a46 Support Fn::ForEach intrinsic function (#8096)
  • 896dd9c Merge branch 'release-1.32.1'
  • 585db84 Merge branch 'release-1.32.1' into develop
  • 1ea676a Bumping version to 1.32.1
  • 75e4acc Update changelog based on model updates
  • 59cf8d6 Merge branch 'release-1.32.0'
  • a548393 Merge branch 'release-1.32.0' into develop
  • Additional commits viewable in compare view

Updates boto3 from 1.33.11 to 1.34.2

Changelog

Sourced from boto3's changelog.

1.34.2

  • api-change:cloud9: [botocore] Updated Cloud9 API documentation for AL2023 release
  • api-change:connect: [botocore] Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
  • api-change:connectcases: [botocore] Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
  • api-change:kms: [botocore] Documentation updates for AWS Key Management Service
  • api-change:rds: [botocore] Updates Amazon RDS documentation by adding code examples
  • api-change:sagemaker: [botocore] This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

1.34.1

  • api-change:appstream: [botocore] This release includes support for images of Windows Server 2022 platform.
  • api-change:b2bi: [botocore] Documentation updates for AWS B2B Data Interchange
  • api-change:billingconductor: [botocore] Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
  • api-change:connect: [botocore] This release adds support for more granular billing using tags (key:value pairs)
  • api-change:controltower: [botocore] Documentation updates for AWS Control Tower.
  • api-change:firehose: [botocore] This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • api-change:gamelift: [botocore] Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • api-change:iot: [botocore] This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • api-change:neptune-graph: [botocore] This is the initial SDK release for Amazon Neptune Analytics
  • api-change:opensearch: [botocore] Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
  • api-change:quicksight: [botocore] Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
  • api-change:workspaces: [botocore] Updated note to ensure customers understand running modes.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.34.0

  • feature:Python: End of support for Python 3.7
  • feature:Python: [botocore] End of support for Python 3.7
  • api-change:drs: [botocore] Adding AgentVersion to SourceServer and RecoveryInstance structures

1.33.13

  • api-change:imagebuilder: [botocore] This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
  • api-change:location: [botocore] This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
  • api-change:logs: [botocore] This release introduces the StartLiveTail API to tail ingested logs in near real time.

1.33.12

  • api-change:neptune: [botocore] This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.
  • api-change:pinpoint: [botocore] This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.

... (truncated)

Commits
  • 227851f Merge branch 'release-1.34.2'
  • ddbf762 Bumping version to 1.34.2
  • d0800a5 Add changelog entries from botocore
  • 35fb92b Merge branch 'release-1.34.1'
  • 59b53f9 Merge branch 'release-1.34.1' into develop
  • 8a18727 Bumping version to 1.34.1
  • 00b424e Add changelog entries from botocore
  • 0390930 Merge branch 'release-1.34.0'
  • 9b2db53 Merge branch 'release-1.34.0' into develop
  • 71fee69 Bumping version to 1.34.0
  • 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 python group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [isort](https://github.com/pycqa/isort) | `5.13.0` | `5.13.2` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.0.2` | `3.0.3` |
| [pip](https://github.com/pypa/pip) | `23.3.1` | `23.3.2` |
| [awscli](https://github.com/aws/aws-cli) | `1.31.11` | `1.32.2` |
| [boto3](https://github.com/boto/boto3) | `1.33.11` | `1.34.2` |


Updates `isort` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.0...5.13.2)

Updates `pylint` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.0.3)

Updates `pip` from 23.3.1 to 23.3.2
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@23.3.1...23.3.2)

Updates `awscli` from 1.31.11 to 1.32.2
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.31.11...1.32.2)

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

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 18, 2023
@mergify mergify bot merged commit 2950e02 into main Dec 18, 2023
9 checks passed
@mergify mergify bot deleted the dependabot/pip/python-d9f7e3e25d branch December 18, 2023 12:32
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.

0 participants