hugovk / norwegianblue

CLI to show end-of-life dates for a number of products.
https://endoflife.date
MIT License
76 stars 4 forks source link

Update dependency respx to v0.20.0 #98

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
respx (source, changelog) ==0.19.2 -> ==0.20.0 age adoption passing confidence

Release Notes

lundberg/respx ### [`v0.20.0`](https://togithub.com/lundberg/respx/blob/HEAD/CHANGELOG.md#​0200---2022-09-16) [Compare Source](https://togithub.com/lundberg/respx/compare/0.19.3...0.20.0) ##### Changed - Type `Router.__getitem__` to not return optional routes, thanks [@​flaeppe](https://togithub.com/flaeppe) ([#​216](https://togithub.com/lundberg/respx/issues/216)) - Change `Call.response` to raise instead of returning optional response ([#​217](https://togithub.com/lundberg/respx/issues/217)) - Change `CallList.last` to raise instead of return optional call ([#​217](https://togithub.com/lundberg/respx/issues/217)) - Type `M()` to not return optional pattern, by introducing a `Noop` pattern ([#​217](https://togithub.com/lundberg/respx/issues/217)) - Type `Route.pattern` to not be optional ([#​217](https://togithub.com/lundberg/respx/issues/217)) ##### Fixed - Correct type hints for side effects ([#​217](https://togithub.com/lundberg/respx/issues/217)) ##### Added - Runs `mypy` on both tests and respx ([#​217](https://togithub.com/lundberg/respx/issues/217)) - Added nox test session for python 3.11 ([#​217](https://togithub.com/lundberg/respx/issues/217)) - Added `Call.has_response` helper, now that `.response` raises ([#​217](https://togithub.com/lundberg/respx/issues/217)) ### [`v0.19.3`](https://togithub.com/lundberg/respx/blob/HEAD/CHANGELOG.md#​0193---2022-09-14) [Compare Source](https://togithub.com/lundberg/respx/compare/0.19.2...0.19.3) ##### Fixed - Fix typing for Route modulos arg - Respect patterns with empty value when using equal lookup ([#​206](https://togithub.com/lundberg/respx/issues/206)) - Use pytest asyncio auto mode ([#​212](https://togithub.com/lundberg/respx/issues/212)) - Fix mock decorator to work together with pytest fixtures ([#​213](https://togithub.com/lundberg/respx/issues/213)) - Wrap pytest function correctly, i.e. don't hide real function name ([#​213](https://togithub.com/lundberg/respx/issues/213)) ##### Changed - Enable mypy strict_optional ([#​201](https://togithub.com/lundberg/respx/issues/201))

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



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

codecov[bot] commented 1 year ago

Codecov Report

Merging #98 (0f5df00) into main (38bc0b6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files           9        9           
  Lines         382      382           
=======================================
  Hits          364      364           
  Misses         18       18           
Flag Coverage Δ
macos-latest 95.28% <ø> (ø)
ubuntu-latest 95.28% <ø> (ø)
windows-latest 95.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more