Browse Source

ref: use types-unidiff (#83416)

<!-- Describe your PR here. -->
anthony sottile 1 month ago
parent
commit
5d2be9c29e
3 changed files with 2 additions and 1 deletions
  1. 0 1
      pyproject.toml
  2. 1 0
      requirements-dev-frozen.txt
  3. 1 0
      requirements-dev.txt

+ 0 - 1
pyproject.toml

@@ -107,7 +107,6 @@ module = [
     "sqlparse.*",
     "statsd.*",
     "u2flib_server.model.*",
-    "unidiff.*",
 ]
 ignore_missing_imports = true
 # end: missing 3rd party stubs

+ 1 - 0
requirements-dev-frozen.txt

@@ -231,6 +231,7 @@ types-redis==3.5.18
 types-requests==2.32.0.20241016
 types-setuptools==69.0.0.0
 types-simplejson==3.17.7.2
+types-unidiff==0.7.0.20240505
 typing-extensions==4.12.0
 tzdata==2023.3
 ua-parser==0.10.0

+ 1 - 0
requirements-dev.txt

@@ -59,3 +59,4 @@ types-redis<4
 types-requests>=2.32.0.20241016
 types-setuptools>=68
 types-simplejson>=3.17.7.2
+types-unidiff