RedHatQE / openshift-python-wrapper-data-collector

Data collector for https://github.com/openshift/openshift-python-wrapper when running with PyTest
Apache License 2.0
1 stars 6 forks source link

Update poetry-deps #142

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipython 8.12.3 -> 8.25.0 age adoption passing confidence
pytest (changelog) 8.2.1 -> 8.2.2 age adoption passing confidence

Release Notes

ipython/ipython (ipython) ### [`v8.25.0`](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0) ### [`v8.24.0`](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) ### [`v8.23.0`](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0) ### [`v8.22.2`](https://togithub.com/ipython/ipython/compare/8.22.1...8.22.2) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.1...8.22.2) ### [`v8.22.1`](https://togithub.com/ipython/ipython/compare/8.22.0...8.22.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.0...8.22.1) ### [`v8.22.0`](https://togithub.com/ipython/ipython/compare/8.21.0...8.22.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.21.0...8.22.0) ### [`v8.21.0`](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0) ### [`v8.20.0`](https://togithub.com/ipython/ipython/compare/8.19.0...8.20.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.19.0...8.20.0) ### [`v8.19.0`](https://togithub.com/ipython/ipython/compare/8.18.1...8.19.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.18.1...8.19.0) ### [`v8.18.1`](https://togithub.com/ipython/ipython/compare/8.18.0...8.18.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.18.0...8.18.1) ### [`v8.18.0`](https://togithub.com/ipython/ipython/compare/8.17.2...8.18.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.17.2...8.18.0) ### [`v8.17.2`](https://togithub.com/ipython/ipython/compare/8.17.1...8.17.2) [Compare Source](https://togithub.com/ipython/ipython/compare/8.17.1...8.17.2) ### [`v8.17.1`](https://togithub.com/ipython/ipython/compare/8.17.0...8.17.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.17.0...8.17.1) ### [`v8.17.0`](https://togithub.com/ipython/ipython/compare/8.16.1...8.17.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.16.1...8.17.0) ### [`v8.16.1`](https://togithub.com/ipython/ipython/compare/8.16.0...8.16.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.16.0...8.16.1) ### [`v8.16.0`](https://togithub.com/ipython/ipython/compare/8.15.0...8.16.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.15.0...8.16.0) ### [`v8.15.0`](https://togithub.com/ipython/ipython/compare/8.14.0...8.15.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.14.0...8.15.0) ### [`v8.14.0`](https://togithub.com/ipython/ipython/compare/8.13.2...8.14.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.13.2...8.14.0) ### [`v8.13.2`](https://togithub.com/ipython/ipython/compare/8.13.1...8.13.2) [Compare Source](https://togithub.com/ipython/ipython/compare/8.13.1...8.13.2) ### [`v8.13.1`](https://togithub.com/ipython/ipython/compare/8.13.0...8.13.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.13.0...8.13.1) ### [`v8.13.0`](https://togithub.com/ipython/ipython/compare/8.12.2...8.13.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.12.3...8.13.0)
pytest-dev/pytest (pytest) ### [`v8.2.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.2) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.1...8.2.2) # pytest 8.2.2 (2024-06-04) ## Bug Fixes - [#​12355](https://togithub.com/pytest-dev/pytest/issues/12355): Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters. - [#​12367](https://togithub.com/pytest-dev/pytest/issues/12367): Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown. - [#​12381](https://togithub.com/pytest-dev/pytest/issues/12381): Fix possible "Directory not empty" crashes arising from concurent cache dir (`.pytest_cache`) creation. Regressed in pytest 8.2.0. ## Improved Documentation - [#​12290](https://togithub.com/pytest-dev/pytest/issues/12290): Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme. - [#​12356](https://togithub.com/pytest-dev/pytest/issues/12356): Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness. - [#​12363](https://togithub.com/pytest-dev/pytest/issues/12363): The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

redhat-qe-bot1 commented 3 months ago

Report bugs in Issues

The following are automatically added:

Available user actions:

Supported /retest check runs * `/retest tox`: Retest tox * `/retest python-module-install`: Retest python-module-install
Supported labels * hold * verified * wip * lgtm
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

myakove commented 3 months ago

/lgtm

msi-b1 commented 3 months ago

Owner of the pull request renovate[bot] is part of: ['renovate[bot]', 'pre-commit-ci[bot]', 'redhat-qe-bot', 'redhat-qe-bot1', 'redhat-qe-bot2', 'msi-b1'] Pull request is merged automatically.