summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-13 15:48:50 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-13 15:48:50 -0400
commitfcbeced3a52ed12ad07c3670a84ba608d9c1339c (patch)
tree0b7373a7e0dd03145d3b67cb2afd31479c8b4002 /pyproject.toml
parent4d6bff9498ecc9767ef0b8c3ba87a1157c6edd26 (diff)
downloadjsonschema-fcbeced3a52ed12ad07c3670a84ba608d9c1339c.tar.gz
Another version bump.
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 579bc7a..f709c9f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,8 +32,8 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "jsonschema-specifications>=2023.03.3",
- "referencing>=0.24.3",
+ "jsonschema-specifications>=2023.03.4",
+ "referencing>=0.24.4",
"rpds-py>=0.6.1",
"importlib_metadata;python_version<'3.8'",