From 420f15d5b259af3630ad496b2644bf35ba84637f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 5 Nov 2022 15:06:26 -0400 Subject: [PATCH 01/17] Update pip from 22.3 to 22.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b610c1b..ee28854 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==22.3 +pip==22.3.1 bumpversion==0.6.0 wheel==0.38.0 watchdog==2.1.9 From 0d9ed8c384856e5b4695f1b26be92acecac89fa3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 9 Nov 2022 22:09:33 -0500 Subject: [PATCH 02/17] Update wheel from 0.38.0 to 0.38.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b610c1b..c7b7949 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==22.3 bumpversion==0.6.0 -wheel==0.38.0 +wheel==0.38.4 watchdog==2.1.9 flake8==5.0.4 tox==3.26.0 From 94653b8d61faedf642f5bcfd32aa325a6c2b474b Mon Sep 17 00:00:00 2001 From: LGTM Migrator Date: Fri, 11 Nov 2022 00:54:16 +0000 Subject: [PATCH 03/17] Add CodeQL workflow for GitHub code scanning --- .github/workflows/codeql.yml | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..cef9bc9 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,41 @@ +name: "CodeQL" + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + schedule: + - cron: "11 13 * * 3" + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ python ] + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + queries: +security-and-quality + + - name: Autobuild + uses: github/codeql-action/autobuild@v2 + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 + with: + category: "/language:${{ matrix.language }}" From 6a377f424d257a57421545d22af3ae6184eea58c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Dec 2022 00:45:49 -0500 Subject: [PATCH 04/17] Update twine from 4.0.1 to 4.0.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b610c1b..a846e91 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,5 +11,5 @@ PyYAML==6.0 pytest==7.1.3 pytest-runner==6.0.0 vcrpy==2.1.1 -twine==4.0.1 +twine==4.0.2 black==22.10.0 From 4d25e8fe409549359d33af8e50a31d240fde85e9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 19 Jan 2023 07:03:00 -0500 Subject: [PATCH 05/17] Update pandas from 1.5.1 to 1.5.3 --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 5aadf6d..05f56ee 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -3,4 +3,4 @@ tiingo==0.14.0 # You technically don't have to use tiingo with pandas, but # we included it since most data analysts will have it installed already. -pandas==1.5.1 +pandas==1.5.3 From aec5d2475f7e025afedc88ea6ab1f76f41619169 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Jan 2023 23:08:30 -0500 Subject: [PATCH 06/17] Update pip from 22.3.1 to 23.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..6ac0c1d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==22.3.1 +pip==23.0 bumpversion==0.6.0 wheel==0.38.4 watchdog==2.1.9 From 3fa2f20712df7dfe888bd4c1134d74c64e1f0a35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 1 Feb 2023 01:08:09 -0500 Subject: [PATCH 07/17] Update black from 22.10.0 to 23.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..5e864af 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,4 +12,4 @@ pytest==7.1.3 pytest-runner==6.0.0 vcrpy==2.1.1 twine==4.0.2 -black==22.10.0 +black==23.1.0 From 8fa0145f5f90b7cbf7c369b104cbe6cb1c21494e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Feb 2023 21:03:04 -0500 Subject: [PATCH 08/17] Update watchdog from 2.1.9 to 2.3.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..7f292f9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==22.3.1 bumpversion==0.6.0 wheel==0.38.4 -watchdog==2.1.9 +watchdog==2.3.0 flake8==5.0.4 tox==3.26.0 coverage==6.5.0 From 6bb0fb6b6f2014581b024ff6dacec65c02f3d588 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Mar 2023 01:14:32 -0500 Subject: [PATCH 09/17] Update pytest from 7.1.3 to 7.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..bec7f32 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==6.5.0 cryptography==38.0.2 Sphinx==5.3.0 PyYAML==6.0 -pytest==7.1.3 +pytest==7.2.2 pytest-runner==6.0.0 vcrpy==2.1.1 twine==4.0.2 From cb0fc1b58b08e6f9904c04730ac4443ad33ec69c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 16 Mar 2023 16:10:02 -0400 Subject: [PATCH 10/17] Update coverage from 6.5.0 to 7.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..4c3b9c9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.38.4 watchdog==2.1.9 flake8==5.0.4 tox==3.26.0 -coverage==6.5.0 +coverage==7.2.2 cryptography==38.0.2 Sphinx==5.3.0 PyYAML==6.0 From 6ea217905f8329b48d45ce81d66558096de147f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 25 Mar 2023 00:24:28 -0400 Subject: [PATCH 11/17] Update cryptography from 38.0.2 to 40.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2457a6a..1cda5fb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==2.1.9 flake8==5.0.4 tox==3.26.0 coverage==6.5.0 -cryptography==38.0.2 +cryptography==40.0.1 Sphinx==5.3.0 PyYAML==6.0 pytest==7.1.3 From 20562305902a4bf4c88b3fcde7ee0b0629ef3f28 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 26 Mar 2023 19:24:27 -0400 Subject: [PATCH 12/17] Update tox from 3.26.0 to 4.4.8 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5e864af..331b1d4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.6.0 wheel==0.38.4 watchdog==2.1.9 flake8==5.0.4 -tox==3.26.0 +tox==4.4.8 coverage==6.5.0 cryptography==38.0.2 Sphinx==5.3.0 From 56812c019f1f7b8f75e7d9dae815e18c892ccf91 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Tue, 28 Mar 2023 20:25:42 -0400 Subject: [PATCH 13/17] update black formatting for latest black version --- tiingo/api.py | 1 - tiingo/wsclient.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tiingo/api.py b/tiingo/api.py index 9bd90b2..11f647c 100644 --- a/tiingo/api.py +++ b/tiingo/api.py @@ -265,7 +265,6 @@ class TiingoClient(RestClient): frequency="daily", fmt="json", ): - """Return a pandas.DataFrame of historical prices for one or more ticker symbols. By default, return latest EOD Composite Price for a list of stock tickers. diff --git a/tiingo/wsclient.py b/tiingo/wsclient.py index 63a7ff1..2f3ec6a 100644 --- a/tiingo/wsclient.py +++ b/tiingo/wsclient.py @@ -40,7 +40,6 @@ class TiingoWebsocketClient: """ def __init__(self, config=None, endpoint=None, on_msg_cb=None): - self._base_url = "wss://api.tiingo.com" self.config = {} if config is None else config From 06421235f76873aaae56382a73f2f3f6eaf48a39 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Tue, 28 Mar 2023 20:21:53 -0400 Subject: [PATCH 14/17] build: replace python 3.6 testing with 3.9 --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e19bba2..56336f6 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8'] + python-version: ['3.7', '3.8', '3.9'] WITH_PANDAS: [false, true] steps: From d77636a93705f9deaa3055a99107d8c02d834b4d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 28 Mar 2023 21:22:12 -0400 Subject: [PATCH 15/17] Update pip from 23.0 to 23.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index da2d415..6c78611 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==23.0 +pip==23.0.1 bumpversion==0.6.0 wheel==0.38.4 watchdog==2.3.0 From 968d22a44edfa94d7665b9accf5f1c3e0ab15998 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 28 Mar 2023 21:22:14 -0400 Subject: [PATCH 16/17] Update watchdog from 2.3.0 to 3.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index da2d415..d5b311e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==23.0 bumpversion==0.6.0 wheel==0.38.4 -watchdog==2.3.0 +watchdog==3.0.0 flake8==5.0.4 tox==3.26.0 coverage==7.2.2 From 0fd003abfd4d2e64bcacdd40fb0f10a941bf543c Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Tue, 28 Mar 2023 21:27:40 -0400 Subject: [PATCH 17/17] build: remove pytest-runner (fixes #749) --- requirements_dev.txt | 1 - setup.py | 5 ----- 2 files changed, 6 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index da2d415..e7861d3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,6 @@ cryptography==40.0.1 Sphinx==5.3.0 PyYAML==6.0 pytest==7.2.2 -pytest-runner==6.0.0 vcrpy==2.1.1 twine==4.0.2 black==23.1.0 diff --git a/setup.py b/setup.py index 30e3b15..eaa66b2 100644 --- a/setup.py +++ b/setup.py @@ -29,10 +29,6 @@ requirements = [ 'websocket-client' ] -setup_requirements = [ - 'pytest-runner', -] - test_requirements = [ 'pytest', 'vcrpy', @@ -76,5 +72,4 @@ setup( ], test_suite='tests', tests_require=test_requirements, - setup_requires=setup_requirements, )