Skip to content

Commit

Permalink
Bump suite from 9153b05 to 306c985
Browse files Browse the repository at this point in the history
Bumps [suite](https://github.com/python-jsonschema/referencing-suite) from `9153b05` to `306c985`.
- [Commits](python-jsonschema/referencing-suite@9153b05...306c985)

---
updated-dependencies:
- dependency-name: suite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent adebd31 commit 7eeaff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite
Submodule suite updated 25 files
+1 −1 .github/workflows/ci.yml
+5 −9 .pre-commit-config.yaml
+32 −0 test-schema.json
+37 −0 tests/json-schema-draft-03/rfc3986-normalization-on-insertion.json
+37 −0 tests/json-schema-draft-03/rfc3986-normalization-on-retrieval.json
+35 −0 tests/json-schema-draft-04/invalid-anchor-with-pointer.json
+103 −0 tests/json-schema-draft-04/rfc3986-normalization-on-insertion.json
+103 −0 tests/json-schema-draft-04/rfc3986-normalization-on-retrieval.json
+64 −0 tests/json-schema-draft-04/tag-uris.json
+35 −0 tests/json-schema-draft-06/invalid-anchor-with-pointer.json
+103 −0 tests/json-schema-draft-06/rfc3986-normalization-on-insertion.json
+103 −0 tests/json-schema-draft-06/rfc3986-normalization-on-retrieval.json
+64 −0 tests/json-schema-draft-06/tag-uris.json
+35 −0 tests/json-schema-draft-07/invalid-anchor-with-pointer.json
+103 −0 tests/json-schema-draft-07/rfc3986-normalization-on-insertion.json
+103 −0 tests/json-schema-draft-07/rfc3986-normalization-on-retrieval.json
+64 −0 tests/json-schema-draft-07/tag-uris.json
+35 −0 tests/json-schema-draft-2019-09/invalid-anchor-with-pointer.json
+103 −0 tests/json-schema-draft-2019-09/rfc3986-normalization-on-insertion.json
+103 −0 tests/json-schema-draft-2019-09/rfc3986-normalization-on-retrieval.json
+64 −0 tests/json-schema-draft-2019-09/tag-uris.json
+35 −0 tests/json-schema-draft-2020-12/invalid-anchor-with-pointer.json
+103 −0 tests/json-schema-draft-2020-12/rfc3986-normalization-on-insertion.json
+103 −0 tests/json-schema-draft-2020-12/rfc3986-normalization-on-retrieval.json
+64 −0 tests/json-schema-draft-2020-12/tag-uris.json

0 comments on commit 7eeaff6

Please sign in to comment.