summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValérianne Lagrange <dashie@sigpipe.me>2019-11-25 10:35:02 +0100
committerGitHub <noreply@github.com>2019-11-25 10:35:02 +0100
commitb5a100d8922341f627dd9d4ad676665b1799c0ad (patch)
treebcdb2a18c4413673a7c0b19287fa19445b94e34f
parentfa35ccd1f1401d1f9ece7be8fb283bb4517e0618 (diff)
parentd9b1b94a9fbfceb693d1d65b2cbf48ce2468163d (diff)
Bump pytest from 5.2.2 to 5.3.0 in /api (#303)
Bump pytest from 5.2.2 to 5.3.0 in /api Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--api/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/setup.py b/api/setup.py
index 9604e598..d2d1b7fe 100644
--- a/api/setup.py
+++ b/api/setup.py
@@ -34,5 +34,5 @@ setup(
"flask-accept==0.0.6",
],
setup_requires=["pytest-runner"],
- tests_require=["pytest==5.2.2", "pytest-cov==2.8.1", "jsonschema==3.1.1"],
+ tests_require=["pytest==5.3.0", "pytest-cov==2.8.1", "jsonschema==3.1.1"],
)