Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit cc4c525

Browse files
Bump coverage from 4.5.4 to 5.5
Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 5.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@coverage-4.5.4...coverage-5.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b31e88 commit cc4c525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
install_requires=["asyncpg", "aiohttp", "authlib", "aiohttp_cors", "jsonschema", "gunicorn>=20.0.1", "ujson", "uvloop", "aiocache", "ujson", "aiomcache"],
3535
extras_require={
3636
"vcf": ["cyvcf2==0.10.1; python_version < '3.7'", "numpy", "cyvcf2; python_version >= '3.7'", "Cython"],
37-
"test": ["coverage==4.5.4", "pytest<5.4", "pytest-cov", "coveralls", "testfixtures", "tox", "flake8", "flake8-docstrings", "asynctest", "aioresponses"],
37+
"test": ["coverage==5.5", "pytest<5.4", "pytest-cov", "coveralls", "testfixtures", "tox", "flake8", "flake8-docstrings", "asynctest", "aioresponses"],
3838
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme"],
3939
},
4040
)

0 commit comments

Comments
 (0)