From 37133cc53a68bdbcc05126288a27db98471c15a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:26:21 +0000 Subject: [PATCH] Update sentry-sdk requirement from ~=1.1.0 to ~=1.9.7 Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.1.0...1.9.7) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d096821..b562c3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi nextcord Pillow~=8.2.0 -sentry-sdk~=1.1.0 +sentry-sdk~=1.9.7 nextcord-pretty-help~=1.3.0 aioredis~=2.0.0 cachetools~=4.2.0