summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-16 11:43:35 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commit69f3899c0770472f19898d80aea2b7a51fd5ec6b (patch)
tree47594ae1603d882e3c4043bdb87278b4d3d9a5a6 /pyproject.toml
parent635dc13c9167f7b2c85ed1f2a8d11339d8b1096e (diff)
downloadjsonschema-69f3899c0770472f19898d80aea2b7a51fd5ec6b.tar.gz
Actually depend on referencing and update docs requirements.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a5ce832..f13eb3f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,8 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=17.4.0",
"pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2",
- "jsonschema-specifications>=2023.02.4",
+ "jsonschema-specifications>=2023.03.1",
+ "referencing>=0.17.1",
"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",