From 911715b1ad0ab88e0acaae7698f83d0ee0ef12c7 Mon Sep 17 00:00:00 2001 From: Jai Ram Rideout Date: Fri, 14 Jul 2023 10:28:24 -0700 Subject: [PATCH] Bump altair and jsonschema versions See https://github.com/altair-viz/altair/issues/2857 Closes DEV-8459 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b47dea0..f3928296 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "pdfplumber", ] ALL_DEPS = [ - "altair==4.2.1", + "altair==4.2.2", "numpy>=1.11.0", "pandas>=1.0.3", "pillow>=9.0.1", @@ -65,7 +65,7 @@ install_requires=[ "boto3>=1.17.98", "click>=8.0", - "jsonschema>=2.4", + "jsonschema>=3.0", "python-dateutil>=2.5.3", "pytz>=2014.1", "sentry-sdk>=0.10.2",