diff options
author | 2023-04-20 18:20:03 +0000 | |
---|---|---|
committer | 2023-04-20 18:20:03 +0000 | |
commit | 90004b8af0efa9558db41febee1ed39ba765f15e (patch) | |
tree | e137ad493afac6f10fe8615e4a8bb921def55847 | |
parent | Merge pull request #2552 from python-discord/dependabot/pip/ruff-0.0.262 (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]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index f004e6f63..9adbd2bb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1933,14 +1933,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.19.1" +version = "1.20.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.19.1.tar.gz", hash = "sha256:7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84"}, - {file = "sentry_sdk-1.19.1-py2.py3-none-any.whl", hash = "sha256:885a11c69df23e53eb281d003b9ff15a5bdfa43d8a2a53589be52104a1b4582f"}, + {file = "sentry-sdk-1.20.0.tar.gz", hash = "sha256:a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89"}, + {file = "sentry_sdk-1.20.0-py2.py3-none-any.whl", hash = "sha256:0ad6bbbe78057b8031a07de7aca6d2a83234e51adc4d436eaf8d8c697184db71"}, ] [package.dependencies] @@ -2262,4 +2262,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "4a4fe6bac5ac0281c81872049d1ce8d89eaf76c2e381248396103c0846700998" +content-hash = "68056c7f0175843e1e6735e7a267e4916a6f0d06b5f520501463455867606cea" diff --git a/pyproject.toml b/pyproject.toml index cf6d77afb..1a52d7850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "3.0.0" regex = "2023.3.23" -sentry-sdk = "1.19.1" +sentry-sdk = "1.20.0" tldextract = "3.4.0" pydantic = { version = "1.10.7", extras = ["dotenv"]} |