summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-28 16:50:27 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-28 16:51:14 -0400
commitc1ebc46972fa26740cc595c7e74dad903c2611f8 (patch)
treef0cd63426933abd7f84e27a207158620ab79696b
parentacdbee41b303b14f8878dc86c04239e717e2194a (diff)
downloadjsonschema-c1ebc46972fa26740cc595c7e74dad903c2611f8.tar.gz
Bump the minimum referencing version again.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c550a59..87870ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
"jsonschema-specifications>=2023.03.6",
- "referencing>=0.25.3",
+ "referencing>=0.26.4",
"rpds-py>=0.7.1",
"importlib_resources>=1.4.0;python_version<'3.9'",