From 85a0235e7139d6f52ac53b953fe5f8135125a234 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 07:35:18 +0000 Subject: [PATCH] Bump pytest from 5.3.2 to 5.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.2...5.3.3) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b6fa34539..3b64adc2a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pygithub==1.45 pylint==2.4.4 # Lint pyroma==2.6 # Packaging best practices checker pytest-cov==2.8.1 # Measure code coverage -pytest==5.3.2 # Test runners +pytest==5.3.3 # Test runners sphinx-autodoc-typehints==1.10.3 sphinxcontrib-spelling==4.3.0 twine==3.1.1