Skip to content

Commit

Permalink
Bump altair and jsonschema versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jairideout committed Jul 14, 2023
1 parent 1f70ec8 commit 911715b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 911715b

Please sign in to comment.