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.8.2
1+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.8.3
22
33FROM python:3.14.3-alpine as builder
44
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pre-commit hook
8686
8787 repos :
8888 - repo : https://github.com/python-openapi/openapi-spec-validator
89- rev : 0.8.2 # The version to use or 'master' for latest
89+ rev : 0.8.3 # The version to use or 'master' for latest
9090 hooks :
9191 - id : openapi-spec-validator
9292
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:
1616
1717 repos :
1818 - repo : https://github.com/python-openapi/openapi-spec-validator
19- rev : 0.8.2 # The version to use or 'master' for latest
19+ rev : 0.8.3 # The version to use or 'master' for latest
2020 hooks :
2121 - id : openapi-spec-validator
2222
Original file line number Diff line number Diff line change 8282
8383 repos :
8484 - repo : https://github.com/python-openapi/openapi-spec-validator
85- rev : 0.8.2 # The version to use or 'master' for latest
85+ rev : 0.8.3 # The version to use or 'master' for latest
8686 hooks :
8787 - id : openapi-spec-validator
8888
Original file line number Diff line number Diff line change 1717
1818__author__ = "Artur Maciag"
1919__email__ = "maciag.artur@gmail.com"
20- __version__ = "0.8.2 "
20+ __version__ = "0.8.3 "
2121__url__ = "https://github.com/python-openapi/openapi-spec-validator"
2222__license__ = "Apache License, Version 2.0"
2323
Original file line number Diff line number Diff line change 11[project ]
22name = " openapi-spec-validator"
3- version = " 0.8.2 "
3+ version = " 0.8.3 "
44description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
55authors = [
66 { name = " Artur Maciag" , email = " maciag.artur@gmail.com" },
@@ -120,7 +120,7 @@ message_template = "Version {new_version}"
120120tag_template = " {new_version}"
121121
122122[tool .tbump .version ]
123- current = " 0.8.2 "
123+ current = " 0.8.3 "
124124regex = '''
125125 (?P<major>\d+)
126126 \.
You can’t perform that action at this time.
0 commit comments