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

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.109 -> ==1.26.114 age adoption passing confidence
fastapi ==0.95.0 -> ==0.95.1 age adoption passing confidence
pytest (source, changelog) ==7.3.0 -> ==7.3.1 age adoption passing confidence

Review


Release Notes

boto/boto3 ### [`v1.26.114`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126114) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.113...1.26.114) \======== - api-change:`ecs`: \[`botocore`] This release supports ephemeral storage for AWS Fargate Windows containers. - api-change:`lambda`: \[`botocore`] This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API. - api-change:`migration-hub-refactor-spaces`: \[`botocore`] Doc only update for Refactor Spaces environments without network bridge feature. - api-change:`rds`: \[`botocore`] This release adds support of modifying the engine mode of database clusters. ### [`v1.26.113`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126113) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.112...1.26.113) \======== - api-change:`chime-sdk-voice`: \[`botocore`] This release adds tagging support for Voice Connectors and SIP Media Applications - api-change:`mediaconnect`: \[`botocore`] Gateway is a new feature of AWS Elemental MediaConnect. Gateway allows the deployment of on-premises resources for the purpose of transporting live video to and from the AWS Cloud. ### [`v1.26.112`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126112) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.111...1.26.112) \======== - api-change:`groundstation`: \[`botocore`] AWS Ground Station Wideband DigIF GA Release - api-change:`managedblockchain`: \[`botocore`] Removal of the Ropsten network. The Ethereum foundation ceased support of Ropsten on December 31st, 2022.. ### [`v1.26.111`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126111) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.110...1.26.111) \======== - api-change:`ecr-public`: \[`botocore`] This release will allow using registry alias as registryId in BatchDeleteImage request. - api-change:`emr-serverless`: \[`botocore`] This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified). - api-change:`events`: \[`botocore`] Update events client to latest version - api-change:`iot-data`: \[`botocore`] This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API - api-change:`wafv2`: \[`botocore`] For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs. ### [`v1.26.110`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126110) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.109...1.26.110) \======== - api-change:`connect`: \[`botocore`] This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs. - api-change:`ecs`: \[`botocore`] This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks - api-change:`marketplace-catalog`: \[`botocore`] Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results. - api-change:`mediaconvert`: \[`botocore`] AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources. - api-change:`omics`: \[`botocore`] Remove unexpected API changes. - api-change:`rekognition`: \[`botocore`] This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.
tiangolo/fastapi ### [`v0.95.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.95.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.95.0...0.95.1) ##### Fixes - πŸ› Fix using `Annotated` in routers or path operations decorated multiple times. PR [#​9315](https://togithub.com/tiangolo/fastapi/pull/9315) by [@​sharonyogev](https://togithub.com/sharonyogev). ##### Docs - 🌐 πŸ”  πŸ“„ 🐒 Translate docs to Emoji πŸ₯³ πŸŽ‰ πŸ’₯ 🀯 🀯. PR [#​5385](https://togithub.com/tiangolo/fastapi/pull/5385) by [@​LeeeeT](https://togithub.com/LeeeeT). - πŸ“ Add notification message warning about old versions of FastAPI not supporting `Annotated`. PR [#​9298](https://togithub.com/tiangolo/fastapi/pull/9298) by [@​grdworkin](https://togithub.com/grdworkin). - πŸ“ Fix typo in `docs/en/docs/advanced/behind-a-proxy.md`. PR [#​5681](https://togithub.com/tiangolo/fastapi/pull/5681) by [@​Leommjr](https://togithub.com/Leommjr). - ✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md`. PR [#​6083](https://togithub.com/tiangolo/fastapi/pull/6083) by [@​Kimiaattaei](https://togithub.com/Kimiaattaei). - ✏️ Fix format, remove unnecessary asterisks in `docs/en/docs/help-fastapi.md`. PR [#​9249](https://togithub.com/tiangolo/fastapi/pull/9249) by [@​armgabrielyan](https://togithub.com/armgabrielyan). - ✏ Fix typo in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#​9272](https://togithub.com/tiangolo/fastapi/pull/9272) by [@​nicornk](https://togithub.com/nicornk). - ✏ Fix typo/bug in inline code example in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#​9273](https://togithub.com/tiangolo/fastapi/pull/9273) by [@​tim-habitat](https://togithub.com/tim-habitat). - ✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md`. PR [#​9282](https://togithub.com/tiangolo/fastapi/pull/9282) by [@​aadarsh977](https://togithub.com/aadarsh977). - ✏ Fix typo: 'wll' to 'will' in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#​9380](https://togithub.com/tiangolo/fastapi/pull/9380) by [@​dasstyxx](https://togithub.com/dasstyxx). ##### Translations - 🌐 Add French translation for `docs/fr/docs/advanced/index.md`. PR [#​5673](https://togithub.com/tiangolo/fastapi/pull/5673) by [@​axel584](https://togithub.com/axel584). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md`. PR [#​4053](https://togithub.com/tiangolo/fastapi/pull/4053) by [@​luccasmmg](https://togithub.com/luccasmmg). - 🌐 Add Russian translation for `docs/ru/docs/alternatives.md`. PR [#​5994](https://togithub.com/tiangolo/fastapi/pull/5994) by [@​Xewus](https://togithub.com/Xewus). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/extra-models.md`. PR [#​5912](https://togithub.com/tiangolo/fastapi/pull/5912) by [@​LorhanSohaky](https://togithub.com/LorhanSohaky). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-operation-configuration.md`. PR [#​5936](https://togithub.com/tiangolo/fastapi/pull/5936) by [@​LorhanSohaky](https://togithub.com/LorhanSohaky). - 🌐 Add Russian translation for `docs/ru/docs/contributing.md`. PR [#​6002](https://togithub.com/tiangolo/fastapi/pull/6002) by [@​stigsanek](https://togithub.com/stigsanek). - 🌐 Add Korean translation for `docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#​9176](https://togithub.com/tiangolo/fastapi/pull/9176) by [@​sehwan505](https://togithub.com/sehwan505). - 🌐 Add Russian translation for `docs/ru/docs/project-generation.md`. PR [#​9243](https://togithub.com/tiangolo/fastapi/pull/9243) by [@​Xewus](https://togithub.com/Xewus). - 🌐 Add French translation for `docs/fr/docs/index.md`. PR [#​9265](https://togithub.com/tiangolo/fastapi/pull/9265) by [@​frabc](https://togithub.com/frabc). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/query-params-str-validations.md`. PR [#​9267](https://togithub.com/tiangolo/fastapi/pull/9267) by [@​dedkot01](https://togithub.com/dedkot01). - 🌐 Add Russian translation for `docs/ru/docs/benchmarks.md`. PR [#​9271](https://togithub.com/tiangolo/fastapi/pull/9271) by [@​Xewus](https://togithub.com/Xewus). ##### Internal - πŸ”§ Update sponsors: remove Jina. PR [#​9388](https://togithub.com/tiangolo/fastapi/pull/9388) by [@​tiangolo](https://togithub.com/tiangolo). - πŸ”§ Update sponsors, add databento, remove Ines's course and StriveWorks. PR [#​9351](https://togithub.com/tiangolo/fastapi/pull/9351) by [@​tiangolo](https://togithub.com/tiangolo).
pytest-dev/pytest ### [`v7.3.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.3.1) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.3.0...7.3.1) # pytest 7.3.1 (2023-04-14) ## Improvements - [#​10875](https://togithub.com/pytest-dev/pytest/issues/10875): Python 3.12 support: fixed `RuntimeError: TestResult has no addDuration method` when running `unittest` tests. - [#​10890](https://togithub.com/pytest-dev/pytest/issues/10890): Python 3.12 support: fixed `shutil.rmtree(onerror=...)` deprecation warning when using `tmp_path`{.interpreted-text role="fixture"}. ## Bug Fixes - [#​10896](https://togithub.com/pytest-dev/pytest/issues/10896): Fixed performance regression related to `tmp_path`{.interpreted-text role="fixture"} and the new `tmp_path_retention_policy`{.interpreted-text role="confval"} option. - [#​10903](https://togithub.com/pytest-dev/pytest/issues/10903): Fix crash `INTERNALERROR IndexError: list index out of range` which happens when displaying an exception where all entries are hidden. This reverts the change "Correctly handle `__tracebackhide__` for chained exceptions." introduced in version 7.3.0.

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