Skip to content

Commit

Permalink
chore(deps): update python to v1.35.49 (#96)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [boto3](https://redirect.github.com/boto/boto3) | `==1.35.45` ->
`==1.35.49` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.45/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.45/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://redirect.github.com/boto/botocore) | `==1.35.45` ->
`==1.35.49` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.45/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.45/1.35.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>boto/boto3 (boto3)</summary>

###
[`v1.35.49`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13549)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.48...1.35.49)

\=======

- api-change:`bedrock-agent`: \[`botocore`] Add support of new model
types for Bedrock Agents, Adding inference profile support for Flows and
Prompt Management, Adding new field to configure additional inference
configurations for Flows and Prompt Management
- api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports
automatically retrying failed builds
- api-change:`lambda`: \[`botocore`] Add TagsError field in Lambda
GetFunctionResponse. The TagsError field contains details related to
errors retrieving tags.
- api-change:`logs`: \[`botocore`] Adding inferred token name for
dynamic tokens in Anomalies.
- api-change:`supplychain`: \[`botocore`] API doc updates, and also
support showing error message on a failed instance

###
[`v1.35.48`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13548)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.47...1.35.48)

\=======

- api-change:`appconfig`: \[`botocore`] This release improves deployment
safety by granting customers the ability to REVERT completed
deployments, to the last known good state.In the StopDeployment API
revert case the status of a COMPLETE deployment will be REVERTED.
AppConfig only allows a revert within 72 hours of deployment completion.
- api-change:`ec2`: \[`botocore`] This release includes a new API to
describe some details of the Amazon Machine Images (AMIs) that were used
to launch EC2 instances, even if those AMIs are no longer available for
use.
- api-change:`ecs`: \[`botocore`] This release adds support for EBS
volumes attached to Amazon ECS Windows tasks running on EC2 instances.
- api-change:`nimble`: \[`botocore`] The nimble client has been removed
following the deprecation of the service.
- api-change:`pcs`: \[`botocore`] Documentation update: added the
default value of the Slurm configuration parameter
scaleDownIdleTimeInSeconds to its description.
- api-change:`qbusiness`: \[`botocore`] Add a new field in chat
response. This field can be used to support nested schemas in array
fields

###
[`v1.35.47`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13547)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.46...1.35.47)

\=======

- api-change:`bedrock`: \[`botocore`] Doc updates for supporting
converse
- api-change:`connect`: \[`botocore`] Amazon Connect Service Feature:
Add support to start screen sharing for a web calling contact.
- api-change:`ec2`: \[`botocore`] Amazon EC2 X8g, C8g and M8g instances
are powered by AWS Graviton4 processors. X8g provide the lowest cost per
GiB of memory among Graviton4 instances. C8g provide the best price
performance for compute-intensive workloads. M8g provide the best price
performance in for general purpose workloads.
- api-change:`mwaa`: \[`botocore`] Introducing InvokeRestApi which
allows users to invoke the Apache Airflow REST API on the webserver with
the specified inputs.
- api-change:`payment-cryptography`: \[`botocore`] Add support for ECC
P-256 and P-384 Keys.
- api-change:`payment-cryptography-data`: \[`botocore`] Add ECDH support
on PIN operations.
- bugfix:`s3`: \[`botocore`] Fix S3 200 Error handling to address bugs
introduced in payload operations.

###
[`v1.35.46`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13546)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.45...1.35.46)

\=======

- api-change:`bedrock-runtime`: \[`botocore`] Updating invoke regex to
support imported models for converse API
- api-change:`imagebuilder`: \[`botocore`] Add macOS platform and
instance placement options
- api-change:`m2`: \[`botocore`] Add AuthSecretsManagerArn optional
parameter to batch job APIs, expand batch parameter limits, and
introduce clientToken constraints.
- api-change:`rds`: \[`botocore`] Global clusters now expose the
Endpoint attribute as one of its fields. It is a Read/Write endpoint for
the global cluster which resolves to the Global Cluster writer instance.
- api-change:`repostspace`: \[`botocore`] Adds the BatchAddRole and
BatchRemoveRole APIs.
- api-change:`timestream-query`: \[`botocore`] This release adds support
for Query Insights, a feature that provides details of query execution,
enabling users to identify areas for improvement to optimize their
queries, resulting in improved query performance and lower query costs.
- bugfix:`s3`: \[`botocore`] Fixed SelectObjectContent regression from
`#&#8203;3284 <https://github.com/boto/botocore/issues/3284>`\__.

