Skip to content

Commit 09697d2

Browse files
committed
Updated Highcharts Core for Python dependency
1 parent f117588 commit 09697d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ classifiers = [
5858

5959
requires-python = ">= 3.10"
6060
dependencies = [
61-
"highcharts-core>=1.4.0",
61+
"highcharts-core>=1.5.0",
6262
"esprima>=4.0.1",
6363
"validator-collection>=1.5.0",
6464
"requests>=2.31.0",

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sphinx-tabs>=3.4.1
1717
requests==2.31.0
1818
tox==4.0.0
1919
validator-collection==1.5.0
20-
highcharts-core>=1.4.0
20+
highcharts-core>=1.5.0

requirements.travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sphinx-tabs>=3.4.1
1717
requests==2.31.0
1818
tox==4.0.0
1919
validator-collection==1.5.0
20-
highcharts-core>=1.4.0
20+
highcharts-core>=1.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ geojson==3.0.1
33
requests==2.31.0
44
topojson==1.5
55
validator-collection==1.5.0
6-
highcharts-core>=1.4.0
6+
highcharts-core>=1.5.0

0 commit comments

Comments
 (0)