diff options
author | 2023-05-08 06:21:20 +0000 | |
---|---|---|
committer | 2023-05-08 06:21:20 +0000 | |
commit | 37dac86e3d2adec8f885ffb1248e1908eb6b0184 (patch) | |
tree | 571d0d624ee11e3674071b47d051deaf592cb4c1 /pyproject.toml | |
parent | Merge pull request #960 from python-discord/dependabot/pip/flake8-annotations... (diff) |
Bump sentry-sdk from 1.21.1 to 1.22.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.1 to 1.22.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/1.21.1...1.22.1)
---
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 '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d3832357..925c850f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.11" python-frontmatter = "1.0.0" pyyaml = "6.0" -sentry-sdk = "1.21.1" +sentry-sdk = "1.22.1" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |