Skip to content

Commit

Permalink
0.14.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 6, 2024
1 parent a481ede commit 0558f53
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 1 deletion.
154 changes: 154 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- [#​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.

- [#​11239](https://togithub.com/pytest-dev/pytest/issues/11239):
Fixed `:=` in asserts impacting unrelated test cases.

- [#​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

- [#​11237](https://togithub.com/pytest-dev/pytest/issues/11237):
Fix doctest collection of `functools.cached_property` objects.

- [#​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.

- [#​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.

- [#​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

- [#​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

- [#​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.

- [#​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.

- [#​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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
description = "Memium"
classifiers = ["Programming Language :: Python :: 3.11"]
Expand Down

0 comments on commit 0558f53

Please sign in to comment.