diff options
author | 2023-05-09 05:57:24 +0000 | |
---|---|---|
committer | 2023-05-09 05:57:24 +0000 | |
commit | de195c09e0c66930c1773c5f81baeab5785505ea (patch) | |
tree | 83d3868a1982279a0f25920f5975dd7cc0d12406 /pyproject.toml | |
parent | Merge pull request #964 from python-discord/dependabot/pip/sentry-sdk-1.22.1 (diff) |
Bump sentry-sdk from 1.22.1 to 1.22.2
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.1 to 1.22.2.
- [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.22.1...1.22.2)
---
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 925c850f..101c9502 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.22.1" +sentry-sdk = "1.22.2" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |