Skip to content

Commit 18a2a3a

Browse files
Bump coverage from 6.3.1 to 6.3.2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.3.1...6.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fc3760 commit 18a2a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
22
pip>=9 # minimum installation requirements
33
setuptools>=21 # minimum installation requirements
4-
coverage==6.3.1 # pytest-cov
4+
coverage==6.3.2 # pytest-cov
55
pytest==6.2.5
66
pytest-cov==3.0.0
77
pytest-xdist==2.5.0
88
port-for==0.6.2
99
mirakuru==2.4.2
10-
psycopg[binary]==3.0.8; platform_python_implementation != "PyPy"
10+
psycopg[binary]==3.0.9; platform_python_implementation != "PyPy"
1111
psycopg==3.0.8; platform_python_implementation == "PyPy"
1212
-e .[tests]

0 commit comments

Comments
 (0)