cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

chore(deps): update all patch dependencies #408

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.26.137 -> ==1.26.142 age adoption passing confidence
coverage ==7.2.5 -> ==7.2.6 age adoption passing confidence
pydantic ==1.10.7 -> ==1.10.8 age adoption passing confidence

Review


Release Notes

boto/boto3 ### [`v1.26.142`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126142) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.141...1.26.142) \======== - bugfix:`Polly`: \[`botocore`] Remove `Content-Type` header from `synthesize_speech` URL presigning. - api-change:`connect`: \[`botocore`] Documentation update for a new Initiation Method value in DescribeContact API - api-change:`iotwireless`: \[`botocore`] Add Multicast Group support in Network Analyzer Configuration. - api-change:`sagemaker`: \[`botocore`] Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances. ### [`v1.26.141`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126141) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.140...1.26.141) \======== - api-change:`application-autoscaling`: \[`botocore`] With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances. - api-change:`codepipeline`: \[`botocore`] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API. - api-change:`gamelift`: \[`botocore`] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining. - api-change:`glue`: \[`botocore`] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values. - api-change:`migration-hub-refactor-spaces`: \[`botocore`] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint. - api-change:`sagemaker`: \[`botocore`] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations. ### [`v1.26.140`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126140) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.139...1.26.140) \======== - api-change:`appsync`: \[`botocore`] This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API. - api-change:`connect`: \[`botocore`] Amazon Connect Evaluation Capabilities: validation improvements - api-change:`cur`: \[`botocore`] Add support for split cost allocation data on a report. - api-change:`sagemaker`: \[`botocore`] SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API ### [`v1.26.139`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126139) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.138...1.26.139) \======== - api-change:`fms`: \[`botocore`] Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error. - api-change:`sagemaker`: \[`botocore`] Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API. - api-change:`translate`: \[`botocore`] Added support for calling TranslateDocument API. ### [`v1.26.138`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126138) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.137...1.26.138) \======== - api-change:`backup`: \[`botocore`] Added support for tags on restore. - api-change:`pinpoint`: \[`botocore`] Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023. - api-change:`quicksight`: \[`botocore`] Add support for Asset Bundle, Geospatial Heatmaps.
nedbat/coveragepy ### [`v7.2.6`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-726--2023-05-23) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.2.5...7.2.6) - Fix: the `lcov` command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes `issue 1553`\_. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the `coverage debug sys` command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing `issue 1628`\_. .. \_issue 1553:[https://github.com/nedbat/coveragepy/issues/1553](https://togithub.com/nedbat/coveragepy/issues/1553)3 .. \_issue 1628[https://github.com/nedbat/coveragepy/issues/1628](https://togithub.com/nedbat/coveragepy/issues/1628)28 .. \_changes\_7-2-5:
pydantic/pydantic ### [`v1.10.8`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.8): 2023-05-23 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.7...v1.10.8) #### What's Changed - Fix a bug in `Literal` usage with `typing-extension==4.6.0`, [#​5826](https://togithub.com/pydantic/pydantic/issues/5826) by [@​hramezani](https://togithub.com/hramezani) - This solves the (closed) issue [#​3849](https://togithub.com/pydantic/pydantic/issues/3849) where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, [#​5736](https://togithub.com/pydantic/pydantic/issues/5736) by [@​benwah](https://togithub.com/benwah) - Update email-validator dependency to >=2.0.0post2, [#​5627](https://togithub.com/pydantic/pydantic/issues/5627) by [@​adriangb](https://togithub.com/adriangb) - update `AnyClassMethod` for changes in [python/typeshed#​9771](https://togithub.com/python/typeshed/issues/9771), [#​5505](https://togithub.com/pydantic/pydantic/issues/5505) by [@​ITProKyle](https://togithub.com/ITProKyle) #### New Contributors - [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://github.com/pydantic/pydantic/pull/5375](https://togithub.com/pydantic/pydantic/pull/5375) - [@​ITProKyle](https://togithub.com/ITProKyle) made their first contribution in [https://github.com/pydantic/pydantic/pull/5505](https://togithub.com/pydantic/pydantic/pull/5505) - [@​benwah](https://togithub.com/benwah) made their first contribution in [https://github.com/pydantic/pydantic/pull/5736](https://togithub.com/pydantic/pydantic/pull/5736) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8

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.



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

patheard commented 1 year ago