aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index e74f37f..8e2f185 100644
--- a/Pipfile
+++ b/Pipfile
@@ -23,7 +23,7 @@ networkx = "~= 2.4"
beautifulsoup4 = "~= 4.8"
pyyaml = "~= 5.2"
toml = "~= 0.10"
-sentry-sdk = {extras = ["falcon"], version = "0.14.2"}
+sentry-sdk = {extras = ["falcon"], version = "~= 0.14.2"}
[dev-packages]
coverage = ">= 4.4.2, == 4.*"