diff --git a/setup.py b/setup.py index 7fe7e24..fdd7e6f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ REQUIREMENTS = ["Pillow~=10.0.1", "python-dateutil~=2.8"] DEV_REQUIREMENTS = { "dev": [ - "pytest==7.2.*", + "pytest==7.4.*", "pylint==2.17.*", "black==23.10.*", ]