diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..d3f3cba --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "Werkzeug[watchdog]==3.1.3", "ipdb==0.13.13", "watchfiles==1.0.4", - "mypy==1.15.0", + "mypy==1.17.1", "pytest==8.3.5", "pytest-sugar==1.0.0", "factory-boy==3.3.3", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..0c4340d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -mypy==1.15.0 # https://github.com/python/mypy +mypy==1.17.1 # https://github.com/python/mypy pytest==8.3.5 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy