Commit 2d12884272a193776c44632cf4e3d391273ce142

Authored by Antoine Goutenoir
1 parent e500f393
Exists in master

config: bump python deps

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
requirements.txt
@@ -21,7 +21,7 @@ cssmin==0.2.0 @@ -21,7 +21,7 @@ cssmin==0.2.0
21 jsmin==2.2.1 21 jsmin==2.2.1
22 pyyaml==5.1.2 22 pyyaml==5.1.2
23 Markdown==3.1.1 23 Markdown==3.1.1
24 -numpy==1.16.5 24 +numpy==1.18.5
25 enum34==1.1.6 25 enum34==1.1.6
26 geopy==1.20.0 26 geopy==1.20.0
27 python-dotenv==0.10.3 27 python-dotenv==0.10.3
@@ -33,7 +33,7 @@ Werkzeug==0.16.1 @@ -33,7 +33,7 @@ Werkzeug==0.16.1
33 33
34 # Spreadsheet reading 34 # Spreadsheet reading
35 # Note that 0.24 is the most recent version still supporting python 2.7 35 # Note that 0.24 is the most recent version still supporting python 2.7
36 -pandas==0.24.2 36 +pandas==0.25.3
37 # Excel support for wisdom-impaired Microsoft users 37 # Excel support for wisdom-impaired Microsoft users
38 xlrd==1.2.0 38 xlrd==1.2.0
39 # ODS reading support is only available natively in pandas 0.25 39 # ODS reading support is only available natively in pandas 0.25