summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-16 12:07:08 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commita39e5c953a559b287c753bd604e3e11d218c29cf (patch)
tree0810f760defe7b45a8a0d804ea910675de39d3b2 /pyproject.toml
parent2889feb9fd2aa290ee97fde5ff105e491ec5143d (diff)
downloadjsonschema-a39e5c953a559b287c753bd604e3e11d218c29cf.tar.gz
Move Validator._resolver to _ref_resolver.
Makes way for our newer resolver to live in the shorter name. (This should have no effect on the public API, where we have Validator.resolver returning this attribute after emitting a deprecation warning.) Also bumps the minimum attrs version we depend on, as we need the alias functionality.
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 f13eb3f..c7c0a97 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
dynamic = ["version", "readme"]
dependencies = [
- "attrs>=17.4.0",
+ "attrs>=22.2.0",
"pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2",
"jsonschema-specifications>=2023.03.1",
"referencing>=0.17.1",