Skip to content

Commit dac4602

Browse files
committed
Bumped dependency on requests.
1 parent ed3d458 commit dac4602

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"highcharts-core>=1.0.0-rc1",
6262
"esprima>=4.0.1",
6363
"validator-collection>=1.5.0",
64-
"requests>=2.28.1",
64+
"requests>=2.31.0",
6565
"topojson>=1.5",
6666
"geojson>=3.0"
6767
]
@@ -77,7 +77,7 @@ path = "highcharts_maps/__version__.py"
7777
"History" = "https://github.com/highcharts-for-python/highcharts-maps/blob/master/CHANGES.rst"
7878
"Bug Tracker" = "https://github.com/highcharts-for-python/highcharts-maps/issues"
7979
"Demo" = "https://github.com/highcharts-for-python/highcharts-for-python-demos"
80-
#"Sponsor" = "https://github.com/sponsors/highcharts-for-python"
80+
"Sponsor" = "https://github.com/sponsors/highcharts-for-python"
8181

8282
[project.optional-dependencies]
8383
dev = [

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sphinx==6.1.3
1414
sphinx-rtd-theme==1.2.0
1515
sphinx-toolbox>=3.4.0
1616
sphinx-tabs>=3.4.1
17-
requests==2.28.1
17+
requests==2.31.0
1818
tox==4.0.0
1919
urllib3==1.26.9
2020
validator-collection==1.5.0

requirements.travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sphinx==6.1.3
1414
sphinx-rtd-theme==1.2.0
1515
sphinx-toolbox>=3.4.0
1616
sphinx-tabs>=3.4.1
17-
requests==2.28.1
17+
requests==2.31.0
1818
tox==4.0.0
1919
urllib3==1.26.9
2020
validator-collection==1.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
esprima==4.0.1
22
geojson==3.0.1
3-
requests==2.28.1
3+
requests==2.31.0
44
topojson==1.5
55
validator-collection==1.5.0
66
highcharts-core>=1.0.0-rc1

0 commit comments

Comments
 (0)