diff --git a/docs/requirements.txt b/docs/requirements.txt index 31631d6..d9ac86e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ idna==3.3 imagesize==1.3.0 Jinja2==3.1.2 MarkupSafe==2.1.1 -packaging==21.3 +packaging>=24.0 Pygments==2.12.0 pyparsing==3.0.8 pytz==2022.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 207c6b4..12de79a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -flake8==4.0.1 -mypy==0.971 -mypy-extensions==0.4.3 -packaging==21.3 -pycodestyle==2.8.0 -typing-extensions>=4.2.0 \ No newline at end of file +flake8>=7.0.0 +mypy>=1.10.0 +mypy-extensions>=1.0.0 +packaging>=24.0 +pycodestyle>=2.11.1 +typing-extensions>=4.11.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e4d467f..8394c22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -VapourSynth>=65 +VapourSynth>=68 vstools>=3.0.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 29f166f..2da655f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,10 +8,6 @@ statistics = True [mypy] -mypy_path = ./stubs/ - -python_version = 3.10 - ignore_missing_imports = False disallow_any_generics = True