Skip to content

Commit e6106d3

Browse files
asottile-sentryandrewshie-sentry
authored andcommitted
ref: use types-unidiff (#83416)
<!-- Describe your PR here. -->
1 parent bd9f3bf commit e6106d3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ module = [
107107
"sqlparse.*",
108108
"statsd.*",
109109
"u2flib_server.model.*",
110-
"unidiff.*",
111110
]
112111
ignore_missing_imports = true
113112
# end: missing 3rd party stubs

requirements-dev-frozen.txt

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ types-redis==3.5.18
231231
types-requests==2.32.0.20241016
232232
types-setuptools==69.0.0.0
233233
types-simplejson==3.17.7.2
234+
types-unidiff==0.7.0.20240505
234235
typing-extensions==4.12.0
235236
tzdata==2023.3
236237
ua-parser==0.10.0

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ types-redis<4
5959
types-requests>=2.32.0.20241016
6060
types-setuptools>=68
6161
types-simplejson>=3.17.7.2
62+
types-unidiff

0 commit comments

Comments
 (0)