ha-enthus1ast / plejd-mqtt-ha

Plejd MQTT
Apache License 2.0
1 stars 0 forks source link

Bump pytest from 7.4.3 to 7.4.4 #37

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps pytest from 7.4.3 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"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.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 --junitxml with --junit-xml and --collectonly with --collect-only.
Commits
  • 33f694f Prepare release version 7.4.4
  • 76c107c Merge pull request #11751 from bluetech/backport-11143-to-7.4.x
  • 531d76d [7.4.x] Improve reporting from iter exceptions (#11749)
  • a0f58fa Merge pull request #11143 from tushar-deepsource/patch-1
  • b1f3387 [7.4.x] #11091: documentation should use hypthonated properties (#11750)
  • 2cdd619 Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x
  • d06c05b [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
  • 5582bfc [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 compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 8 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.02s
✅ BASH bash-exec 1 0 0.0s
✅ BASH shellcheck 1 0 0.02s
✅ BASH shfmt 1 0 0 0.01s
✅ DOCKERFILE hadolint 1 0 0.1s
✅ JSON eslint-plugin-jsonc 2 0 0 1.13s
✅ JSON jsonlint 2 0 0.15s
✅ JSON prettier 2 0 0 0.37s
✅ JSON v8r 2 0 2.55s
✅ MARKDOWN markdownlint 5 0 0 1.13s
✅ MARKDOWN markdown-link-check 5 0 2.44s
✅ MARKDOWN markdown-table-formatter 5 0 0 0.33s
✅ PYTHON bandit 14 0 1.0s
✅ PYTHON black 18 0 0 1.08s
✅ PYTHON flake8 18 0 0.55s
✅ PYTHON isort 18 0 0 0.33s
✅ PYTHON pylint 18 0 11.77s
✅ PYTHON ruff 18 0 0 0.03s
✅ REPOSITORY gitleaks yes no 0.08s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 10.6s
✅ REPOSITORY secretlint yes no 0.7s
✅ REPOSITORY trivy yes no 5.93s
✅ REPOSITORY trivy-sbom yes no 2.67s
✅ REPOSITORY trufflehog yes no 3.0s
✅ SPELL lychee 14 0 1.13s
✅ YAML prettier 7 0 0 0.89s
✅ YAML v8r 7 0 11.65s
✅ YAML yamllint 7 0 0.27s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_