File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.7.2
1
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.8.0b1
2
2
3
3
FROM python:3.13.4-alpine as builder
4
4
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pre-commit hook
87
87
88
88
repos :
89
89
- repo : https://github.com/python-openapi/openapi-spec-validator
90
- rev : 0.7.2 # The version to use or 'master' for latest
90
+ rev : 0.8.0b1 # The version to use or 'master' for latest
91
91
hooks :
92
92
- id : openapi-spec-validator
93
93
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A full .pre-commit-config.yaml example you can use in your repository:
16
16
17
17
repos :
18
18
- repo : https://github.com/python-openapi/openapi-spec-validator
19
- rev : 0.7.2 # The version to use or 'master' for latest
19
+ rev : 0.8.0b1 # The version to use or 'master' for latest
20
20
hooks :
21
21
- id : openapi-spec-validator
22
22
Original file line number Diff line number Diff line change 77
77
78
78
repos :
79
79
- repo : https://github.com/python-openapi/openapi-spec-validator
80
- rev : 0.7.2 # The version to use or 'master' for latest
80
+ rev : 0.8.0b1 # The version to use or 'master' for latest
81
81
hooks :
82
82
- id : openapi-spec-validator
83
83
Original file line number Diff line number Diff line change 14
14
15
15
__author__ = "Artur Maciag"
16
16
17
- __version__ = "0.7.2 "
17
+ __version__ = "0.8.0b1 "
18
18
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
19
19
__license__ = "Apache License, Version 2.0"
20
20
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ignore_missing_imports = true
27
27
28
28
[tool .poetry ]
29
29
name = " openapi-spec-validator"
30
- version = " 0.7.2 "
30
+ version = " 0.8.0b1 "
31
31
description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
32
32
authors = [
" Artur Maciag <[email protected] >" ]
33
33
license = " Apache-2.0"
@@ -113,7 +113,7 @@ message_template = "Version {new_version}"
113
113
tag_template = " {new_version}"
114
114
115
115
[tool .tbump .version ]
116
- current = " 0.7.2 "
116
+ current = " 0.8.0b1 "
117
117
regex = '''
118
118
(?P<major>\d+)
119
119
\.
You can’t perform that action at this time.
0 commit comments