diff options
| author | 2023-06-23 04:35:29 +0000 | |
|---|---|---|
| committer | 2023-06-23 04:35:29 +0000 | |
| commit | 7bb5cab5d3a434d6c0ea9bfbd96602ce19bd759b (patch) | |
| tree | 4b8f05c26e090b50df88db25d7527b68f8b4776e /pyproject.toml | |
| parent | Merge pull request #2642 from python-discord/dependabot/pip/pydis-core-9.8.0 (diff) | |
Bump sentry-sdk from 1.25.1 to 1.26.0 (#2655)
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 2a45f81c1..c33ffec8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.1.1" regex = "2023.6.3" -sentry-sdk = "1.25.1" +sentry-sdk = "1.26.0" tldextract = "3.4.4" pydantic = { version = "1.10.9", extras = ["dotenv"]} |