From 0558f538dcbd4dc15ae84830fb3e3912f1366e54 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Feb 2024 14:03:48 +0000 Subject: [PATCH] 0.14.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 154 +++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 155 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39636cbb..a3da1976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,158 @@ +## v0.14.3 (2024-02-06) + +### Chore + +* chore(deps): update dependency tests/pytest to v7.4.4 (#559) + +[![Mend +Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | +|---|---|---|---|---|---| +| [tests/pytest](https://docs.pytest.org/en/latest/) +([source](https://togithub.com/pytest-dev/pytest), +[changelog](https://docs.pytest.org/en/stable/changelog.html)) | +`==7.4.0` -> `==7.4.4` | +[![age](https://developer.mend.io/api/mc/badges/age/pypi/tests%2fpytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) +| +[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tests%2fpytest/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) +| +[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tests%2fpytest/7.4.0/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) +| +[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tests%2fpytest/7.4.0/7.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) +| + +--- + +### Release Notes + +<details> +<summary>pytest-dev/pytest (tests/pytest)</summary> + +### +[`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) + +### +[`v7.4.3`](https://togithub.com/pytest-dev/pytest/releases/tag/v7.4.3): +pytest 7.4.3 (2023-10-24) + +[Compare +Source](https://togithub.com/pytest-dev/pytest/compare/7.4.2...7.4.3) + +## Bug Fixes + +- [#&#8203;10447](https://togithub.com/pytest-dev/pytest/issues/10447): +Markers are now considered in the reverse mro order to ensure base class +markers are considered first -- this resolves a regression. + +- [#&#8203;11239](https://togithub.com/pytest-dev/pytest/issues/11239): +Fixed `:=` in asserts impacting unrelated test cases. + +- [#&#8203;11439](https://togithub.com/pytest-dev/pytest/issues/11439): +Handled an edge case where :data:`sys.stderr` might already be closed +when :ref:`faulthandler` is tearing down. + +### +[`v7.4.2`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.2): +pytest 7.4.2 (2023-09-07) + +[Compare +Source](https://togithub.com/pytest-dev/pytest/compare/7.4.1...7.4.2) + +##### Bug Fixes + +- [#&#8203;11237](https://togithub.com/pytest-dev/pytest/issues/11237): +Fix doctest collection of `functools.cached_property` objects. + +- [#&#8203;11306](https://togithub.com/pytest-dev/pytest/issues/11306): +Fixed bug using `--importmode=importlib` which would cause package +`__init__.py` files to be imported more than once in some cases. + +- [#&#8203;11367](https://togithub.com/pytest-dev/pytest/issues/11367): +Fixed bug where `user_properties` where not being saved in the JUnit XML +file if a fixture failed during teardown. + +- [#&#8203;11394](https://togithub.com/pytest-dev/pytest/issues/11394): +Fixed crash when parsing long command line arguments that might be +interpreted as files. + +##### Improved Documentation + +- [#&#8203;11391](https://togithub.com/pytest-dev/pytest/issues/11391): +Improved disclaimer on pytest plugin reference page to better indicate +this is an automated, non-curated listing. + +### +[`v7.4.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.1): +pytest 7.4.1 (2023-09-02) + +[Compare +Source](https://togithub.com/pytest-dev/pytest/compare/7.4.0...7.4.1) + +## Bug Fixes + +- [#&#8203;10337](https://togithub.com/pytest-dev/pytest/issues/10337): +Fixed bug where fake intermediate modules generated by +`--import-mode=importlib` would not include the + child modules as attributes of the parent modules. + +- [#&#8203;10702](https://togithub.com/pytest-dev/pytest/issues/10702): +Fixed error assertion handling in `pytest.approx` when `None` is an +expected or received value when comparing dictionaries. + +- [#&#8203;10811](https://togithub.com/pytest-dev/pytest/issues/10811): +Fixed issue when using `--import-mode=importlib` together with +`--doctest-modules` that caused modules +to be imported more than once, causing problems with modules that have +import side effects. + +</details> + +--- + +### Configuration + +📅 **Schedule**: Branch creation - At any time (no schedule defined), +Automerge - At any time (no schedule defined). + +🚦 **Automerge**: Disabled because a matching PR was automerged +previously. + +♻ **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. + +--- + +- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check +this box + +--- + +This PR has been generated by [Mend +Renovate](https://www.mend.io/free-developer-tools/renovate/). View +repository job log +[here](https://developer.mend.io/github/MartinBernstorff/Memium). + +<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> ([`a481ede`](https://github.com/MartinBernstorff/Memium/commit/a481ede81df0bf67e6c67cf3dbacf18bcc8ce1b2)) + +### Fix + +* fix: remove cloze extraction from default (#571) ([`48074a8`](https://github.com/MartinBernstorff/Memium/commit/48074a8194becd2bfc4c5391453d5df7726dde2c)) + +* fix: remove cloze extraction from default ([`3d4c889`](https://github.com/MartinBernstorff/Memium/commit/3d4c889c9ad56b51a4de4a9efbc2c163866909a0)) + + ## v0.14.2 (2024-02-06) ### Ci @@ -54,6 +206,8 @@ ### Chore +* chore(deps): update dependency tests/pytest to v7.4.4 ([`427d6a8`](https://github.com/MartinBernstorff/Memium/commit/427d6a813bae2ee3c799bc53e4df517c144015b5)) + * chore(deps): update dependency pydantic to v2.6.0 ([`74776d2`](https://github.com/MartinBernstorff/Memium/commit/74776d26748fa3a902ea628d27bfca0bd7e8267b)) ### Feature diff --git a/pyproject.toml b/pyproject.toml index a59d0111..bcd6938f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.14.2" +version = "0.14.3" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]