We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfd3043 + f452e7f commit ec7d172Copy full SHA for ec7d172
tox.ini
@@ -127,7 +127,7 @@ deps =
127
flake8-bugbear==21.4.3
128
flake8==3.9.2
129
mccabe==0.6.1
130
- pep8-naming==0.12.0
+ pep8-naming==0.12.1
131
pycodestyle==2.7.0
132
pydocstyle==6.1.1
133
pyflakes==2.3.1
@@ -188,7 +188,7 @@ basepython = {[default]basepython}
188
189
deps =
190
mypy==0.910
191
- types-mock==0.1.3
+ types-mock==0.1.5
192
193
{[default]deps}
194
@@ -281,7 +281,7 @@ skip_install = True
281
282
283
{[testenv:coverage_report]deps}
284
- codecov==2.1.11
+ codecov==2.1.12
285
286
passenv =
287
# See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
0 commit comments