Skip to content

Commit e7186c0

Browse files
requiresKriechi
authored andcommitted
[requires.io] dependency update
1 parent 8abaa92 commit e7186c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ commands =
3232
basepython = python3.8
3333
deps =
3434
black==20.8b1
35-
isort==5.4.2
35+
isort==5.6.4
3636
commands =
3737
black --check --diff src/ test/ example/ compliance/ bench/
3838
isort --check --diff src/ test/ example/ compliance/ bench/
@@ -48,13 +48,13 @@ commands =
4848
[testenv:lint]
4949
basepython = python3.8
5050
deps =
51-
prospector==1.3.0
51+
prospector==1.3.1
5252
commands = prospector
5353

5454
[testenv:docs]
5555
basepython = python3.8
5656
deps =
57-
sphinx==3.2.1
57+
sphinx==3.3.1
5858
whitelist_externals = make
5959
changedir = {toxinidir}/docs
6060
commands =
@@ -64,8 +64,8 @@ commands =
6464
[testenv:packaging]
6565
basepython = python3.8
6666
deps =
67-
check-manifest==0.42
68-
readme-renderer==26.0
67+
check-manifest==0.45
68+
readme-renderer==28.0
6969
twine==3.2.0
7070
whitelist_externals = rm
7171
commands =

0 commit comments

Comments
 (0)