aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-13 08:51:34 +0000
committerGravatar GitHub <[email protected]>2022-03-13 08:51:34 +0000
commit1320385c535ebdf23b1601a16a7ab2ac798bc433 (patch)
tree0c8b7bd28f66a7a3df269c0c18a7d31b778eca36 /pyproject.toml
parentMerge pull request #141 from python-discord/dependabot/pip/flake8-4.0.1 (diff)
Bump sentry-sdk from 1.5.4 to 1.5.7
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.4 to 1.5.7. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.5.4...1.5.7) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b991224..c324b5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ gunicorn = "^20.1.0"
pydantic = "^1.8.2"
spectree = "^0.7.6"
deepmerge = "^1.0.1"
-sentry-sdk = "^1.0.0"
+sentry-sdk = "^1.5.7"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"