diff --git a/back/requirements-dev.txt b/back/requirements-dev.txt index 478f0cbbb..4a4171e7c 100644 --- a/back/requirements-dev.txt +++ b/back/requirements-dev.txt @@ -6,9 +6,9 @@ pytest>=6.2.5 pytest-mock==3.14.0 pytest-cov==6.0.0 pytest-clarity==1.0.1 -mypy==1.13.0 +mypy==1.14.0 types-Flask-Cors==5.0.0.20240902 -types-peewee==3.17.8.20241117 -types-setuptools==75.6.0.20241126 +types-peewee==3.17.8.20241221 +types-setuptools==75.6.0.20241223 types-PyMySQL==1.1.0.20241103 flake8-bugbear==24.12.12