Skip to content

Commit

Permalink
Merge pull request #58 from jiri-otoupal/dependabot/pip/pytest-lt-7.5
Browse files Browse the repository at this point in the history
Update pytest requirement from <7.4 to <7.5
  • Loading branch information
jiri-otoupal authored Jul 31, 2023
2 parents 9e39c83 + 4b6583c commit bbbab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
python_requires=">=3.7,<4",
install_requires=["pywin32>=300; sys_platform == 'win32'"],
extras_require={
"dev": ["black>=22,<24", "flake8<6.1", "pre-commit<3.3", "pytest<7.4"],
"dev": ["black>=22,<24", "flake8<6.1", "pre-commit<3.3", "pytest<7.5"],
},
license=about["__license__"],
zip_safe=True,
Expand Down

0 comments on commit bbbab6f

Please sign in to comment.