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 diff --git a/setup.cfg b/setup.cfg index 5bec200..a2eb1cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,15 +35,15 @@ 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 + 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-python-dateutil==0.1.6 types-pkg_resources==0.1.3 tests = typing_extensions==3.10.0