Skip to content

Commit 3cf8e7b

Browse files
committed
Updated requirements. Closes #33.
1 parent 3df9541 commit 3cf8e7b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
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.3.0",
61+
"highcharts-core>=1.4.0",
6262
"esprima>=4.0.1",
6363
"validator-collection>=1.5.0",
6464
"requests>=2.31.0",

requirements.dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ sphinx-toolbox>=3.4.0
1616
sphinx-tabs>=3.4.1
1717
requests==2.31.0
1818
tox==4.0.0
19-
urllib3==1.26.9
2019
validator-collection==1.5.0
21-
highcharts-core>=1.3.0
20+
highcharts-core>=1.4.0

requirements.travis.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ sphinx-toolbox>=3.4.0
1616
sphinx-tabs>=3.4.1
1717
requests==2.31.0
1818
tox==4.0.0
19-
urllib3==1.26.9
2019
validator-collection==1.5.0
21-
highcharts-core>=1.3.0
20+
highcharts-core>=1.4.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.3.0
6+
highcharts-core>=1.4.0

0 commit comments

Comments
 (0)