hugovk / norwegianblue

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

Update requirements.txt #222

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
platformdirs (changelog) ==4.2.2 -> ==4.3.6 age adoption passing confidence
pytest (changelog) ==8.3.2 -> ==8.3.3 age adoption passing confidence

Release Notes

tox-dev/platformdirs (platformdirs) ### [`v4.3.6`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.6) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.5...4.3.6) #### What's Changed - Fix readme download target by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/307](https://redirect.github.com/tox-dev/platformdirs/pull/307) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.5...4.3.6 ### [`v4.3.5`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.5) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.4...4.3.5) #### What's Changed - Split build and publish for release by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/306](https://redirect.github.com/tox-dev/platformdirs/pull/306) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.4...4.3.5 ### [`v4.3.4`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.4) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.3...4.3.4) #### What's Changed - Use upstream setup-uv with uv python by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/305](https://redirect.github.com/tox-dev/platformdirs/pull/305) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.4 ### [`v4.3.3`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.3) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3) #### What's Changed - Update check.yml by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/302](https://redirect.github.com/tox-dev/platformdirs/pull/302) - don't include outdated changelog in docs by [@​cbm755](https://redirect.github.com/cbm755) in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) #### New Contributors - [@​cbm755](https://redirect.github.com/cbm755) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3 ### [`v4.3.2`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.2) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.1...4.3.2) #### What's Changed - Use uv as installer by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/300](https://redirect.github.com/tox-dev/platformdirs/pull/300) - Fix multi-path returned from `_path` methods on MacOS by [@​matthewhughes934](https://redirect.github.com/matthewhughes934) in [https://github.com/tox-dev/platformdirs/pull/299](https://redirect.github.com/tox-dev/platformdirs/pull/299) #### New Contributors - [@​matthewhughes934](https://redirect.github.com/matthewhughes934) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/299](https://redirect.github.com/tox-dev/platformdirs/pull/299) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.1...4.3.2 ### [`v4.3.1`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.1) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.0...4.3.1) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.0...4.3.1 ### [`v4.3.0`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.0) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.2.2...4.3.0) #### What's Changed - Speed up Hatch installation by [@​ofek](https://redirect.github.com/ofek) in [https://github.com/tox-dev/platformdirs/pull/282](https://redirect.github.com/tox-dev/platformdirs/pull/282) - Test with Python 3.13 by [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [https://github.com/tox-dev/platformdirs/pull/289](https://redirect.github.com/tox-dev/platformdirs/pull/289) - Test with latest PyPy by [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [https://github.com/tox-dev/platformdirs/pull/290](https://redirect.github.com/tox-dev/platformdirs/pull/290) - Use `include-hidden-files: true` to upload coverage artifacts by [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [https://github.com/tox-dev/platformdirs/pull/298](https://redirect.github.com/tox-dev/platformdirs/pull/298) - Ensure PlatformDirs is valid superclass type for mypy AND not an abstract class for other checkers by [@​Avasam](https://redirect.github.com/Avasam) in [https://github.com/tox-dev/platformdirs/pull/295](https://redirect.github.com/tox-dev/platformdirs/pull/295) #### New Contributors - [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/289](https://redirect.github.com/tox-dev/platformdirs/pull/289) - [@​Avasam](https://redirect.github.com/Avasam) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/295](https://redirect.github.com/tox-dev/platformdirs/pull/295) **Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.2.2...4.3.0
pytest-dev/pytest (pytest) ### [`v8.3.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.3) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) # pytest 8.3.3 (2024-09-09) ## Bug fixes - [#​12446](https://redirect.github.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"} - [#​12659](https://redirect.github.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1. - [#​12667](https://redirect.github.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail. - [#​12744](https://redirect.github.com/pytest-dev/pytest/issues/12744): Fixed typing compatibility with Python 3.9 or less -- replaced \[typing.Self]{.title-ref} with \[typing_extensions.Self]{.title-ref} -- by `Avasam`{.interpreted-text role="user"} - [#​12745](https://redirect.github.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments. - [#​6682](https://redirect.github.com/pytest-dev/pytest/issues/6682): Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in `assert condition, msg`). - [#​9422](https://redirect.github.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option. \-- by `GTowers1`{.interpreted-text role="user"} ## Improved documentation - [#​12663](https://redirect.github.com/pytest-dev/pytest/issues/12663): Clarify that the \[pytest_deselected]{.title-ref} hook should be called from \[pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected. - [#​12678](https://redirect.github.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs. ## Miscellaneous internal changes - [#​12769](https://redirect.github.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks.

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 was generated by Mend Renovate. View the repository job log.