diff options
author | 2023-04-05 19:06:56 +0000 | |
---|---|---|
committer | 2023-04-05 19:06:56 +0000 | |
commit | 069ec37ca8bd4d76721372375775a8e9cd10f756 (patch) | |
tree | c0a6c1fabaa7bc2dbc671b504a7f1017f48919f2 /pyproject.toml | |
parent | Merge pull request #925 from python-discord/dependabot/pip/django-distill-3.1.2 (diff) |
Bump sentry-sdk from 1.18.0 to 1.19.0 (#930)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.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.18.0...1.19.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 fdc72bf8..a47d471d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.10" python-frontmatter = "1.0.0" pyyaml = "6.0" -sentry-sdk = "1.18.0" +sentry-sdk = "1.19.0" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |