summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-04-13 12:40:44 -0400
committerJulian Berman <Julian@GrayVines.com>2023-04-13 12:40:44 -0400
commit6f271fccd937d1ae8b99fd42daefa804cedf3b7d (patch)
treea4827a9e85b83b86e39aa4ee86243b46b10738b0 /pyproject.toml
parent10fab77e2786c94560c75d24d36820c5ccd083a7 (diff)
downloadjsonschema-6f271fccd937d1ae8b99fd42daefa804cedf3b7d.tar.gz
Update requirements.
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 87870ea..38cceea 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.26.4",
+ "referencing>=0.27.2",
"rpds-py>=0.7.1",
"importlib_resources>=1.4.0;python_version<'3.9'",