aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2020-03-08 21:59:26 +0000
committerGravatar GitHub <[email protected]>2020-03-08 21:59:26 +0000
commit8594ebf12b7cd29b81daa231ce109d0859ba09e0 (patch)
treefa064070fc35237665b6f7cb829e21e2d9551a7f
parentAdd sentry (diff)
Update Pipfile
Co-Authored-By: Mark <[email protected]>
-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.*"