summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-23 15:17:06 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-23 15:17:06 -0400
commitda7e7c90d4afdd72571ea66a140de03279d2c8f7 (patch)
treea2cc87417cab04dbc33962a303a89aa5d15a4423 /pyproject.toml
parent073070019681c483359d54904ce7ec3496088161 (diff)
downloadjsonschema-da7e7c90d4afdd72571ea66a140de03279d2c8f7.tar.gz
Update minimum requirements for referencing libraries.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d9e4097..c550a59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,9 +32,9 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "jsonschema-specifications>=2023.03.5",
- "referencing>=0.25.0",
- "rpds-py>=0.7.0",
+ "jsonschema-specifications>=2023.03.6",
+ "referencing>=0.25.3",
+ "rpds-py>=0.7.1",
"importlib_resources>=1.4.0;python_version<'3.9'",
"pkgutil_resolve_name>=1.3.10;python_version<'3.9'",