diff options
author | 2023-05-23 21:57:43 +0000 | |
---|---|---|
committer | 2023-05-23 21:57:43 +0000 | |
commit | 3af1499ae49c20d0f19e96e2bc12a2e53ee0ae11 (patch) | |
tree | af3d8d9f7ae3304d796b177724b7f96d4593f6ef /pyproject.toml | |
parent | Merge pull request #2599 from python-discord/dependabot/pip/pytest-xdist-3.3.1 (diff) |
Bump sentry-sdk from 1.22.2 to 1.24.0 (#2608)
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 ba9edfe05..f0baffac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.5.5" -sentry-sdk = "1.22.2" +sentry-sdk = "1.24.0" tldextract = "3.4.4" pydantic = { version = "1.10.7", extras = ["dotenv"]} |