diff options
author | 2024-06-28 06:03:58 +0000 | |
---|---|---|
committer | 2024-06-28 06:03:58 +0000 | |
commit | 90c74e75b41341c545e4ec610b08ad7b5e6dd5fe (patch) | |
tree | 370554fab1e67d6054c2c9a79c75dec5423e8e98 /pyproject.toml | |
parent | Merge pull request #1352 from python-discord/dependabot/pip/ruff-0.5.0 (diff) |
Bump sentry-sdk from 2.7.0 to 2.7.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.0 to 2.7.1.
- [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.7.0...2.7.1)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 3a9401f9..77b0fa3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.8.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -sentry-sdk = "2.7.0" +sentry-sdk = "2.7.1" whitenoise = "6.7.0" psycopg = {extras = ["binary"], version = "3.1.19"} |