Skip to content

Commit

Permalink
Update jsonschema (#46)
Browse files Browse the repository at this point in the history
* Update jsonschema

* Update dependabot.
  • Loading branch information
karthiknadig authored Aug 3, 2022
1 parent 6c2fdd1 commit 598f231
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ updates:
schedule:
interval: monthly
labels:
- "skip news"
- "no-changelog"

- package-ecosystem: "pip"
directory: /generator
schedule:
interval: daily
labels:
- "skip news"
- "no-changelog"

- package-ecosystem: "pip"
directory: /tests
schedule:
interval: daily
labels:
- "skip news"
- "no-changelog"

- package-ecosystem: "pip"
directory: /
Expand Down
26 changes: 13 additions & 13 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
changelog:
exclude:
labels:
- 'no-changelog'
exclude:
labels:
- "no-changelog"

categories:
- title: Enhancements
labels:
- 'feature-request'
categories:
- title: Enhancements
labels:
- "feature-request"

- title: Bug Fixes
labels:
- 'bug'
- title: Bug Fixes
labels:
- "bug"

- title: Code Health
labels:
- 'debt'
- title: Code Health
labels:
- "debt"
6 changes: 3 additions & 3 deletions generator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ importlib-resources==5.9.0 \
# via
# -r ./generator/requirements.in
# jsonschema
jsonschema==4.9.0 \
--hash=sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252 \
--hash=sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850
jsonschema==4.9.1 \
--hash=sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f \
--hash=sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106
# via -r ./generator/requirements.in
pkgutil-resolve-name==1.3.10 \
--hash=sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174 \
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ iniconfig==1.1.1 \
--hash=sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 \
--hash=sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32
# via pytest
jsonschema==4.9.0 \
--hash=sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252 \
--hash=sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850
jsonschema==4.9.1 \
--hash=sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f \
--hash=sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106
# via -r ./tests/requirements.in
packaging==21.3 \
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
Expand Down

0 comments on commit 598f231

Please sign in to comment.