diff options
author | 2022-11-15 05:04:56 +0000 | |
---|---|---|
committer | 2022-11-15 05:04:56 +0000 | |
commit | b4eb6df7ce6baf8c34bf18ca0b56d5d9b3bd90b1 (patch) | |
tree | d4f9c4cba79ac605f3fc3f9d50c74dfbba8bebde /pyproject.toml | |
parent | Merge pull request #796 from python-discord/fix-verification-ssl (diff) |
Bump sentry-sdk from 1.10.1 to 1.11.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.10.1 to 1.11.0.
- [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/1.10.1...1.11.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 595ea33e..79f2ecc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.2.0" httpx = "0.23.0" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.10.1" +sentry-sdk = "1.11.0" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |