Skip to content

Commit

Permalink
chore(deps): update python (#104)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Jinja2](https://redirect.github.com/pallets/jinja)
([changelog](https://jinja.palletsprojects.com/changes/)) | `==3.1.4` ->
`==3.1.5` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/jinja2/3.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/jinja2/3.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/jinja2/3.1.4/3.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/jinja2/3.1.4/3.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://redirect.github.com/boto/boto3) | `==1.35.81` ->
`==1.35.86` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.81/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.81/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://redirect.github.com/boto/botocore) | `==1.35.81` ->
`==1.35.86` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.81/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.81/1.35.86?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [click](https://redirect.github.com/pallets/click)
([changelog](https://click.palletsprojects.com/changes/)) | `==8.1.7` ->
`==8.1.8` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/click/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/click/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/click/8.1.7/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/click/8.1.7/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[google-api-python-client](https://redirect.github.com/googleapis/google-api-python-client)
| `==2.155.0` -> `==2.156.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/google-api-python-client/2.156.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-api-python-client/2.156.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-api-python-client/2.155.0/2.156.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-api-python-client/2.155.0/2.156.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [urllib3](https://redirect.github.com/urllib3/urllib3)
([changelog](https://redirect.github.com/urllib3/urllib3/blob/main/CHANGES.rst))
| `==2.2.3` -> `==2.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/urllib3/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/urllib3/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/urllib3/2.2.3/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/urllib3/2.2.3/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pallets/jinja (Jinja2)</summary>

###
[`v3.1.5`](https://redirect.github.com/pallets/jinja/blob/HEAD/CHANGES.rst#Version-315)

[Compare
Source](https://redirect.github.com/pallets/jinja/compare/3.1.4...3.1.5)

Unreleased

-   Calling sync `render` for an async template uses `asyncio.run`.
    :pr:`1952`
-   Avoid unclosed `auto_aiter` warnings. :pr:`1960`
-   Return an `aclose`-able `AsyncGenerator` from
    `Template.generate_async`. :pr:`1960`
-   Avoid leaving `root_render_func()` unclosed in
    `Template.generate_async`. :pr:`1960`
- Avoid leaving async generators unclosed in blocks, includes and
extends.
    :pr:`1960`

</details>

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

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

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

\=======

- api-change:`bedrock-agent`: \[`botocore`] Support for custom user
agent and max web pages crawled for web connector. Support app only
credentials for SharePoint connector. Increase agents memory duration
limit to 365 days. Support to specify max number of session summaries to
include in agent invocation context.
- api-change:`bedrock-agent-runtime`: \[`botocore`] bedrock agents now
supports long term memory and performance configs. Invokeflow supports
performance configs. RetrieveAndGenerate performance configs
- api-change:`bedrock-data-automation`: \[`botocore`] Documentation
update for Amazon Bedrock Data Automation
- api-change:`bedrock-data-automation-runtime`: \[`botocore`]
Documentation update for Amazon Bedrock Data Automation Runtime
- api-change:`billing`: \[`botocore`] Added new API's for defining and
fetching Billing Views.
- api-change:`ce`: \[`botocore`] Support for retrieving cost, usage, and
forecast for billing view.
- api-change:`connect`: \[`botocore`] This release supports adding
NotAttributeCondition and Range to the RoutingCriteria object.
- api-change:`docdb`: \[`botocore`] Support AWS Secret Manager managed
password for AWS DocumentDB instance-based cluster.
- api-change:`eks`: \[`botocore`] This release expands the catalog of
upgrade insight checks
- api-change:`macie2`: \[`botocore`] This release adds support for
identifying S3 general purpose buckets that exceed the Amazon Macie
quota for preventative control monitoring.
- api-change:`outposts`: \[`botocore`] Add CS8365C as a supported power
connector for Outpost sites.
- api-change:`sagemaker`: \[`botocore`] This release adds support for
c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in
batch

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

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

\=======

- api-change:`appstream`: \[`botocore`] Added support for Rocky Linux 8
on Amazon AppStream 2.0
- api-change:`mediaconvert`: \[`botocore`] This release adds support for
inserting timecode tracks into MP4 container outputs.
- api-change:`medialive`: \[`botocore`] MediaLive is releasing
ListVersions api
- api-change:`qconnect`: \[`botocore`] Amazon Q in Connect enables
agents to ask Q for assistance in multiple languages and Q will provide
answers and recommended step-by-step guides in those languages. Qs
default language is English (United States) and you can switch this by
setting the locale configuration on the AI Agent.
- api-change:`ssm-sap`: \[`botocore`] AWS Systems Manager for SAP added
support for registration and discovery of distributed ABAP applications
- api-change:`workspaces`: \[`botocore`] Added AWS Global Accelerator
(AGA) support for WorkSpaces Personal.

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

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

\=======

- api-change:`amplify`: \[`botocore`] Added WAF Configuration to Amplify
Apps
- api-change:`budgets`: \[`botocore`] Releasing minor partition endpoint
updates
- api-change:`connect`: \[`botocore`] This release adds support for the
UpdateParticipantAuthentication API used for customer authentication
within Amazon Connect chats.
- api-change:`connectparticipant`: \[`botocore`] This release adds
support for the GetAuthenticationUrl and CancelParticipantAuthentication
APIs used for customer authentication within Amazon Connect chats. There
are also minor updates to the GetAttachment API.
- api-change:`datasync`: \[`botocore`] AWS DataSync introduces the
ability to update attributes for in-cloud locations.
- api-change:`iot`: \[`botocore`] Release connectivity status query API
which is a dedicated high throughput(TPS) API to query a specific
device's most recent connectivity state and metadata.
- api-change:`mwaa`: \[`botocore`] Added support for Apache Airflow
version 2.10.3 to MWAA.
- api-change:`quicksight`: \[`botocore`] Add support for
PerformanceConfiguration attribute to Dataset entity. Allow
PerformanceConfiguration specification in CreateDataset and
UpdateDataset APIs.
- api-change:`resiliencehub`: \[`botocore`] AWS Resilience Hub now
automatically detects already configured CloudWatch alarms and FIS
experiments as part of the assessment process and returns the discovered
resources in the corresponding list API responses. It also allows you to
include or exclude test recommendations for an AppComponent.
- api-change:`transfer`: \[`botocore`] Added AS2 agreement
configurations to control filename preservation and message signing
enforcement. Added AS2 connector configuration to preserve content type
from S3 objects.

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

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

\=======

-   api-change:`account`: \[`botocore`] Update endpoint configuration.
-   api-change:`backup`: \[`botocore`] Add Support for Backup Indexing
- api-change:`backupsearch`: \[`botocore`] Add support for searching
backups
- api-change:`batch`: \[`botocore`] This feature allows AWS Batch on
Amazon EKS to support configuration of Pod Annotations, overriding
Namespace on which the Batch job's Pod runs on, and allows Subpath and
Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
- api-change:`cleanroomsml`: \[`botocore`] Add support for SQL compute
configuration for StartAudienceGenerationJob API.
- api-change:`cloudfront`: \[`botocore`] Adds support for
OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront
Distributions with VPC Origins.
- api-change:`codepipeline`: \[`botocore`] AWS CodePipeline V2 type
pipelines now support Managed Compute Rule.
- api-change:`ecs`: \[`botocore`] Added support for enableFaultInjection
task definition parameter which can be used to enable Fault Injection
feature on ECS tasks.
- api-change:`m2`: \[`botocore`] This release adds support for AWS
Mainframe Modernization(M2) Service to allow specifying network
type(ipv4, dual) for the environment instances. For dual network type,
m2 environment applications will serve both IPv4 and IPv6 requests,
whereas for ipv4 it will serve only IPv4 requests.
- api-change:`synthetics`: \[`botocore`] Add support to toggle outbound
IPv6 traffic on canaries connected to dualstack subnets. This behavior
can be controlled via the new Ipv6AllowedForDualStack parameter of the
VpcConfig input object in CreateCanary and UpdateCanary APIs.

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

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

\=======

- api-change:`cloud9`: \[`botocore`] Added information about Ubuntu
18.04 will be removed from the available imageIds for Cloud9 because
Ubuntu 18.04 has ended standard support on May 31, 2023.
- api-change:`dlm`: \[`botocore`] This release adds support for Local
Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
- api-change:`ec2`: \[`botocore`] This release adds support for EBS
local snapshots in AWS Dedicated Local Zones, which allows you to store
snapshots of EBS volumes locally in Dedicated Local Zones.
- api-change:`greengrassv2`: \[`botocore`] Add support for runtime in
GetCoreDevice and ListCoreDevices APIs.
- api-change:`medialive`: \[`botocore`] AWS Elemental MediaLive adds
three new features: MediaPackage v2 endpoint support for live stream
delivery, KLV metadata passthrough in CMAF Ingest output groups, and
Metadata Name Modifier in CMAF Ingest output groups for customizing
metadata track names in output streams.
- api-change:`rds`: \[`botocore`] This release adds support for the
"MYSQL_CACHING_SHA2\_PASSWORD" enum value for RDS Proxy
ClientPasswordAuthType.

</details>

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

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

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

\=======

- api-change:`bedrock-agent`: Support for custom user agent and max web
pages crawled for web connector. Support app only credentials for
SharePoint connector. Increase agents memory duration limit to 365 days.
Support to specify max number of session summaries to include in agent
invocation context.
- api-change:`bedrock-agent-runtime`: bedrock agents now supports long
term memory and performance configs. Invokeflow supports performance
configs. RetrieveAndGenerate performance configs
- api-change:`bedrock-data-automation`: Documentation update for Amazon
Bedrock Data Automation
- api-change:`bedrock-data-automation-runtime`: Documentation update for
Amazon Bedrock Data Automation Runtime
- api-change:`billing`: Added new API's for defining and fetching
Billing Views.
- api-change:`ce`: Support for retrieving cost, usage, and forecast for
billing view.
- api-change:`connect`: This release supports adding
NotAttributeCondition and Range to the RoutingCriteria object.
- api-change:`docdb`: Support AWS Secret Manager managed password for
AWS DocumentDB instance-based cluster.
- api-change:`eks`: This release expands the catalog of upgrade insight
checks
- api-change:`macie2`: This release adds support for identifying S3
general purpose buckets that exceed the Amazon Macie quota for
preventative control monitoring.
- api-change:`outposts`: Add CS8365C as a supported power connector for
Outpost sites.
- api-change:`sagemaker`: This release adds support for c6i, m6i and r6i
instance on SageMaker Hyperpod and trn1 instances in batch

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

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

\=======

- api-change:`appstream`: Added support for Rocky Linux 8 on Amazon
AppStream 2.0
- api-change:`mediaconvert`: This release adds support for inserting
timecode tracks into MP4 container outputs.
-   api-change:`medialive`: MediaLive is releasing ListVersions api
- api-change:`qconnect`: Amazon Q in Connect enables agents to ask Q for
assistance in multiple languages and Q will provide answers and
recommended step-by-step guides in those languages. Qs default language
is English (United States) and you can switch this by setting the locale
configuration on the AI Agent.
- api-change:`ssm-sap`: AWS Systems Manager for SAP added support for
registration and discovery of distributed ABAP applications
- api-change:`workspaces`: Added AWS Global Accelerator (AGA) support
for WorkSpaces Personal.

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

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

\=======

-   api-change:`amplify`: Added WAF Configuration to Amplify Apps
-   api-change:`budgets`: Releasing minor partition endpoint updates
- api-change:`connect`: This release adds support for the
UpdateParticipantAuthentication API used for customer authentication
within Amazon Connect chats.
- api-change:`connectparticipant`: This release adds support for the
GetAuthenticationUrl and CancelParticipantAuthentication APIs used for
customer authentication within Amazon Connect chats. There are also
minor updates to the GetAttachment API.
- api-change:`datasync`: AWS DataSync introduces the ability to update
attributes for in-cloud locations.
- api-change:`iot`: Release connectivity status query API which is a
dedicated high throughput(TPS) API to query a specific device's most
recent connectivity state and metadata.
- api-change:`mwaa`: Added support for Apache Airflow version 2.10.3 to
MWAA.
- api-change:`quicksight`: Add support for PerformanceConfiguration
attribute to Dataset entity. Allow PerformanceConfiguration
specification in CreateDataset and UpdateDataset APIs.
- api-change:`resiliencehub`: AWS Resilience Hub now automatically
detects already configured CloudWatch alarms and FIS experiments as part
of the assessment process and returns the discovered resources in the
corresponding list API responses. It also allows you to include or
exclude test recommendations for an AppComponent.
- api-change:`transfer`: Added AS2 agreement configurations to control
filename preservation and message signing enforcement. Added AS2
connector configuration to preserve content type from S3 objects.

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

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

\=======

-   api-change:`account`: Update endpoint configuration.
-   api-change:`backup`: Add Support for Backup Indexing
-   api-change:`backupsearch`: Add support for searching backups
- api-change:`batch`: This feature allows AWS Batch on Amazon EKS to
support configuration of Pod Annotations, overriding Namespace on which
the Batch job's Pod runs on, and allows Subpath and Persistent Volume
claim to be set for AWS Batch on Amazon EKS jobs.
- api-change:`cleanroomsml`: Add support for SQL compute configuration
for StartAudienceGenerationJob API.
- api-change:`cloudfront`: Adds support for OriginReadTimeout and
OriginKeepaliveTimeout to create CloudFront Distributions with VPC
Origins.
- api-change:`codepipeline`: AWS CodePipeline V2 type pipelines now
support Managed Compute Rule.
- api-change:`ecs`: Added support for enableFaultInjection task
definition parameter which can be used to enable Fault Injection feature
on ECS tasks.
- api-change:`m2`: This release adds support for AWS Mainframe
Modernization(M2) Service to allow specifying network type(ipv4, dual)
for the environment instances. For dual network type, m2 environment
applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it
will serve only IPv4 requests.
- api-change:`synthetics`: Add support to toggle outbound IPv6 traffic
on canaries connected to dualstack subnets. This behavior can be
controlled via the new Ipv6AllowedForDualStack parameter of the
VpcConfig input object in CreateCanary and UpdateCanary APIs.

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

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

\=======

- api-change:`cloud9`: Added information about Ubuntu 18.04 will be
removed from the available imageIds for Cloud9 because Ubuntu 18.04 has
ended standard support on May 31, 2023.
- api-change:`dlm`: This release adds support for Local Zones in Amazon
Data Lifecycle Manager EBS snapshot lifecycle policies.
- api-change:`ec2`: This release adds support for EBS local snapshots in
AWS Dedicated Local Zones, which allows you to store snapshots of EBS
volumes locally in Dedicated Local Zones.
- api-change:`greengrassv2`: Add support for runtime in GetCoreDevice
and ListCoreDevices APIs.
- api-change:`medialive`: AWS Elemental MediaLive adds three new
features: MediaPackage v2 endpoint support for live stream delivery, KLV
metadata passthrough in CMAF Ingest output groups, and Metadata Name
Modifier in CMAF Ingest output groups for customizing metadata track
names in output streams.
- api-change:`rds`: This release adds support for the
"MYSQL_CACHING_SHA2\_PASSWORD" enum value for RDS Proxy
ClientPasswordAuthType.

</details>

<details>
<summary>pallets/click (click)</summary>

###
[`v8.1.8`](https://redirect.github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-818)

[Compare
Source](https://redirect.github.com/pallets/click/compare/8.1.7...8.1.8)

Unreleased

-   Fix an issue with type hints for `click.open_file()`. :issue:`2717`
-   Fix issue where error message for invalid `click.Path` displays on
    multiple lines. :issue:`2697`
- Fixed issue that prevented a default value of `""` from being
displayed in
    the help for an option. :issue:`2500`
-   The test runner handles stripping color consistently on Windows.
    :issue:`2705`
-   Show correct value for flag default when using `default_map`.
    :issue:`2632`
-   Fix `click.echo(color=...)` passing `color` to coloroma so it can be
    forced on Windows. :issue:`2606`.

</details>

<details>
<summary>googleapis/google-api-python-client
(google-api-python-client)</summary>

###
[`v2.156.0`](https://redirect.github.com/googleapis/google-api-python-client/blob/HEAD/CHANGELOG.md#21560-2024-12-17)

[Compare
Source](https://redirect.github.com/googleapis/google-api-python-client/compare/v2.155.0...v2.156.0)

##### Features

- **aiplatform:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/0fbab090c86f7d713e53999fc677ccd1bd6a7d4a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **alloydb:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/c96427663cd7586b4cfee8a27d63f5fdf1346059
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **artifactregistry:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8d0b829898a388d98e618d739fb5826c165dea92
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **assuredworkloads:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/babb16c8212bce1b47d6e68163dbe9634e0994ce
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **backupdr:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/4c3708d744c4bc927898c71dde476a142e68583e
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **bigqueryreservation:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/d0440733cf1abd0ca108efe26387d280d2363b9b
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **chat:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/d55bedd5bc4e4f51d536c2bbe878590b9f7edf8c
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **cloudbuild:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/2c59d35bbca6ba0332383d1239e66c9592e11783
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **cloudidentity:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8611287c987b6cb1b1215634cdae5fd8b814befd
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **config:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/c24589101a94cd10146e1b8ba00953c341d27b2a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **contactcenterinsights:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8d6384e7594437ebc8eb7c63bc64e59dd7d47195
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **container:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/cf47608a01fda94e0ee784b975f9fdfc60551b52
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **css:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/57b49f15006326de4c59a42ad3f0958c0e814896
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **dataflow:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/f06410352c39947888a9a5b8c3f8c2f2af2717d7
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **datamigration:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/283d79d092fafdf1eafc70fa34440be83f0f50aa
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **dataplex:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/deb509a4ee35381c0d9ee663ef8a6ef62748449f
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **datastream:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/d0e9430f072b7b5ca1d78a80e145d95e45e5ce2f
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **dialogflow:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/939d19613aa9b7230470c0da1dc42cb478e4461a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **discoveryengine:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/7382301efa7da540ec145dc5bd4b0430eee8ccc8
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **file:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/207265e8f1e722955810deb4f55043ef957c736a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **gkehub:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8d1e066c08a7c11bbf2a6552de47238e001acc1f
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **healthcare:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/421a937bd2ac9ebc3b916e9d46f50b1924ddc2e7
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **integrations:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/07c58f8ad6d69d2403b24d68d43c32eec1725631
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **migrationcenter:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/5d134758b02e03c11779bfb17fff3f9288f003dc
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **netapp:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/67550b115c3dad868176f571d33e209c4866d53b
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **networkmanagement:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/6f1d8051344ed79b92e6f79abff4f0ab19e53d6e
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **notebooks:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/d0837350711d47c8187e962a7149c7395f9c9354
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **oracledatabase:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8fb19ea990b0b494fd778a7c42eb50df0096c843
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **paymentsresellersubscription:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/f891c7e82a3a9e74e0dca3ab654f56f7f23d7eb0
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **privateca:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/8f7e7cd55d04e260c6f665907e07979295a1e809
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **run:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/024a0ec595e1d1f0cff4d5095619f507c2de2e6a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **securitycenter:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/0a137f331109f6ec34c3f52f9f305dd0d7ddd75a
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **servicecontrol:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/96572b5a4a1921342f3d48f5721cf37749787d2e
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **sheets:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/297f497837a6d40470b27b30da5f6d1d3be69fe7
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **sqladmin:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/5cf231be6e2dbbbe9046e9dfcd497cf68b6bd0df
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **storage:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/6cbba22a4066da5a48200d1bb4ce4f48521af86c
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **workflows:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/a2188e92aae520458a8dde5c46cff1f4ce3c71c6
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))
- **workloadmanager:** Update the api
https://togithub.com/googleapis/google-api-python-client/commit/2b6e6ead6d60bcb05d251e3ecdfa5f949890c2bb
([8dedfbe](https://redirect.github.com/googleapis/google-api-python-client/commit/8dedfbe70b5075b1b0714b59cde54680b925d280))

</details>

<details>
<summary>urllib3/urllib3 (urllib3)</summary>

###
[`v2.3.0`](https://redirect.github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#230-2024-12-22)

[Compare
Source](https://redirect.github.com/urllib3/urllib3/compare/2.2.3...2.3.0)

\==================

## Features

- Added `HTTPResponse.shutdown()` to stop any ongoing or future reads
for a specific response. It calls `shutdown(SHUT_RD)` on the underlying
socket. This feature was `sponsored by LaunchDarkly
<https://opencollective.com/urllib3/contributions/815307>`**.
(`#&#8203;2868 <https://github.com/urllib3/urllib3/issues/2868>`**)
- Added support for JavaScript Promise Integration on Emscripten. This
enables more efficient WebAssembly
requests and streaming, and makes it possible to use in Node.js if you
launch it as `node --experimental-wasm-stack-switching`. (`#&#8203;3400
<https://github.com/urllib3/urllib3/issues/3400>`\__)
- Added the `proxy_is_tunneling` property to `HTTPConnection` and
`HTTPSConnection`. (`#&#8203;3285
<https://github.com/urllib3/urllib3/issues/3285>`\__)
- Added pickling support to `NewConnectionError` and
`NameResolutionError`. (`#&#8203;3480
<https://github.com/urllib3/urllib3/issues/3480>`\__)

## Bugfixes

- Fixed an issue in debug logs where the HTTP version was rendering as
"HTTP/11" instead of "HTTP/1.1". (`#&#8203;3489
<https://github.com/urllib3/urllib3/issues/3489>`\__)

## Deprecations and Removals

- Removed support for Python 3.8. (`#&#8203;3492
<https://github.com/urllib3/urllib3/issues/3492>`\__)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 3258b79 commit a5f18ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
boto3==1.35.81
botocore==1.35.81
boto3==1.35.86
botocore==1.35.86
certifi==2024.12.14
chardet==5.2.0
click==8.1.7
click==8.1.8
docutils==0.21.2
Flask==3.1.0
Flask-SQLAlchemy==3.1.1
google-api-python-client==2.155.0
google-api-python-client==2.156.0
httplib2==0.22.0
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.4
Jinja2==3.1.5
jmespath==1.0.1
MarkupSafe==3.0.2
oauth2client==4.1.3
Expand All @@ -25,5 +25,5 @@ s3transfer==0.10.4
six==1.17.0
SQLAlchemy==2.0.36
uritemplate==4.1.1
urllib3==2.2.3
urllib3==2.3.0
Werkzeug==3.1.3

0 comments on commit a5f18ef

Please sign in to comment.