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

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
httpx (changelog) ==0.24.0 -> ==0.24.1 age adoption passing confidence
platformdirs ==3.5.0 -> ==3.5.1 age adoption passing confidence
pytest-cov (changelog) ==4.0.0 -> ==4.1.0 age adoption passing confidence

Release Notes

encode/httpx ### [`v0.24.1`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#​0241-17th-May-2023) [Compare Source](https://togithub.com/encode/httpx/compare/0.24.0...0.24.1) ##### Added - Provide additional context in some `InvalidURL` exceptions. ([#​2675](https://togithub.com/encode/httpx/issues/2675)) ##### Fixed - Fix optional percent-encoding behaviour. ([#​2671](https://togithub.com/encode/httpx/issues/2671)) - More robust checking for opening upload files in binary mode. ([#​2630](https://togithub.com/encode/httpx/issues/2630)) - Properly support IP addresses in `NO_PROXY` environment variable. ([#​2659](https://togithub.com/encode/httpx/issues/2659)) - Set default file for `NetRCAuth()` to `None` to use the stdlib default. ([#​2667](https://togithub.com/encode/httpx/issues/2667)) - Set logging request lines to INFO level for async requests, in line with sync requests. ([#​2656](https://togithub.com/encode/httpx/issues/2656)) - Fix which gen-delims need to be escaped for path/query/fragment components in URL. ([#​2701](https://togithub.com/encode/httpx/issues/2701))
platformdirs/platformdirs ### [`v3.5.1`](https://togithub.com/platformdirs/platformdirs/releases/tag/3.5.1) [Compare Source](https://togithub.com/platformdirs/platformdirs/compare/3.5.0...3.5.1) #### What's Changed - Add 3.12 support by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/174](https://togithub.com/platformdirs/platformdirs/pull/174) - Add tox.ini to sdist by [@​mtelka](https://togithub.com/mtelka) in [https://github.com/platformdirs/platformdirs/pull/178](https://togithub.com/platformdirs/platformdirs/pull/178) - removing Windows versions by [@​keller00](https://togithub.com/keller00) in [https://github.com/platformdirs/platformdirs/pull/175](https://togithub.com/platformdirs/platformdirs/pull/175) - Better handling for UNIX support by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/183](https://togithub.com/platformdirs/platformdirs/pull/183) #### New Contributors - [@​mtelka](https://togithub.com/mtelka) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/178](https://togithub.com/platformdirs/platformdirs/pull/178) **Full Changelog**: https://github.com/platformdirs/platformdirs/compare/3.5.0...3.5.1
pytest-dev/pytest-cov ### [`v4.1.0`](https://togithub.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#​410-2023-05-24) [Compare Source](https://togithub.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) - Updated CI with new Pythons and dependencies. - Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0. Contributed by Sorin Sbarnea in `#​558 `\_. - Optimized summary generation to not be performed if no reporting is active (for example, when `--cov-report=''` is used without `--cov-fail-under`). Contributed by Jonathan Stewmon in `#​589 `\_. - Added support for JSON reporting. Contributed by Matthew Gamble in `#​582 `\_. - Refactored code to use f-strings. Contributed by Mark Mayo in `#​572 `\_. - Fixed a skip in the test suite for some old xdist. Contributed by a bunch of people in `#​565 `\_.

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 1 year ago

Codecov Report

Merging #157 (dc98540) into main (8823ae4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files           7        7           
  Lines         389      389           
=======================================
  Hits          385      385           
  Misses          4        4           
Flag Coverage Δ
macos-latest 98.97% <ø> (ø)
ubuntu-latest 98.97% <ø> (ø)
windows-latest 98.97% <ø> (ø)

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