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

chore(deps): update all patch dependencies #193

Merged
merged 1 commit into from Jan 23, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.26.45 -> ==1.26.50 age adoption passing confidence
botocore ==1.29.45 -> ==1.29.50 age adoption passing confidence
pytest (source, changelog) ==7.2.0 -> ==7.2.1 age adoption passing confidence
pytz ==2022.7 -> ==2022.7.1 age adoption passing confidence
requests (source, changelog) ==2.28.1 -> ==2.28.2 age adoption passing confidence
urllib3 (source) ==1.26.13 -> ==1.26.14 age adoption passing confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

boto/boto3

v1.26.50

Compare Source

v1.26.49

Compare Source

=======

  • api-change:cleanrooms: [botocore] Initial release of AWS Clean Rooms
  • api-change:lambda: [botocore] Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
  • api-change:logs: [botocore] Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
  • api-change:mediaconvert: [botocore] The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
  • api-change:secretsmanager: [botocore] Update documentation for new ListSecrets and DescribeSecret parameters

v1.26.48

Compare Source

=======

  • api-change:kendra: [botocore] This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD

v1.26.47

Compare Source

=======

  • api-change:location: [botocore] This release adds support for two new route travel models, Bicycle and Motorcycle which can be used with Grab data source.
  • api-change:rds: [botocore] This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.

v1.26.46

Compare Source

=======

  • api-change:ecr-public: [botocore] This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
  • api-change:kendra-ranking: [botocore] Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
  • api-change:network-firewall: [botocore] Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
  • api-change:ram: [botocore] Enabled FIPS aws-us-gov endpoints in SDK.
  • api-change:workspaces-web: [botocore] This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).
boto/botocore

v1.29.50

Compare Source

=======

  • api-change:connect: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
  • api-change:ec2: Documentation updates for EC2.
  • api-change:outposts: This release adds POWER_30_KVA as an option for PowerDrawKva. PowerDrawKva is part of the RackPhysicalProperties structure in the CreateSite request.
  • api-change:resource-groups: AWS Resource Groups customers can now turn on Group Lifecycle Events in their AWS account. When you turn this on, Resource Groups monitors your groups for changes to group state or membership. Those changes are sent to Amazon EventBridge as events that you can respond to using rules you create.

v1.29.49

Compare Source

=======

  • api-change:cleanrooms: Initial release of AWS Clean Rooms
  • api-change:lambda: Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
  • api-change:logs: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
  • api-change:mediaconvert: The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
  • api-change:secretsmanager: Update documentation for new ListSecrets and DescribeSecret parameters

v1.29.48

Compare Source

=======

  • api-change:kendra: This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD

v1.29.47

Compare Source

=======

  • api-change:location: This release adds support for two new route travel models, Bicycle and Motorcycle which can be used with Grab data source.
  • api-change:rds: This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.

v1.29.46

Compare Source

=======

  • api-change:ecr-public: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
  • api-change:kendra-ranking: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
  • api-change:network-firewall: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
  • api-change:ram: Enabled FIPS aws-us-gov endpoints in SDK.
  • api-change:workspaces-web: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).
pytest-dev/pytest

v7.2.1

Compare Source

pytest 7.2.1 (2023-01-13)

Bug Fixes

  • #​10452: Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12.
  • #​10457: If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.
  • #​10506: Fix bug where sometimes pytest would use the file system root directory as rootdir <rootdir>{.interpreted-text role="ref"} on Windows.
  • #​10607: Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel.
  • #​10641: Fix a race condition when creating or updating the stepwise plugin's cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin's cache.
psf/requests

v2.28.2

Compare Source

Dependencies

  • Requests now supports charset_normalizer 3.x. (#​6261)

Bugfixes

  • Updated MissingSchema exception to suggest https scheme rather than http. (#​6188)
urllib3/urllib3

v1.26.14

Compare Source

  • Fixed parsing of port 0 (zero) returning None, instead of 0. (#&#8203;2850 <https://github.com/urllib3/urllib3/issues/2850>__)
  • Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. (#&#8203;2865 <https://github.com/urllib3/urllib3/issues/2865>__)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Jan 21, 2023
@ascheid
Copy link
Contributor

ascheid commented Jan 23, 2023

@ascheid ascheid merged commit bbf1343 into main Jan 23, 2023
@ascheid ascheid deleted the renovate/all-patch branch January 23, 2023 13:33
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 Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant