From 34d19dc706a1d57640e6f84333500e5f734dbf9a Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 22 Feb 2023 14:00:02 +0200 Subject: Add some prose documentation on the new referencing API. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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'", -- cgit v1.2.1