diff options
author | 2024-06-27 06:49:08 +0000 | |
---|---|---|
committer | 2024-06-27 06:49:08 +0000 | |
commit | c947e201614a01e9a08118ca0afedd448a611e9c (patch) | |
tree | 5f3b9aaf6ca8fcaaeefbaae96a1291615a37c17e /pyproject.toml | |
parent | Merge pull request #3103 from python-discord/dependabot/pip/pydis-core-11.2.0 (diff) |
Bump sentry-sdk from 2.6.0 to 2.7.0 (#3105)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e7f2375d3..c6105ecae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.9.3" regex = "2024.5.15" -sentry-sdk = "2.6.0" +sentry-sdk = "2.7.0" tldextract = "5.1.2" pydantic = "2.6.4" pydantic-settings = "2.2.1" |