cds-snc / url-shortener

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

chore(deps): update all minor dependencies #359

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
requests (source, changelog) ==2.28.2 -> ==2.29.0 age adoption passing confidence
uvicorn (changelog) ==0.21.1 -> ==0.22.0 age adoption passing confidence

Review


Release Notes

psf/requests ### [`v2.29.0`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#​2290-2023-04-26) [Compare Source](https://togithub.com/psf/requests/compare/v2.28.2...v2.29.0) **Improvements** - Requests now defers chunked requests to the urllib3 implementation to improve standardization. ([#​6226](https://togithub.com/psf/requests/issues/6226)) - Requests relaxes header component requirements to support bytes/str subclasses. ([#​6356](https://togithub.com/psf/requests/issues/6356))
encode/uvicorn ### [`v0.22.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#​0220---2023-04-28) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.21.1...0.22.0) ##### Added - Add `--timeout-graceful-shutdown` parameter ([#​1950](https://togithub.com/encode/uvicorn/issues/1950)) 26/04/23 - Handle `SIGBREAK` on Windows ([#​1909](https://togithub.com/encode/uvicorn/issues/1909)) 15/04/23 ##### Fixed - Shutdown event is now being triggered on Windows when using hot reload ([#​1584](https://togithub.com/encode/uvicorn/issues/1584)) 13/04/23 - `--reload-delay` is effectively used on the `watchfiles` reloader ([#​1930](https://togithub.com/encode/uvicorn/issues/1930)) 22/04/23

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