summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-03 08:52:31 +0000
committerGitHub <noreply@github.com>2020-06-03 08:52:31 +0000
commit6d32d36b84452a8cbb332fb36b8464596f5fdd53 (patch)
tree385eb260843884fbced8181989e9223dc4c7ecf5
parentfb068e5c3a0567642cef50539975ae92ccc70bd8 (diff)
downloadjinja2-dependabot/pip/pytest-5.4.3.tar.gz
Bump pytest from 5.4.2 to 5.4.3dependabot/pip/pytest-5.4.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.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.4.2...5.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/tests.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 3a4ebc4..d52e399 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -19,7 +19,7 @@ pluggy==0.13.1 # via pytest, tox
pre-commit==2.4.0 # via -r requirements/dev.in
py==1.8.1 # via pytest, tox
pyparsing==2.4.7 # via packaging
-pytest==5.4.2 # via -r requirements/tests.in
+pytest==5.4.3 # via -r requirements/tests.in
pyyaml==5.3.1 # via pre-commit
six==1.14.0 # via packaging, pip-tools, tox, virtualenv
toml==0.10.1 # via pre-commit, tox
diff --git a/requirements/tests.txt b/requirements/tests.txt
index aa2bfaf..9113b4e 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -10,6 +10,6 @@ packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pyparsing==2.4.7 # via packaging
-pytest==5.4.2 # via -r requirements/tests.in
+pytest==5.4.3 # via -r requirements/tests.in
six==1.14.0 # via packaging
wcwidth==0.1.9 # via pytest