From e511f8b3fe91d24b2420eaac4e4355846847adf7 Mon Sep 17 00:00:00 2001 From: Setsugennoao Date: Fri, 17 May 2024 10:49:07 +0200 Subject: [PATCH] Bump requirements and update project files --- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- setup.cfg | 4 ---- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 01563ea..12de79a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -flake8==6.0.0 -mypy==0.991 -mypy-extensions==0.4.3 -packaging==23.0 -pycodestyle==2.10.0 -typing-extensions>=3.10.0.2 \ 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 a28d8b2..f5d863d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -VapourSynth>=65 +VapourSynth>=68 vstools>=3.0.0 vspyplugin>=1.4.0 vsexprtools>=1.5.0 diff --git a/setup.cfg b/setup.cfg index 9c40e65..bc47a9c 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