Memium

Latest version: v0.25.21

Safety actively analyzes 688674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 19

8.5.1

([`ff53391`](https://github.com/MartinBernstorff/Memium/commit/ff53391d9bfabc36a76fb9b46189730a5fc81ff9))

8.3.4

[Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.3...8.3.4)

pytest 8.3.4 (2024-12-01)

Bug fixes

- [&8203;12592](https://redirect.github.com/pytest-dev/pytest/issues/12592): Fixed
`KeyError`{.interpreted-text role="class"} crash when using `--import-mode=importlib` in a
directory layout where a directory contains a child directory with the same name.

- [&8203;12818](https://redirect.github.com/pytest-dev/pytest/issues/12818): Assertion rewriting
now preserves the source ranges of the original instructions, making it play well with tools that
deal with the `AST`, like [executing](https://redirect.github.com/alexmojaki/executing).

- [&8203;12849](https://redirect.github.com/pytest-dev/pytest/issues/12849): ANSI escape codes for
colored output now handled correctly in `pytest.fail`{.interpreted-text role="func"} with
\[pytrace=False]{.title-ref}.

- [&8203;9353](https://redirect.github.com/pytest-dev/pytest/issues/9353):
`pytest.approx`{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

- [&8203;10558](https://redirect.github.com/pytest-dev/pytest/issues/10558): Fix ambiguous
docstring of `pytest.Config.getoption`{.interpreted-text role="func"}.

- [&8203;10829](https://redirect.github.com/pytest-dev/pytest/issues/10829): Improve documentation
on the current handling of the `--basetemp` option and its lack of retention functionality
(`temporary directory location and retention`{.interpreted-text role="ref"}).

- [&8203;12866](https://redirect.github.com/pytest-dev/pytest/issues/12866): Improved
cross-references concerning the `recwarn`{.interpreted-text role="fixture"} fixture.

- [&8203;12966](https://redirect.github.com/pytest-dev/pytest/issues/12966): Clarify
`filterwarnings`{.interpreted-text role="ref"} docs on filter precedence/order when using multiple
`pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>`{.interpreted-text role="ref"}
marks.

Contributor-facing changes

- [&8203;12497](https://redirect.github.com/pytest-dev/pytest/issues/12497): Fixed two failing
pdb-related tests on Python 3.13.

</details>

Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]users.noreply.github.com>

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)

- [&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-->

0.25.21

Bug Fixes

- **deps**: Update dependency diff-cover to v9.2.1
([794](https://github.com/MartinBernstorff/Memium/pull/794),
[`625992b`](https://github.com/MartinBernstorff/Memium/commit/625992b669b462c84fe06da81e56bce45e78965e))

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| |
[diff-cover](https://redirect.github.com/Bachmann1234/diff-cover) | `==9.2.0` -> `==9.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/diff-cover/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/diff-cover/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/diff-cover/9.2.0/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/diff-cover/9.2.0/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

Release Notes

<details> <summary>Bachmann1234/diff-cover (diff-cover)</summary>

[`v9.2.1`](https://redirect.github.com/Bachmann1234/diff_cover/releases/tag/v9.2.1): Version
9.2.1

[Compare Source](https://redirect.github.com/Bachmann1234/diff-cover/compare/v9.2.0...v9.2.1)

What's Changed

- Fix inline comments by [&8203;Bachmann1234](https://redirect.github.com/Bachmann1234) in
[https://github.com/Bachmann1234/diff_cover/pull/423](https://redirect.github.com/Bachmann1234/diff_cover/pull/423)

- Add support for py313 by [&8203;ssbarnea](https://redirect.github.com/ssbarnea) in
[https://github.com/Bachmann1234/diff_cover/pull/427](https://redirect.github.com/Bachmann1234/diff_cover/pull/427)

- Drop 3.8 by [&8203;Bachmann1234](https://redirect.github.com/Bachmann1234) in
[https://github.com/Bachmann1234/diff_cover/pull/428](https://redirect.github.com/Bachmann1234/diff_cover/pull/428)

- Bump tomli from 2.0.1 to 2.0.2 by [&8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Bachmann1234/diff_cover/pull/422](https://redirect.github.com/Bachmann1234/diff_cover/pull/422)

- Bump doc8 from 1.1.1 to 1.1.2 by [&8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Bachmann1234/diff_cover/pull/421](https://redirect.github.com/Bachmann1234/diff_cover/pull/421)

- Bump tomli from 2.0.2 to 2.2.1 by [&8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Bachmann1234/diff_cover/pull/425](https://redirect.github.com/Bachmann1234/diff_cover/pull/425)

New Contributors

- [&8203;ssbarnea](https://redirect.github.com/ssbarnea) made their first contribution in
[https://github.com/Bachmann1234/diff_cover/pull/427](https://redirect.github.com/Bachmann1234/diff_cover/pull/427)

**Full Changelog**: https://github.com/Bachmann1234/diff_cover/compare/v9.2.0...v9.2.1

</details>

Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]users.noreply.github.com>

0.25.20

Bug Fixes

- **deps**: Update dependency iterpy to v1.11.0
([793](https://github.com/MartinBernstorff/Memium/pull/793),
[`8029894`](https://github.com/MartinBernstorff/Memium/commit/80298949b7ddb5234b60667ea98872ef71034f07))

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| |
[iterpy](https://redirect.github.com/MartinBernstorff/iterpy) | `==1.9.1` -> `==1.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/iterpy/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/iterpy/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/iterpy/1.9.1/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/iterpy/1.9.1/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

Release Notes

<details> <summary>MartinBernstorff/iterpy (iterpy)</summary>


[`v1.11.0`](https://redirect.github.com/MartinBernstorff/iterpy/blob/HEAD/CHANGELOG.md#v1110-2024-12-11)

[Compare Source](https://redirect.github.com/MartinBernstorff/iterpy/compare/v1.10.0...v1.11.0)

Feature

- feat: make arr a subclass of list
([&8203;211](https://redirect.github.com/MartinBernstorff/iterpy/issues/211))

BREAKING: Renames `.count()` to `.len()` to avoid conflicts with Python

`list` while maintaining backwards compatability.
([`5e1cffd`](https://redirect.github.com/MartinBernstorff/iterpy/commit/5e1cffd7f59c1865524129f1b53b5c585109926d))

Unknown

- Revert "feat: make arr a subclass of list"
([&8203;210](https://redirect.github.com/MartinBernstorff/iterpy/issues/210))
([`9b143f5`](https://redirect.github.com/MartinBernstorff/iterpy/commit/9b143f542e8648450f98ad3d778d25e9ef893f15))

- Revert "feat: make arr a subclass of list
([&8203;209](https://redirect.github.com/MartinBernstorff/iterpy/issues/209))"

This reverts commit
[`05b4a70`](https://redirect.github.com/MartinBernstorff/iterpy/commit/05b4a7079237d97cd47e00375b3829f264f81670).
([`a335413`](https://redirect.github.com/MartinBernstorff/iterpy/commit/a33541325846e12f0c9e5bdeb92c92d98cdbc940))


[`v1.10.0`](https://redirect.github.com/MartinBernstorff/iterpy/blob/HEAD/CHANGELOG.md#v1100-2024-12-11)

[Compare Source](https://redirect.github.com/MartinBernstorff/iterpy/compare/v1.9.1...v1.10.0)

Chore

- chore: move to uv ([&8203;208](https://redirect.github.com/MartinBernstorff/iterpy/issues/208))
([`3052556`](https://redirect.github.com/MartinBernstorff/iterpy/commit/305255646e8b8d24f608998aa69514a11a15a68b))

- chore: delete dependabot.yml
([`0b60b52`](https://redirect.github.com/MartinBernstorff/iterpy/commit/0b60b52dc7a452bfa78ba20e1a971edd85b8cba8))

- feat: make arr a subclass of list
([&8203;209](https://redirect.github.com/MartinBernstorff/iterpy/issues/209))
([`05b4a70`](https://redirect.github.com/MartinBernstorff/iterpy/commit/05b4a7079237d97cd47e00375b3829f264f81670))

</details>

Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]users.noreply.github.com>

0.25.19

Bug Fixes

- **deps**: Update dependency sentry-sdk to v2.19.2
([792](https://github.com/MartinBernstorff/Memium/pull/792),
[`95402e2`](https://github.com/MartinBernstorff/Memium/commit/95402e2590a219fc669aab6b3cc33efe00069f10))

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| |
[sentry-sdk](https://redirect.github.com/getsentry/sentry-python)
([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) |
`==2.19.1` -> `==2.19.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

Release Notes

<details> <summary>getsentry/sentry-python (sentry-sdk)</summary>

[`v2.19.2`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2192)

[Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.19.1...2.19.2)

Various fixes & improvements

- Deepcopy and ensure get_all function always terminates
([&8203;3861](https://redirect.github.com/getsentry/sentry-python/issues/3861)) by
[&8203;cmanallen](https://redirect.github.com/cmanallen) - Cleanup chalice test environment
([&8203;3858](https://redirect.github.com/getsentry/sentry-python/issues/3858)) by
[&8203;antonpirker](https://redirect.github.com/antonpirker)

</details>

Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job
log](https://developer.mend.io/github/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]users.noreply.github.com>

Page 6 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.