Skip to content

Commit

Permalink
Bump minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jul 18, 2023
1 parent bd97003 commit d16ba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_events/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
EVENT_CORE_SCHEMA["$id"]: EVENT_CORE_SCHEMA,
}

METASCHEMA_REGISTRY = Registry().with_resources(
METASCHEMA_REGISTRY = Registry().with_resources( # type:ignore
[
(EVENT_METASCHEMA["$id"], DRAFT7.create_resource(EVENT_METASCHEMA)),
(PROPERTY_METASCHEMA["$id"], DRAFT7.create_resource(PROPERTY_METASCHEMA)),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"referencing",
"jsonschema[format-nongpl,format_nongpl]>=3.2.0",
"jsonschema[format-nongpl,format_nongpl]>=4.18.0",
"python-json-logger>=2.0.4",
"pyyaml>=5.3",
"traitlets>=5.3",
Expand Down

0 comments on commit d16ba81

Please sign in to comment.