Skip to content

Commit 3090aa9

Browse files
Bump check-jsonschema from 0.22.0 to 0.30.0
Bumps [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) from 0.22.0 to 0.30.0. - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/check-jsonschema@0.22.0...0.30.0) --- updated-dependencies: - dependency-name: check-jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5365908 commit 3090aa9

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

requirements.txt

+20-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ alabaster==0.7.13
99
arrow==1.2.3
1010
# via isoduration
1111
attrs==22.2.0
12-
# via jsonschema
12+
# via
13+
# jsonschema
14+
# referencing
1315
babel==2.12.1
1416
# via
1517
# sphinx
@@ -18,7 +20,7 @@ certifi==2023.7.22
1820
# via requests
1921
charset-normalizer==3.1.0
2022
# via requests
21-
check-jsonschema==0.22.0
23+
check-jsonschema==0.30.0
2224
# via -r requirements.in
2325
click==8.1.3
2426
# via
@@ -74,12 +76,14 @@ jsonref==1.1.0
7476
# via
7577
# compiletojsonschema
7678
# sphinxcontrib-opendataservices-jsonschema
77-
jsonschema[format]==4.17.3
79+
jsonschema[format]==4.23.0
7880
# via
7981
# -r requirements.in
8082
# check-jsonschema
8183
# compiletojsonschema
8284
# sphinxcontrib-openapi
85+
jsonschema-specifications==2024.10.1
86+
# via jsonschema
8387
markdown-it-py==2.2.0
8488
# via
8589
# mdit-py-plugins
@@ -113,8 +117,6 @@ pygments==2.15.0
113117
# sphinx-mdinclude
114118
pygraphviz==1.10
115119
# via erd-from-json-table-schema
116-
pyrsistent==0.19.3
117-
# via jsonschema
118120
python-dateutil==2.8.2
119121
# via
120122
# arrow
@@ -125,6 +127,12 @@ pyyaml==6.0
125127
# via
126128
# myst-parser
127129
# sphinxcontrib-openapi
130+
referencing==0.35.1
131+
# via
132+
# jsonschema
133+
# jsonschema-specifications
134+
regress==2024.11.1
135+
# via check-jsonschema
128136
requests==2.31.0
129137
# via
130138
# check-jsonschema
@@ -134,7 +142,11 @@ rfc3339-validator==0.1.4
134142
# via jsonschema
135143
rfc3987==1.3.8
136144
# via jsonschema
137-
ruamel-yaml==0.17.21
145+
rpds-py==0.21.0
146+
# via
147+
# jsonschema
148+
# referencing
149+
ruamel-yaml==0.18.6
138150
# via check-jsonschema
139151
ruamel-yaml-clib==0.2.12
140152
# via ruamel-yaml
@@ -189,6 +201,8 @@ sphinxcontrib-qthelp==1.0.3
189201
# via sphinx
190202
sphinxcontrib-serializinghtml==1.1.5
191203
# via sphinx
204+
tomli==2.2.1
205+
# via check-jsonschema
192206
transifex-client==0.12.5
193207
# via -r requirements.in
194208
typing-extensions==4.5.0

0 commit comments

Comments
 (0)