diff --git a/setup.py b/setup.py index de99f16..7a8c9b7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ REQUIREMENTS = ["Pillow~=10.3.0", "python-dateutil~=2.8"] DEV_REQUIREMENTS = { "dev": [ - "pytest==8.2.*", + "pytest==8.3.*", "pylint==3.2.*", "black==24.4.*", "setuptools==70.0.*",