From ad21f55b2d2c665ea9bc7ae30e5c6bf25f959a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:19:20 +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.3.1...2.10.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 ba48046..1189ccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ discord.py[speed] ~= 2.3.2 Jinja2 ~= 3.1.4 pydantic ~= 2.7.3 pydantic-settings ~= 2.2.1 -sentry-sdk[aiohttp] ~= 2.3.1 +sentry-sdk[aiohttp] ~= 2.10.0 tomlkit ~= 0.12.5