aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-29 08:40:53 +0000
committerGitHub <noreply@github.com>2020-07-29 08:40:53 +0000
commit8771d6fea663c6adda969acfc0074e81e61a479e (patch)
tree7a8f309a689a0ace729b872c1e46e3f1adf44463
parent43a01a51451ad0d535e0d4a80f166c007f6cf77e (diff)
parentc962fb064837f3c8c31de08e9bb6330476bce4f8 (diff)
downloadmarkupsafe-8771d6fea663c6adda969acfc0074e81e61a479e.tar.gz
Merge pull request #141 from pallets/dependabot/pip/pytest-6.0.0
-rw-r--r--requirements/dev.txt8
-rw-r--r--requirements/tests.txt7
2 files changed, 8 insertions, 7 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 1345de0..c61bd67 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -11,21 +11,21 @@ click==7.1.2 # via pip-tools
distlib==0.3.0 # via virtualenv
filelock==3.0.12 # via tox, virtualenv
identify==1.4.16 # via pre-commit
+iniconfig==1.0.0 # via pytest
more-itertools==8.3.0 # via pytest
nodeenv==1.3.5 # via pre-commit
packaging==20.4 # via pytest, tox
pip-tools==5.3.0 # via -r requirements/dev.in
pluggy==0.13.1 # via pytest, tox
pre-commit==2.6.0 # via -r requirements/dev.in
-py==1.8.1 # via pytest, tox
+py==1.9.0 # via pytest, tox
pyparsing==2.4.7 # via packaging
-pytest==5.4.3 # via -r requirements/tests.in
+pytest==6.0.0 # via -r requirements/tests.in
pyyaml==5.3.1 # via pre-commit
six==1.15.0 # via packaging, pip-tools, tox, virtualenv
-toml==0.10.1 # via pre-commit, tox
+toml==0.10.1 # via pre-commit, pytest, tox
tox==3.18.1 # via -r requirements/dev.in
virtualenv==20.0.21 # via pre-commit, tox
-wcwidth==0.1.9 # via pytest
# The following packages are considered to be unsafe in a requirements file:
# pip
diff --git a/requirements/tests.txt b/requirements/tests.txt
index dff1139..890a495 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -5,11 +5,12 @@
# pip-compile requirements/tests.in
#
attrs==19.3.0 # via pytest
+iniconfig==1.0.0 # via pytest
more-itertools==8.3.0 # via pytest
packaging==20.4 # via pytest
pluggy==0.13.1 # via pytest
-py==1.8.1 # via pytest
+py==1.9.0 # via pytest
pyparsing==2.4.7 # via packaging
-pytest==5.4.3 # via -r requirements/tests.in
+pytest==6.0.0 # via -r requirements/tests.in
six==1.15.0 # via packaging
-wcwidth==0.1.9 # via pytest
+toml==0.10.1 # via pytest