Skip to content

chore(deps-dev): update pytest-qt requirement from >=4.0.0 to >=4.5.0 - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-qt-gte-4.5.0
Open

chore(deps-dev): update pytest-qt requirement from >=4.0.0 to >=4.5.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-qt-gte-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-qt to permit the latest version.

Changelog

Sourced from pytest-qt's changelog.

4.5.0 (2025-07-01)

  • Added official support for Python 3.13.
  • Dropped support for EOL Python 3.8.
  • Dropped support for EOL PySide 2.
  • Type annotations are now provided. Note that because the Qt library used is defined at runtime, Qt classes are currently annotated as Any.
  • Fixed PySide6 exceptions / warnings about being unable to disconnect signals with qtbot.waitSignal ([#552](https://github.com/pytest-dev/pytest-qt/issues/552), [#558](https://github.com/pytest-dev/pytest-qt/issues/558)).
  • Reduced the likelyhood of trouble when using qtbot.waitSignal(s) and qtbot.waitCallback where the signal/callback is emitted from a non-main thread. In theory, more problems remain and this isn't a proper fix yet. In practice, it seems impossible to provoke any problems in pytest-qt's testsuite. ([#586](https://github.com/pytest-dev/pytest-qt/issues/586)_)

.. _#552: pytest-dev/pytest-qt#552 .. _#558: pytest-dev/pytest-qt#558 .. _#586: pytest-dev/pytest-qt#586

4.4.0 (2024-02-07)

  • pluggy >=1.1 is now required: we now use new-style hook wrappers, which are less error prone.

  • Fixed exception handling so they are properly cleared in Python 3.12, due to the new sys.last_exc <https://docs.python.org/3/library/sys.html#sys.last_exc>__ attribute ([#532](https://github.com/pytest-dev/pytest-qt/issues/532)_).

.. _#532: pytest-dev/pytest-qt#532

4.3.1 (2023-12-22)

  • Added official support for Python 3.12.

  • Python 3.7 is no longer supported.

  • qapp now sets up the QApplication instance with a command line argument like this QApplication([prog_name]) instead of using an empty list QApplication([]). Here prog_name is the name of the app which defaults to pytest-qt-app, but can be redefined in the pytest.ini file, see :ref:qapp fixture<setting-qapp-name>. Alternatively, the arguments that will be passed to QApplication can be defined explicitly using the qapp_args fixture. This means that the default behavior of the qapp_args fixture is now also changed accordingly: it now returns the list [prog_name] instead of an empty list. Thanks to @The-Compiler_ ([#483](https://github.com/pytest-dev/pytest-qt/issues/483)) and @hakonhagland ([#515](https://github.com/pytest-dev/pytest-qt/issues/515)_).

.. _#515: pytest-dev/pytest-qt#515 .. _#483: pytest-dev/pytest-qt#483

4.3.0 (2023-12-22)

... (truncated)

Commits

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 show <dependency name> 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)

Updates the requirements on [pytest-qt](https://github.com/pytest-dev/pytest-qt) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-qt/releases)
- [Changelog](https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-qt@4.0.0...4.5.0)

---
updated-dependencies:
- dependency-name: pytest-qt
  dependency-version: 4.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants