Skip to content

Commit 81df057

Browse files
pyup-botskshetry
andauthored
bump Scheduled weekly dependency update for week 32 (#48)
* Update sphinx from 4.1.1 to 4.1.2 * Update furo from 2021.7.5b38 to 2021.7.31b41 * Update pylint from 2.9.3 to 2.9.6 * Update types-python-dateutil from 0.1.4 to 0.1.6 * use 3.10.0-rc.1 Co-authored-by: Saugat Pachhai <[email protected]>
1 parent 7d41d7c commit 81df057

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-18.04, windows-2019, macos-10.15]
23-
pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.2"]
23+
pyv: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ fsspec = fsspec==2021.7.0
3535
all =
3636
%(fsspec)s
3737
docs =
38-
Sphinx==4.1.1
38+
Sphinx==4.1.2
3939
sphinx-copybutton==0.4.0
4040
myst-parser==0.15.1
41-
furo==2021.7.5b38
41+
furo==2021.7.31b41
4242
qa =
4343
pylint-pytest==1.1.2
44-
pylint==2.9.3
44+
pylint==2.9.6
4545
mypy==0.910
46-
types-python-dateutil==0.1.4
46+
types-python-dateutil==0.1.6
4747
types-pkg_resources==0.1.3
4848
tests =
4949
typing_extensions==3.10.0

0 commit comments

Comments
 (0)