</details>

<details>
<summary>boto/botocore (botocore)</summary>

###
[`v1.35.49`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13549)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.48...1.35.49)

\=======

- api-change:`bedrock-agent`: Add support of new model types for Bedrock
Agents, Adding inference profile support for Flows and Prompt
Management, Adding new field to configure additional inference
configurations for Flows and Prompt Management
- api-change:`codebuild`: AWS CodeBuild now supports automatically
retrying failed builds
- api-change:`lambda`: Add TagsError field in Lambda
GetFunctionResponse. The TagsError field contains details related to
errors retrieving tags.
- api-change:`logs`: Adding inferred token name for dynamic tokens in
Anomalies.
- api-change:`supplychain`: API doc updates, and also support showing
error message on a failed instance

###
[`v1.35.48`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13548)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.47...1.35.48)

\=======

- api-change:`appconfig`: This release improves deployment safety by
granting customers the ability to REVERT completed deployments, to the
last known good state.In the StopDeployment API revert case the status
of a COMPLETE deployment will be REVERTED. AppConfig only allows a
revert within 72 hours of deployment completion.
- api-change:`ec2`: This release includes a new API to describe some
details of the Amazon Machine Images (AMIs) that were used to launch EC2
instances, even if those AMIs are no longer available for use.
- api-change:`ecs`: This release adds support for EBS volumes attached
to Amazon ECS Windows tasks running on EC2 instances.
- api-change:`nimble`: The nimble client has been removed following the
deprecation of the service.
- api-change:`pcs`: Documentation update: added the default value of the
Slurm configuration parameter scaleDownIdleTimeInSeconds to its
description.
- api-change:`qbusiness`: Add a new field in chat response. This field
can be used to support nested schemas in array fields

###
[`v1.35.47`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13547)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.46...1.35.47)

\=======

-   api-change:`bedrock`: Doc updates for supporting converse
- api-change:`connect`: Amazon Connect Service Feature: Add support to
start screen sharing for a web calling contact.
- api-change:`ec2`: Amazon EC2 X8g, C8g and M8g instances are powered by
AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory
among Graviton4 instances. C8g provide the best price performance for
compute-intensive workloads. M8g provide the best price performance in
for general purpose workloads.
- api-change:`mwaa`: Introducing InvokeRestApi which allows users to
invoke the Apache Airflow REST API on the webserver with the specified
inputs.
- api-change:`payment-cryptography`: Add support for ECC P-256 and P-384
Keys.
- api-change:`payment-cryptography-data`: Add ECDH support on PIN
operations.
- bugfix:`s3`: Fix S3 200 Error handling to address bugs introduced in
payload operations.

###
[`v1.35.46`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13546)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.45...1.35.46)

\=======

- api-change:`bedrock-runtime`: Updating invoke regex to support
imported models for converse API
- api-change:`imagebuilder`: Add macOS platform and instance placement
options
- api-change:`m2`: Add AuthSecretsManagerArn optional parameter to batch
job APIs, expand batch parameter limits, and introduce clientToken
constraints.
- api-change:`rds`: Global clusters now expose the Endpoint attribute as
one of its fields. It is a Read/Write endpoint for the global cluster
which resolves to the Global Cluster writer instance.
- api-change:`repostspace`: Adds the BatchAddRole and BatchRemoveRole
APIs.
- api-change:`timestream-query`: This release adds support for Query
Insights, a feature that provides details of query execution, enabling
users to identify areas for improvement to optimize their queries,
resulting in improved query performance and lower query costs.
- bugfix:`s3`: Fixed SelectObjectContent regression from `#&#8203;3284
<https://github.com/boto/botocore/issues/3284>`\__.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Nextdoor/gogo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent d685e8f commit 8e8692d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3==1.35.45
botocore==1.35.45
boto3==1.35.49
botocore==1.35.49
certifi==2024.8.30
chardet==5.2.0
click==8.1.7
Expand Down

0 comments on commit 8e8692d

Please sign in to comment.