summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-08 15:31:48 -0500
committerJulian Berman <Julian@GrayVines.com>2023-03-08 16:22:13 -0500
commit1854b26916d79845673211f731a7fe6dde932232 (patch)
tree87980f0afce555a4b134c50ce706539ee8be02b5 /pyproject.toml
parent94c60e4170b68811aeac0bbc6bc9442d29f073eb (diff)
downloadjsonschema-1854b26916d79845673211f731a7fe6dde932232.tar.gz
Bump requirements.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ad3152b..d821e34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,8 +33,8 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
"jsonschema-specifications>=2023.03.1",
- "referencing>=0.21.0",
- "rpds-py>=0.4.1",
+ "referencing>=0.24.2",
+ "rpds-py>=0.5.2",
"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",