summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-16 20:01:58 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commita42bbd95e240772c461b45f564dcaa0a95b0c401 (patch)
tree46c8e53f995601ddf1f5156d4df352156d8a90a5 /pyproject.toml
parentbdda72350321cca37b2eb64276d388fe441ca622 (diff)
downloadjsonschema-a42bbd95e240772c461b45f564dcaa0a95b0c401.tar.gz
Fix the benchmark to pass the right type for remotes again.
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 c7c0a97..c772881 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
"attrs>=22.2.0",
"pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2",
"jsonschema-specifications>=2023.03.1",
- "referencing>=0.17.1",
+ "referencing>=0.18.1",
"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",