Skip to content

Commit

Permalink
Bumped dependencies on Highcharts Core for Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcpchris committed Nov 1, 2023
1 parent f0dd142 commit 82224e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ classifiers = [

requires-python = ">= 3.10"
dependencies = [
"highcharts-core>=1.4.0",
"highcharts-core>=1.5.0",
"esprima>=4.0.1",
"validator-collection>=1.5.0",
"requests>=2.31.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ validator-collection==1.5.0
anthropic==0.3.11
dill==0.3.7
openai==0.28.0
highcharts-core>=1.4.0
highcharts-core>=1.5.0
2 changes: 1 addition & 1 deletion requirements.travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ sphinx-tabs==3.4.1
tox==4.4.6
requests==2.31.0
validator-collection==1.5.0
highcharts-core>=1.4.0
highcharts-core>=1.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
esprima==4.0.1
requests==2.31.0
validator-collection==1.5.0
highcharts-core>=1.4.0
highcharts-core>=1.5.0

0 comments on commit 82224e3

Please sign in to comment.