Skip to content

Commit

Permalink
Update to sentry-sdk version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 3, 2021
1 parent 6b662d9 commit 10cd44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
sentry-sdk = ">=0.7.9,<1.0.0"
sentry-sdk = ">=1.0.0,<2.0.0"
tailhead = ">=1.0.2"

[dev-packages]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sentry-sdk>=0.7.9,<1.0.0
sentry-sdk>=1.0.0,<2.0.0
tailhead>=1.0.2

0 comments on commit 10cd44a

Please sign in to comment.