Skip to content

Commit

Permalink
Bump boto3 from 1.14.35 to 1.14.46 (#27)
Browse files Browse the repository at this point in the history
* Feature: init function (#7)

* new files

* create symbol / instrument lookup tables

* init or new?

* abstract a few functions out

* historical data

* update readme to reference roadmap

* update reqs

* newline for function

* Add logo (#8)

* add logo

* adding logo

* update gitignore

* update readme

* Create python-app.yml

* organization and linting

* pytest-check

* flatten tests

* flatten tests

* new tests

* test command update

* just run pytest

* init and copy token bash script

* env vars

* workflow

* secrets

* progress towards automation

* handled non ci case

* update token script almost done

* chmod +x

* make tokens dir

* split prebuild and postbuild scripts

* fix workflow

* script file path in workflow

* housecleaning

* get windows username on wsl

* new workflow

* rename workflows

* yml syntax

* schedule

* try again

* try again

* daily update

* update todo

* code coverage

* import sys

* lower coverage threshold

* test_load_portfolio

* auto versioning

* writing last tests

* tests done

* locked reqs

* wrong dotenv

* try again

* update function name

* fix interval def

* comment out csv creation

* yml descriptions

* 🐞 Bug: Commit New OAuth 🐞 (#12)

* debug workflow

* add email and password env vars

* debug echo

* more debugging

* single line

* see if token exists in project dir

* try quotes

* fixed?

* diff to cmp

* double login

* log cmp result

* use quotes

* fixed issue

* try again

* whyyy

* unsilence gpg

* encrypt in root dir

* pass ref

* force=true

* try different action

* try different action

* [AUTO] OAuth token refresh #patch

* remove comments

* force push option

* [AUTO] OAuth token refresh #patch

* Update update.yml

* Bug: Fix Auth Flow / Add 2FA (#16)

* change env var names

* new auth flow

* fix 2fa

* add 2fa env var to workflow

* readme and auto release

* Feature: Get and Store Dividends (#14)

* script updates

* stricter branch cov & csv utils

* csv tests

* data dir

* typo

* fix test

* fix test data object

* uncomment tests

* yfinance import

* add local token update script

* symbols.csv

* script changes

* flake

* update cron schedule

* fix hist test?

* [AUTO] OAuth token refresh #patch

* comment out print statement

* only save hist purposefully

* only auto commit token

* yaml

* token from master

* readme

* readme again

* create datareader and datawriter classes

* update login script

* broker superclass tangent

* reorganization

* flake8

* dividend function done

* try auto symbol

* try again

* [AUTO] Symbol update #patch

* #minor commit

* auto dividend

* fixed robinhood dot to yahoo dash bug

* add multiprocessing

* fixed filtering for dividend and splits tables

* fixed csv update bug + more robust dividend saving

* div update

* div update iex

* constants

* debug

* working on tests

* working broker tests

* remove yfinance dep

* broker tests done

* fix naming issue

* import

* working on marketdata tests

* finished marketdata tests

* fileops tests almost done

* done

* [AUTO] Symbol update #patch

* [AUTO] Symbol update #patch

* [AUTO] Symbol update #patch

* [AUTO] Symbol update #patch

* Feature: S3 Integration (#19)

* fix release?

* file walk

* storage file

* s3 dir uploader working as expected

* dividend s3 upload script complete

* dividend workflows and weird dividend bug

* floating point precision fix

* remove data dir

* move pathfinder to fileops

* s3 integration

* add functions to store class and finish most store tests

* finish store tests

* tests done?

* done?

* linting

* aws configure

* make path before saving

* circular import

* make path

* remove pathlib

* fix rename

* more rename fixes

* does this work

* done

* fixed workflows

* hotfix

* πŸ’½ Feature: Cache pip dependencies πŸ’½ (#20)

* refactor workflows

* pip cache

* add workflow badges to readme

* spacing

* more workflow and readme changes

* πŸ’Ž Feature: Add Polygon.io (Double Redundancy) πŸ’Ž (#23)

* still need to write get_splits fx

* made iexcloud subdirs

* start polygon class

* fix test

* init function

* switch to polygon api

* auto dep check

* polygon dividend redundancy added

* tests

* update env var in workflows

* secrets

* fixes?

* fix test

* done

* Bump boto3 from 1.14.35 to 1.14.46

Bumps [boto3](https://github.com/boto/boto3) from 1.14.35 to 1.14.46.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.14.35...1.14.46)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Krish Suchak <42231639+suchak1@users.noreply.github.com>
Co-authored-by: Krish Suchak <suchak.krish@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 12, 2021
1 parent 67322e2 commit 77cdf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dotenv == 0.14.0
pandas == 1.1.0
robin-stocks == 1.4.2
boto3 == 1.14.35
boto3 == 1.14.46
polygon-api-client == 0.1.6

0 comments on commit 77cdf91

Please sign in to comment.