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 #3258

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps the python group with 5 updates:

Package From To
pip 23.2.1 23.3.1
pytest-mock 3.11.1 3.12.0
awscli 1.29.57 1.29.68
pylint 2.17.7 3.0.2
boto3 1.28.57 1.28.68

Updates pip from 23.2.1 to 23.3.1

Changelog

Sourced from pip's changelog.

23.3.1 (2023-10-21)

Bug Fixes

  • Handle a timezone indicator of Z when parsing dates in the self check. ([#12338](https://github.com/pypa/pip/issues/12338) <https://github.com/pypa/pip/issues/12338>_)
  • Fix bug where installing the same package at the same time with multiple pip processes could fail. ([#12361](https://github.com/pypa/pip/issues/12361) <https://github.com/pypa/pip/issues/12361>_)

23.3 (2023-10-15)

Process

  • Added reference to vulnerability reporting guidelines <https://www.python.org/dev/security/>_ to pip's security policy.

Deprecations and Removals

  • Drop a fallback to using SecureTransport on macOS. It was useful when pip detected OpenSSL older than 1.0.1, but the current pip does not support any Python version supporting such old OpenSSL versions. ([#12175](https://github.com/pypa/pip/issues/12175) <https://github.com/pypa/pip/issues/12175>_)

Features

  • Improve extras resolution for multiple constraints on same base package. ([#11924](https://github.com/pypa/pip/issues/11924) <https://github.com/pypa/pip/issues/11924>_)
  • Improve use of datastructures to make candidate selection 1.6x faster. ([#12204](https://github.com/pypa/pip/issues/12204) <https://github.com/pypa/pip/issues/12204>_)
  • Allow pip install --dry-run to use platform and ABI overriding options. ([#12215](https://github.com/pypa/pip/issues/12215) <https://github.com/pypa/pip/issues/12215>_)
  • Add is_yanked boolean entry to the installation report (--report) to indicate whether the requirement was yanked from the index, but was still selected by pip conform to :pep:592. ([#12224](https://github.com/pypa/pip/issues/12224) <https://github.com/pypa/pip/issues/12224>_)

Bug Fixes

  • Ignore errors in temporary directory cleanup (show a warning instead). ([#11394](https://github.com/pypa/pip/issues/11394) <https://github.com/pypa/pip/issues/11394>_)
  • Normalize extras according to :pep:685 from package metadata in the resolver for comparison. This ensures extras are correctly compared and merged as long as the package providing the extra(s) is built with values normalized according to the standard. Note, however, that this does not solve cases where the package itself contains unnormalized extra values in the metadata. ([#11649](https://github.com/pypa/pip/issues/11649) <https://github.com/pypa/pip/issues/11649>_)
  • Prevent downloading sdists twice when :pep:658 metadata is present. ([#11847](https://github.com/pypa/pip/issues/11847) <https://github.com/pypa/pip/issues/11847>_)
  • Include all requested extras in the install report (--report). ([#11924](https://github.com/pypa/pip/issues/11924) <https://github.com/pypa/pip/issues/11924>_)
  • Removed uses of datetime.datetime.utcnow from non-vendored code. ([#12005](https://github.com/pypa/pip/issues/12005) <https://github.com/pypa/pip/issues/12005>_)
  • Consistently report whether a dependency comes from an extra. ([#12095](https://github.com/pypa/pip/issues/12095) <https://github.com/pypa/pip/issues/12095>_)
  • Fix completion script for zsh ([#12166](https://github.com/pypa/pip/issues/12166) <https://github.com/pypa/pip/issues/12166>_)
  • Fix improper handling of the new onexc argument of shutil.rmtree() in Python 3.12. ([#12187](https://github.com/pypa/pip/issues/12187) <https://github.com/pypa/pip/issues/12187>_)
  • Filter out yanked links from the available versions error message: "(from versions: 1.0, 2.0, 3.0)" will not contain yanked versions conform PEP 592. The yanked versions (if any) will be mentioned in a separate error message. ([#12225](https://github.com/pypa/pip/issues/12225) <https://github.com/pypa/pip/issues/12225>_)
  • Fix crash when the git version number contains something else than digits and dots. ([#12280](https://github.com/pypa/pip/issues/12280) <https://github.com/pypa/pip/issues/12280>_)
  • Use -r=... instead of -r ... to specify references with Mercurial. ([#12306](https://github.com/pypa/pip/issues/12306) <https://github.com/pypa/pip/issues/12306>_)
  • Redact password from URLs in some additional places. ([#12350](https://github.com/pypa/pip/issues/12350) <https://github.com/pypa/pip/issues/12350>_)

... (truncated)

Commits

Updates pytest-mock from 3.11.1 to 3.12.0

Release notes

Sourced from pytest-mock's releases.

v3.12.0

  • Added support for Python 3.12.
  • Dropped support for EOL Python 3.7.
  • mocker.resetall() now also resets mocks created by mocker.create_autospec (#390).
Changelog

Sourced from pytest-mock's changelog.

3.12.0 (2023-10-19)

  • Added support for Python 3.12.
  • Dropped support for EOL Python 3.7.
  • mocker.resetall() now also resets mocks created by mocker.create_autospec ([#390](https://github.com/pytest-dev/pytest-mock/issues/390)_).

.. _#390: pytest-dev/pytest-mock#390

Commits
  • 69adc6f Re-add norewrite tests
  • b905823 Drop Python 3.7 and add Python 3.12
  • 2a71a0d mocker.resetall now also resets mockers created by create_autospec (#390)
  • e84f885 Merge pull request #391 from pytest-dev/pre-commit-ci-update-config
  • e037221 [pre-commit.ci] pre-commit autoupdate
  • f019696 Merge pull request #387 from pytest-dev/where-to-patch-link
  • 09f1814 Merge pull request #388 from pytest-dev/pre-commit-ci-update-config
  • f55f17e [pre-commit.ci] pre-commit autoupdate
  • cec59a0 Update usage.rst
  • 53cc0a5 Update usage.rst
  • Additional commits viewable in compare view

Updates awscli from 1.29.57 to 1.29.68

Changelog

Sourced from awscli's changelog.

1.29.68

  • api-change:appconfig: Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
  • api-change:appintegrations: Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations.
  • api-change:connect: This release adds support for updating phone number metadata, such as phone number description.
  • api-change:discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
  • api-change:medical-imaging: Updates on documentation links
  • api-change:ssm: This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.

1.29.67

  • api-change:ec2: Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
  • api-change:managedblockchain-query: This release adds support for Ethereum Sepolia network
  • api-change:neptunedata: Doc changes to add IAM action mappings for the data actions.
  • api-change:omics: This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
  • api-change:opensearch: Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
  • api-change:quicksight: This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
  • api-change:secretsmanager: Documentation updates for Secrets Manager
  • api-change:servicecatalog: Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
  • api-change:verifiedpermissions: Improving Amazon Verified Permissions Create experience
  • api-change:workspaces: Documentation updates for WorkSpaces

1.29.66

  • api-change:cloud9: Update to imageId parameter behavior and dates updated.
  • api-change:dynamodb: Updating descriptions for several APIs.
  • api-change:kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
  • api-change:rds: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
  • api-change:wisdom: This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.

1.29.65

  • api-change:codepipeline: Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage
  • api-change:discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
  • api-change:ecs: Documentation only updates to address Amazon ECS tickets.
  • api-change:globalaccelerator: Fixed error where ListCustomRoutingEndpointGroups did not have a paginator
  • api-change:guardduty: Add domainWithSuffix finding field to dnsRequestAction
  • api-change:kafka: AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators.
  • api-change:route53-recovery-cluster: Adds Owner field to ListRoutingControls API.
  • api-change:route53-recovery-control-config: Adds permissions for GetResourcePolicy to support returning details about AWS Resource Access Manager resource policies for shared resources.

1.29.64

... (truncated)

Commits
  • ec8cd43 Merge branch 'release-1.29.68'
  • 004ebe4 Bumping version to 1.29.68
  • e7dc1f4 Update changelog based on model updates
  • ce5765c update ci to use GA python 3.12 (#8258)
  • e7b222c Merge branch 'release-1.29.67'
  • 51d5104 Merge branch 'release-1.29.67' into develop
  • b801893 Bumping version to 1.29.67
  • 5a4ba9d Update changelog based on model updates
  • 02c78ae Merge branch 'release-1.29.66' into develop
  • e1140fa Merge branch 'release-1.29.66'
  • Additional commits viewable in compare view

Updates pylint from 2.17.7 to 3.0.2

Commits

Updates boto3 from 1.28.57 to 1.28.68

Changelog

Sourced from boto3's changelog.

1.28.68

  • api-change:appconfig: [botocore] Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
  • api-change:appintegrations: [botocore] Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations.
  • api-change:connect: [botocore] This release adds support for updating phone number metadata, such as phone number description.
  • api-change:discovery: [botocore] This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
  • api-change:medical-imaging: [botocore] Updates on documentation links
  • api-change:ssm: [botocore] This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.

1.28.67

  • api-change:gamesparks: [botocore] The gamesparks client has been removed following the deprecation of the service.
  • api-change:ec2: [botocore] Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
  • api-change:managedblockchain-query: [botocore] This release adds support for Ethereum Sepolia network
  • api-change:neptunedata: [botocore] Doc changes to add IAM action mappings for the data actions.
  • api-change:omics: [botocore] This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
  • api-change:opensearch: [botocore] Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
  • api-change:quicksight: [botocore] This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
  • api-change:secretsmanager: [botocore] Documentation updates for Secrets Manager
  • api-change:servicecatalog: [botocore] Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
  • api-change:verifiedpermissions: [botocore] Improving Amazon Verified Permissions Create experience
  • api-change:workspaces: [botocore] Documentation updates for WorkSpaces

1.28.66

  • api-change:cloud9: [botocore] Update to imageId parameter behavior and dates updated.
  • api-change:dynamodb: [botocore] Updating descriptions for several APIs.
  • api-change:kendra: [botocore] Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
  • api-change:rds: [botocore] This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
  • api-change:wisdom: [botocore] This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.

1.28.65

  • api-change:codepipeline: [botocore] Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage
  • api-change:discovery: [botocore] This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
  • api-change:ecs: [botocore] Documentation only updates to address Amazon ECS tickets.
  • api-change:globalaccelerator: [botocore] Fixed error where ListCustomRoutingEndpointGroups did not have a paginator
  • api-change:guardduty: [botocore] Add domainWithSuffix finding field to dnsRequestAction
  • api-change:kafka: [botocore] AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators.
  • api-change:route53-recovery-cluster: [botocore] Adds Owner field to ListRoutingControls API.
  • api-change:route53-recovery-control-config: [botocore] Adds permissions for GetResourcePolicy to support returning details about AWS Resource Access Manager resource policies for shared resources.

... (truncated)

Commits
  • d42b9fe Merge branch 'release-1.28.68'
  • 01fe130 Bumping version to 1.28.68
  • b39e720 Add changelog entries from botocore
  • 41e2804 update ci to use GA python 3.12 (#3908)
  • e4b2cc5 Merge branch 'release-1.28.67'
  • 9b689a4 Merge branch 'release-1.28.67' into develop
  • ab918b2 Bumping version to 1.28.67
  • f76edf1 Add changelog entries from botocore
  • b090311 Merge branch 'release-1.28.66'
  • 4c34032 Merge branch 'release-1.28.66' into develop
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 23, 2023
dependabot bot and others added 2 commits October 26, 2023 12:38
Bumps the python group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pip](https://github.com/pypa/pip) | `23.2.1` | `23.3.1` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.12.0` |
| [awscli](https://github.com/aws/aws-cli) | `1.29.57` | `1.29.68` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.7` | `3.0.2` |
| [boto3](https://github.com/boto/boto3) | `1.28.57` | `1.28.68` |


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

Updates `pytest-mock` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.11.1...v3.12.0)

Updates `awscli` from 1.29.57 to 1.29.68
- [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.29.57...1.29.68)

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

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

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pytest-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: awscli
  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-major
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@lorengordon lorengordon force-pushed the dependabot/pip/python-5aa2df4c29 branch from 84a31c3 to 6829e86 Compare October 26, 2023 19:49
@lorengordon lorengordon force-pushed the dependabot/pip/python-5aa2df4c29 branch from 6829e86 to b012855 Compare October 26, 2023 19:57
@mergify mergify bot merged commit 96d85b7 into main Oct 26, 2023
7 checks passed
@mergify mergify bot deleted the dependabot/pip/python-5aa2df4c29 branch October 26, 2023 20:04
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