summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-05 08:26:30 +0200
committerJulian Berman <Julian@GrayVines.com>2023-03-06 07:50:56 +0200
commiteb004479645a4e1f0d842e4434b909f476569dcc (patch)
treedde7c42f3b86b949a3671bc15f6164a1e6ca1b8b /pyproject.toml
parent84199e984aba5f2c6bf5b121eb95faedc53951fc (diff)
downloadjsonschema-eb004479645a4e1f0d842e4434b909f476569dcc.tar.gz
Replace the other usages of pyrsistent with rpds.
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 19ba652..ad3152b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,9 +32,9 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "pyrsistent>=0.19.3",
"jsonschema-specifications>=2023.03.1",
"referencing>=0.21.0",
+ "rpds-py>=0.4.1",
"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",