Skip to content

Commit 6d5cc1a

Browse files
authored
Merge pull request #527 from openreferral/dependabot/pip/check-jsonschema-0.30.0
Bump check-jsonschema from 0.22.0 to 0.30.0 Merging now. Merge history for this one might be a bit messy, but it resolves a moderate security issue which could in theory affect others. Docs build fine. http://docs.openreferral.org/en/dependabot-pip-check-jsonschema-0.30.0/hsds/identifiers.html
2 parents c117315 + d17655a commit 6d5cc1a

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

database/database_postgresql.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- PostgreSQL database dump
33
--
44

5-
\restrict 6kPfc1svfKDlu1zSlDhfq6HghB7EzF0tMY6BGYQjI1OUKDNeEIEHWp0jhZNzQTx
5+
\restrict EYUFstSYfVkLoEgTJ5TltCFLrzsNSNh09lVh95x3mUkGBkkVeOxVizCZoF39XQ9
66

77

88
SET statement_timeout = 0;
@@ -2445,5 +2445,5 @@ ALTER TABLE ONLY public.url
24452445
-- PostgreSQL database dump complete
24462446
--
24472447

2448-
\unrestrict 6kPfc1svfKDlu1zSlDhfq6HghB7EzF0tMY6BGYQjI1OUKDNeEIEHWp0jhZNzQTx
2448+
\unrestrict EYUFstSYfVkLoEgTJ5TltCFLrzsNSNh09lVh95x3mUkGBkkVeOxVizCZoF39XQ9
24492449

requirements.txt

Lines changed: 18 additions & 6 deletions
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
@@ -126,15 +128,23 @@ pyyaml==6.0
126128
# myst-parser
127129
# sphinxcontrib-openapi
128130
requests==2.32.4
131+
referencing==0.35.1
129132
# via
133+
# jsonschema
134+
# jsonschema-specifications
135+
regress==2024.11.1
130136
# check-jsonschema
131137
# hsds-schema-tools
132138
# sphinx
133139
rfc3339-validator==0.1.4
134140
# via jsonschema
135141
rfc3987==1.3.8
136142
# via jsonschema
137-
ruamel-yaml==0.17.21
143+
rpds-py==0.21.0
144+
# via
145+
# jsonschema
146+
# referencing
147+
ruamel-yaml==0.18.6
138148
# via check-jsonschema
139149
ruamel-yaml-clib==0.2.12
140150
# via ruamel-yaml
@@ -189,6 +199,8 @@ sphinxcontrib-qthelp==1.0.3
189199
# via sphinx
190200
sphinxcontrib-serializinghtml==1.1.5
191201
# via sphinx
202+
tomli==2.2.1
203+
# via check-jsonschema
192204
transifex-client==0.12.5
193205
# via -r requirements.in
194206
typing-extensions==4.5.0

0 commit comments

Comments
 (0)