From 720a0c59abd46d53cb364ee3122305bfd5c12a59 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Aug 2021 02:29:03 +0545 Subject: [PATCH 1/5] Update sphinx from 4.1.1 to 4.1.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5bec200..1522b22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ fsspec = fsspec==2021.7.0 all = %(fsspec)s docs = - Sphinx==4.1.1 + Sphinx==4.1.2 sphinx-copybutton==0.4.0 myst-parser==0.15.1 furo==2021.7.5b38 From bdac26469321679fd157610fa86aa0585959ea80 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Aug 2021 02:29:03 +0545 Subject: [PATCH 2/5] Update furo from 2021.7.5b38 to 2021.7.31b41 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1522b22..1602a66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ docs = Sphinx==4.1.2 sphinx-copybutton==0.4.0 myst-parser==0.15.1 - furo==2021.7.5b38 + furo==2021.7.31b41 qa = pylint-pytest==1.1.2 pylint==2.9.3 From ff53e81a61d521dff805697d633801115974b5da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Aug 2021 02:29:03 +0545 Subject: [PATCH 3/5] Update pylint from 2.9.3 to 2.9.6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1602a66..5f8d844 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ docs = furo==2021.7.31b41 qa = pylint-pytest==1.1.2 - pylint==2.9.3 + pylint==2.9.6 mypy==0.910 types-python-dateutil==0.1.4 types-pkg_resources==0.1.3 From 5944c92d34f0f1ea525c7ea0ad6e467bbb0559d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Aug 2021 02:29:04 +0545 Subject: [PATCH 4/5] Update types-python-dateutil from 0.1.4 to 0.1.6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f8d844..a2eb1cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ qa = pylint-pytest==1.1.2 pylint==2.9.6 mypy==0.910 - types-python-dateutil==0.1.4 + types-python-dateutil==0.1.6 types-pkg_resources==0.1.3 tests = typing_extensions==3.10.0 From 8451ba53c93ef06646db58b31885777921074eb3 Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Fri, 13 Aug 2021 18:12:58 +0545 Subject: [PATCH 5/5] use 3.10.0-rc.1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3f8d20..ba6ae7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-18.04, windows-2019, macos-10.15] - pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.2"] + pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"] # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it