Commit b1d6bd4
authored
build: Update lower bounds to jsonschema v4.15.0, importlib-resources v1.4.0 (#1979)
* Update lower bound of the supported jsonschema versions to v4.15.0 to use the
required improvements to jsonschema.RefResolver used in PR #1976.
- c.f. https://github.com/orgs/python-jsonschema/discussions/995
- Amends PR #1976.
* Update lower bound of the supported importlib-resources versions to v1.4.0 as
> jsonschema 4.15.0 depends on importlib-resources>=1.4.0; python_version < "3.9"
* Update tests/constraints.txt to use jsonschema==4.15.0 and importlib_resources==1.4.0.1 parent 925769a commit b1d6bd4
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments