Skip to content

Commit e476c12

Browse files
Update dockerfile-parse to 2.0.* (#9357)
1 parent 65dae12 commit e476c12

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# These are re-exports which we consider an implementation detail
2-
dockerfile_parse.constants.version_info
3-
dockerfile_parse.parser.string_types
42
dockerfile_parse.parser.DOCKERFILE_FILENAME
53
dockerfile_parse.parser.COMMENT_INSTRUCTION
6-
dockerfile_parse.util.PY2

stubs/dockerfile-parse/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.2.*"
1+
version = "2.0.*"
22

33
[tool.stubtest]
44
ignore_missing_stub = false
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
from typing_extensions import Literal
2-
3-
PY2: Literal[False]
41
DOCKERFILE_FILENAME: str
52
COMMENT_INSTRUCTION: str

0 commit comments

Comments
 (0)