Skip to content

Commit

Permalink
Merge pull request #543 from nicoddemus/release-4.4.0
Browse files Browse the repository at this point in the history
Release 4.4.0
  • Loading branch information
nicoddemus committed Feb 7, 2024
2 parents bd3469b + 172e779 commit d664875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UNRELEASED
----------
4.4.0 (2024-02-07)
------------------

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages=find_packages(where="src"),
package_dir={"": "src"},
entry_points={"pytest11": ["pytest-qt = pytestqt.plugin"]},
install_requires=["pytest>=3.0.0", "pluggy>=1.1"],
install_requires=["pytest", "pluggy>=1.1"],
extras_require={
"doc": ["sphinx", "sphinx_rtd_theme"],
"dev": ["pre-commit", "tox"],
Expand Down

0 comments on commit d664875

Please sign in to comment.