Skip to content

Commit

Permalink
chore: unpin sentry-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and aexvir committed Mar 8, 2021
1 parent d7e7af4 commit 43f5a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini

[tool.poetry.dependencies]
python = "^3.6"
sentry-sdk = "^0.19.5"
sentry-sdk = "*"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down

0 comments on commit 43f5a6e

Please sign in to comment.