summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-01 08:35:39 +0000
committerGitHub <noreply@github.com>2021-01-01 08:35:39 +0000
commitfefaa0dce39d28fe7236373346557e56c2cac896 (patch)
tree638f7c49df1362ecdde3e8faa22a165e52cc18b4 /requirements
parentfa479467318eada1029abc1f3e6471b9c2c7c15a (diff)
downloadjinja2-fefaa0dce39d28fe7236373346557e56c2cac896.tar.gz
Bump pytest from 6.1.2 to 6.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.1. - [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/6.1.2...6.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements')
-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 957875e..2b0e351 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -19,7 +19,7 @@ pluggy==0.13.1 # via pytest, tox
pre-commit==2.9.3 # via -r requirements/dev.in
py==1.9.0 # via pytest, tox
pyparsing==2.4.7 # via packaging
-pytest==6.1.2 # via -r requirements/tests.in
+pytest==6.2.1 # via -r requirements/tests.in
pyyaml==5.3.1 # via pre-commit
six==1.14.0 # via packaging, tox, virtualenv
toml==0.10.1 # via pre-commit, pytest, tox
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 75f23f5..9fa44b7 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.9.0 # via pytest
pyparsing==2.4.7 # via packaging
-pytest==6.1.2 # via -r requirements/tests.in
+pytest==6.2.1 # via -r requirements/tests.in
six==1.14.0 # via packaging
toml==0.10.1 # via pytest