Skip to content

Commit

Permalink
Upgrade openapi-* and jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Sep 6, 2023
1 parent 1239f6f commit 1cc5ae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "openapi-spec-validator"
labels:
- "bumpless"
- package-ecosystem: "github-actions"
Expand Down
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ flake8-import-order==0.18.2
flake8-blind-except==0.2.1
flake8-builtins==2.1.0
setuptools==68.1.2
openapi-spec-validator==0.4.0
openapi-spec-validator==0.6.0
cfn-lint==0.79.8
4 changes: 2 additions & 2 deletions requirements-apps-api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask==2.2.5
Flask-Cors==4.0.0
jsonschema==4.17.3
openapi-core==0.14.5
jsonschema==4.19.0
openapi-core==0.18.0
prance==23.6.21.0
PyJWT==2.8.0
requests==2.31.0
Expand Down

0 comments on commit 1cc5ae7

Please sign in to comment.