Skip to content

Commit

Permalink
Bump requirements and update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 17, 2024
1 parent dd21e13 commit 0da9405
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[mypy]
mypy_path = ./stubs/

python_version = 3.10

ignore_missing_imports = False

disallow_any_generics = True
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==4.0.1
mypy==0.991
mypy-extensions==0.4.3
packaging==21.3
pycodestyle==2.8.0
flake8>=7.0.0
mypy>=1.10.0
mypy-extensions>=1.0.0
packaging>=24.0
pycodestyle>=2.11.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VapourSynth>=64
VapourSynth>=68
vstools>=2.3.0
vsaa>=1.8.2
vsdehalo>=1.7.2
Expand Down

0 comments on commit 0da9405

Please sign in to comment.