summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-22 14:00:02 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-22 15:26:28 +0200
commit34d19dc706a1d57640e6f84333500e5f734dbf9a (patch)
tree6c24bdef0556cc170bfe17d5209538a4f6e6378f /pyproject.toml
parentfcea5ad0472b6141b1f1b686200fb9f26c0af326 (diff)
downloadjsonschema-34d19dc706a1d57640e6f84333500e5f734dbf9a.tar.gz
Add some prose documentation on the new referencing API.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2cb3ea5..7003071 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
"attrs>=22.2.0",
"pyrsistent>=0.19.3",
"jsonschema-specifications>=2023.03.1",
- "referencing>=0.18.6",
+ "referencing>=0.20.0",
"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",