Skip to content

Commit 598f231

Browse files
authored
Update jsonschema (#46)
* Update jsonschema * Update dependabot.
1 parent 6c2fdd1 commit 598f231

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ updates:
55
schedule:
66
interval: monthly
77
labels:
8-
- "skip news"
8+
- "no-changelog"
99

1010
- package-ecosystem: "pip"
1111
directory: /generator
1212
schedule:
1313
interval: daily
1414
labels:
15-
- "skip news"
15+
- "no-changelog"
1616

1717
- package-ecosystem: "pip"
1818
directory: /tests
1919
schedule:
2020
interval: daily
2121
labels:
22-
- "skip news"
22+
- "no-changelog"
2323

2424
- package-ecosystem: "pip"
2525
directory: /

.github/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
changelog:
2-
exclude:
3-
labels:
4-
- 'no-changelog'
2+
exclude:
3+
labels:
4+
- "no-changelog"
55

6-
categories:
7-
- title: Enhancements
8-
labels:
9-
- 'feature-request'
6+
categories:
7+
- title: Enhancements
8+
labels:
9+
- "feature-request"
1010

11-
- title: Bug Fixes
12-
labels:
13-
- 'bug'
11+
- title: Bug Fixes
12+
labels:
13+
- "bug"
1414

15-
- title: Code Health
16-
labels:
17-
- 'debt'
15+
- title: Code Health
16+
labels:
17+
- "debt"

generator/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ importlib-resources==5.9.0 \
1818
# via
1919
# -r ./generator/requirements.in
2020
# jsonschema
21-
jsonschema==4.9.0 \
22-
--hash=sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252 \
23-
--hash=sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850
21+
jsonschema==4.9.1 \
22+
--hash=sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f \
23+
--hash=sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106
2424
# via -r ./generator/requirements.in
2525
pkgutil-resolve-name==1.3.10 \
2626
--hash=sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174 \

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ iniconfig==1.1.1 \
4242
--hash=sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 \
4343
--hash=sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32
4444
# via pytest
45-
jsonschema==4.9.0 \
46-
--hash=sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252 \
47-
--hash=sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850
45+
jsonschema==4.9.1 \
46+
--hash=sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f \
47+
--hash=sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106
4848
# via -r ./tests/requirements.in
4949
packaging==21.3 \
5050
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \

0 commit comments

Comments
 (0)