Skip to content

Commit 5f86e75

Browse files
committed
Bumped dependency version on Highcharts Stock.
1 parent 25e29c1 commit 5f86e75

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Before you install, please be aware of the following "hard" dependencies:
8484
* Python 3.10 or higher
8585
* Highcharts Gantt (JS) v.10.3 or higher (not technically a Python dependency, but
8686
it won't work with earlier versions of Highcharts Stock)
87-
* `Highcharts Stock for Python <https://stock-docs.highchartspython.com/en/latest/>`__ v.1.0 or higher
87+
* `Highcharts Stock for Python <https://stock-docs.highchartspython.com/en/latest/>`__ v.1.3 or higher
8888
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
8989
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.31 or higher
9090
* `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 Gantt for Python**
3333
will not work properly if your rendering layer does not leverage Highcharts Gantt.
3434

35-
* `highcharts-stock <https://stock-docs.highchartspython.com>`_ v.1.0.0 or higher
35+
* `highcharts-stock <https://stock-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
@@ -57,7 +57,7 @@ classifiers = [
5757

5858
requires-python = ">= 3.10"
5959
dependencies = [
60-
"highcharts-stock>=1.0.0-rc1",
60+
"highcharts-stock>=1.3.0",
6161
"esprima>=4.0.1",
6262
"validator-collection>=1.5.0",
6363
"requests>=2.31.0"

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ requests==2.31.0
1616
tox==4.0.0
1717
urllib3==1.26.9
1818
validator-collection==1.5.0
19-
highcharts-stock>=1.0.0-rc1
19+
highcharts-stock>=1.3.0

requirements.travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ requests==2.31.0
1616
tox==4.0.0
1717
urllib3==1.26.9
1818
validator-collection==1.5.0
19-
highcharts-stock>=1.0.0-rc1
19+
highcharts-stock>=1.3.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
esprima==4.0.1
22
requests==2.31.0
33
validator-collection==1.5.0
4-
highcharts-stock>=1.0.0-rc1
4+
highcharts-stock>=1.3.0

0 commit comments

Comments
 (0)