aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 24e3e5ec..eaf8ff87 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,9 +4,9 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
-pre-commit = "*"
-pytest = "*"
-pytest-cov = "*"
+pre-commit = "2.17.0"
+pytest = "6.2.5"
+pytest-cov = "3.0.0"
ethos-u-vela = {editable = true,path = "."}
[packages]