diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-01 10:07:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 10:07:22 +0000 |
commit | 9e6cc047b59bfc3bbfc1450c976c003d0c138d51 (patch) | |
tree | b80511393408cf67c1073720b783a2dc140e9e5a /requirements | |
parent | 69898fd4f648a6768f230c83477d9c53141f4ceb (diff) | |
parent | b003afdbd5d1f8ca09f4fd73046c4d6dd794da7e (diff) | |
download | jinja2-9e6cc047b59bfc3bbfc1450c976c003d0c138d51.tar.gz |
Merge pull request #1346 from pallets/dependabot/pip/pytest-6.2.2
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.txt | 2 | ||||
-rw-r--r-- | requirements/tests.txt | 27 |
2 files changed, 19 insertions, 10 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt index 98b4e53..d4ade06 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -42,7 +42,7 @@ py==1.9.0 # tox pyparsing==2.4.7 # via packaging -pytest==6.2.1 +pytest==6.2.2 # via -r requirements/tests.in pyyaml==5.3.1 # via pre-commit diff --git a/requirements/tests.txt b/requirements/tests.txt index 9fa44b7..b6dd944 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,12 +4,21 @@ # # pip-compile requirements/tests.in # -attrs==19.3.0 # via pytest -iniconfig==1.0.0 # via pytest -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.2.1 # via -r requirements/tests.in -six==1.14.0 # via packaging -toml==0.10.1 # via pytest +attrs==19.3.0 + # via pytest +iniconfig==1.0.0 + # via pytest +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.2.2 + # via -r requirements/tests.in +six==1.14.0 + # via packaging +toml==0.10.1 + # via pytest |