Skip to content

Commit a498b93

Browse files
committed
Updated dependencies.
1 parent 07725aa commit a498b93

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Before you install, please be aware of the following "hard" dependencies:
8585
* Python 3.10 or higher
8686
* Highcharts Maps (JS) v.10.2 or higher (not technically a Python dependency, but
8787
it won't work with earlier versions of Highcharts)
88-
* `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/>`__ v.1.0 or higher
88+
* `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/>`__ v.1.3 or higher
8989
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
9090
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.31 or higher
9191
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`__

docs/_dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Not technically a Python dependency, but obviously **Highcharts Maps for Python**
3333
will not work properly if your rendering layer does not leverage Highcharts Maps.
3434

35-
* `highcharts-core <https://core-docs.highchartspython.com>`_ v.1.0.0 or higher
35+
* `highcharts-core <https://core-docs.highchartspython.com>`_ v.1.3.0 or higher
3636
* `esprima-python <https://github.com/Kronuz/esprima-python>`_ v.4.0 or higher
3737
* `requests <https://requests.readthedocs.io/en/latest/>`_ v.2.31 or higher
3838
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`_

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.0.0-rc1",
61+
"highcharts-core>=1.3.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
@@ -18,4 +18,4 @@ requests==2.31.0
1818
tox==4.0.0
1919
urllib3==1.26.9
2020
validator-collection==1.5.0
21-
highcharts-core>=1.0.0-rc1
21+
highcharts-core>=1.3.0

requirements.travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ requests==2.31.0
1818
tox==4.0.0
1919
urllib3==1.26.9
2020
validator-collection==1.5.0
21-
highcharts-core>=1.0.0-rc1
21+
highcharts-core>=1.3.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.0.0-rc1
6+
highcharts-core>=1.3.0

0 commit comments

Comments
 (0)