summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 784ada3..d9e4097 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,12 +32,9 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "jsonschema-specifications>=2023.03.4",
- "referencing>=0.24.4",
- "rpds-py>=0.6.1",
-
- "importlib_metadata;python_version<'3.8'",
- "typing_extensions;python_version<'3.8'",
+ "jsonschema-specifications>=2023.03.5",
+ "referencing>=0.25.0",
+ "rpds-py>=0.7.0",
"importlib_resources>=1.4.0;python_version<'3.9'",
"pkgutil_resolve_name>=1.3.10;python_version<'3.9'",