hugovk / norwegianblue

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

Update requirements.txt #186

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
freezegun (changelog) ==1.2.2 -> ==1.4.0 age adoption passing confidence
httpx (changelog) ==0.25.2 -> ==0.26.0 age adoption passing confidence
platformdirs ==4.0.0 -> ==4.1.0 age adoption passing confidence
pytest (source, changelog) ==7.4.3 -> ==7.4.4 age adoption passing confidence

Release Notes

spulec/freezegun (freezegun) ### [`v1.4.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#140) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.3.1...1.4.0) - `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag: `with freeze_time('1970-01-02', real_asyncio=True):` ### [`v1.3.1`](https://togithub.com/spulec/freezegun/compare/1.3.0...1.3.1) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.3.0...1.3.1) ### [`v1.3.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#130) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.2.2...1.3.0) - Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging forever. - Added support for Python 3.12
encode/httpx (httpx) ### [`v0.26.0`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#0260-20th-December-2023) [Compare Source](https://togithub.com/encode/httpx/compare/0.25.2...0.26.0) ##### Added - The `proxy` argument was added. You should use the `proxy` argument instead of the deprecated `proxies`, or use `mounts=` for more complex configurations. ([#​2879](https://togithub.com/encode/httpx/issues/2879)) ##### Deprecated - The `proxies` argument is now deprecated. It will still continue to work, but it will be removed in the future. ([#​2879](https://togithub.com/encode/httpx/issues/2879)) ##### Fixed - Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. ([#​2990](https://togithub.com/encode/httpx/issues/2990)) - Handle `NO_PROXY` envvar cases when a fully qualified URL is supplied as the value. ([#​2741](https://togithub.com/encode/httpx/issues/2741)) - Allow URLs where username or password contains unescaped '@​'. ([#​2986](https://togithub.com/encode/httpx/issues/2986)) - Ensure ASGI `raw_path` does not include URL query component. ([#​2999](https://togithub.com/encode/httpx/issues/2999)) - Ensure `Response.iter_text()` cannot yield empty strings. ([#​2998](https://togithub.com/encode/httpx/issues/2998))
platformdirs/platformdirs (platformdirs) ### [`v4.1.0`](https://togithub.com/platformdirs/platformdirs/releases/tag/4.1.0) [Compare Source](https://togithub.com/platformdirs/platformdirs/compare/4.0.0...4.1.0) ##### What's Changed - Update changelog for 4.0.0 by [@​rafalkrupinski](https://togithub.com/rafalkrupinski) in [https://github.com/platformdirs/platformdirs/pull/242](https://togithub.com/platformdirs/platformdirs/pull/242) - docs: fix Linux user_log_dir example in README by [@​dbohdan](https://togithub.com/dbohdan) in [https://github.com/platformdirs/platformdirs/pull/245](https://togithub.com/platformdirs/platformdirs/pull/245) - Drop support for EOL Python 3.7 by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/platformdirs/platformdirs/pull/246](https://togithub.com/platformdirs/platformdirs/pull/246) ##### New Contributors - [@​rafalkrupinski](https://togithub.com/rafalkrupinski) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/242](https://togithub.com/platformdirs/platformdirs/pull/242) - [@​dbohdan](https://togithub.com/dbohdan) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/245](https://togithub.com/platformdirs/platformdirs/pull/245) **Full Changelog**: https://github.com/platformdirs/platformdirs/compare/4.0.0...4.1.0
pytest-dev/pytest (pytest) ### [`v7.4.4`](https://togithub.com/pytest-dev/pytest/compare/7.4.3...7.4.4) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

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.

👻 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.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9f4fab8) 98.97% compared to head (0c9b9ac) 98.97%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #186 +/- ## ======================================= Coverage 98.97% 98.97% ======================================= Files 7 7 Lines 391 391 ======================================= Hits 387 387 Misses 4 4 ``` | [Flag](https://app.codecov.io/gh/hugovk/norwegianblue/pull/186/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hugo+van+Kemenade) | Coverage Δ | | |---|---|---| | [macos-latest](https://app.codecov.io/gh/hugovk/norwegianblue/pull/186/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hugo+van+Kemenade) | `98.97% <ø> (ø)` | | | [ubuntu-latest](https://app.codecov.io/gh/hugovk/norwegianblue/pull/186/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hugo+van+Kemenade) | `98.97% <ø> (ø)` | | | [windows-latest](https://app.codecov.io/gh/hugovk/norwegianblue/pull/186/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hugo+van+Kemenade) | `98.97% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hugo+van+Kemenade#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.