From 1afad24eef3c81769ad165e3ea979aa3ba0ceaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:39:28 +0000 Subject: [PATCH] chore(deps): update sentry-sdk[aiohttp] requirement Updates the requirements on [sentry-sdk[aiohttp]](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/2.14.0...2.16.0) --- updated-dependencies: - dependency-name: sentry-sdk[aiohttp] 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 8842fa8..177a273 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ discord.py[speed] ~= 2.4.0 Jinja2 ~= 3.1.4 pydantic ~= 2.9.2 pydantic-settings ~= 2.5.2 -sentry-sdk[aiohttp] ~= 2.14.0 +sentry-sdk[aiohttp] ~= 2.16.0 tomlkit ~= 0.13.2