Skip to content

Commit 5d277af

Browse files
Bump coverage from 5.0.3 to 5.1 in /packages/postgres-database
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.3 to 5.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@coverage-5.0.3...coverage-5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0aa3fd3 commit 5d277af

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages/postgres-database/requirements/_test.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aiopg[sa]
1111
faker
1212

1313
# testing
14-
coverage==5.0.3 # TODO: Downgraded because of a bug https://github.com/nedbat/coveragepy/issues/716
14+
coverage==5.1 # TODO: Downgraded because of a bug https://github.com/nedbat/coveragepy/issues/716
1515
pytest~=5.3.5 # Bug in pytest-sugar https://github.com/Teemu/pytest-sugar/issues/187
1616
pytest-cov
1717
pytest-aiohttp # incompatible with pytest-asyncio. See https://github.com/pytest-dev/pytest-asyncio/issues/76

packages/postgres-database/requirements/_test.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ bump2version==1.0.0 # via -r requirements/../../../requirements.txt
1616
certifi==2019.11.28 # via -r requirements/_migration.txt, requests
1717
chardet==3.0.4 # via -r requirements/_migration.txt, aiohttp, requests
1818
click==7.1.1 # via -r requirements/_migration.txt, black, pip-tools
19-
coverage==5.0.3 # via -r requirements/_test.in, coveralls, pytest-cov
19+
coverage==5.1 # via -r requirements/_test.in, coveralls, pytest-cov
2020
coveralls==1.11.1 # via -r requirements/_test.in
2121
docker==4.2.0 # via -r requirements/_migration.txt
2222
docopt==0.6.2 # via coveralls
2323
faker==4.0.2 # via -r requirements/_test.in
24-
idna-ssl==1.1.0 # via aiohttp
2524
idna==2.8 # via -r requirements/_migration.txt, requests, yarl
26-
importlib-metadata==1.6.0 # via pluggy, pytest
2725
isort==4.3.21 # via pylint
2826
lazy-object-proxy==1.4.3 # via astroid
2927
mako==1.0.12 # via -r requirements/_migration.txt, alembic
@@ -56,11 +54,9 @@ sqlalchemy[postgresql_psycopg2binary]==1.3.5 # via -r requirements/_migration.t
5654
tenacity==6.1.0 # via -r requirements/_migration.txt
5755
text-unidecode==1.3 # via faker
5856
toml==0.10.0 # via black
59-
typed-ast==1.4.1 # via astroid, black
60-
typing-extensions==3.7.4.2 # via aiohttp
57+
typed-ast==1.4.1 # via black
6158
urllib3==1.25.8 # via -r requirements/_migration.txt, requests
6259
wcwidth==0.1.8 # via pytest
6360
websocket-client==0.56.0 # via -r requirements/_migration.txt, docker
6461
wrapt==1.11.2 # via astroid
6562
yarl==1.4.2 # via -r requirements/_migration.txt, aiohttp
66-
zipp==3.1.0 # via importlib-metadata

0 commit comments

Comments
 (0)