chore(deps): Bump pytest from 7.4.2 to 7.4.4 in /demo/playground/examples
Bumps pytest from 7.4.2 to 7.4.4.
Release notes
Sourced from pytest's releases.
pytest 7.4.4 (2023-12-31)
Bug Fixes
- #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
- #11572: Handle an edge case where
sys.stderr{.interpreted-text role="data"} andsys.__stderr__{.interpreted-text role="data"} might already be closed whenfaulthandler{.interpreted-text role="ref"} is tearing down.- #11710: Fixed tracebacks from collection errors not getting pruned.
- #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in
__iter__methods. Now they are treated un-iterable instead.Improved Documentation
- #11091: Updated documentation to refer to hyphenated options: replaced
--junitxmlwith--junit-xmland--collectonlywith--collect-only.pytest 7.4.3 (2023-10-24)
Bug Fixes
#10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.
#11239: Fixed
:=in asserts impacting unrelated test cases.#11439: Handled an edge case where :data:
sys.stderrmight already be closed when :ref:faulthandleris tearing down.
Commits
33f694fPrepare release version 7.4.476c107cMerge pull request #11751 from bluetech/backport-11143-to-7.4.x531d76d[7.4.x] Improve reporting from iter exceptions (#11749)a0f58faMerge pull request #11143 from tushar-deepsource/patch-1b1f3387[7.4.x] #11091: documentation should use hypthonated properties (#11750)2cdd619Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.xd06c05b[7.4.x] nodes: fix tracebacks from collection errors are not getting pruned5582bfc[7.4.x] Improves clarity in Sphinx documentation for function signature. (#11...13024ef[7.4.x] Fix for operation on closed file in faulthandler teardown (#11631)a40dacf[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Updating via https://github.com/hyperledger/aries-cloudagent-python/pull/3008
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.