diff options
author | 2023-04-20 22:27:49 +0000 | |
---|---|---|
committer | 2023-04-20 22:27:49 +0000 | |
commit | 9143fc3ca053a69e88c0f15aab6701e6c60c25e9 (patch) | |
tree | 5ff16e757feea5bc2965adc2ff2b63756b6d1d70 /pyproject.toml | |
parent | Merge pull request #940 from etrotta/main (diff) |
Bump sentry-sdk from 1.19.1 to 1.20.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 1.20.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.19.1...1.20.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 8df11a99..04d055bd 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.19.1" +sentry-sdk = "1.20.0" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |