diff options
author | 2023-04-05 19:13:39 +0000 | |
---|---|---|
committer | 2023-04-05 19:13:39 +0000 | |
commit | 3ccff86efd60b5f668d5bd267666133bda8acd20 (patch) | |
tree | 5cafbb402de790bb9c16e8f8748c91cd0fd3edf5 | |
parent | Bump pre-commit from 3.2.1 to 3.2.2 (#2509) (diff) |
Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.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.18.0...1.19.1)
---
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>
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index c0f056a08..a4425434b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2122,14 +2122,14 @@ idna2008 = ["idna"] [[package]] name = "sentry-sdk" -version = "1.18.0" +version = "1.19.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.18.0.tar.gz", hash = "sha256:d07b9569a151033b462f7a7113ada94cc41ecf49daa83d35f5f852a0b9cf3b44"}, - {file = "sentry_sdk-1.18.0-py2.py3-none-any.whl", hash = "sha256:714203a9adcac4a4a35e348dc9d3e294ad0200a66cdca26c068967d728f34fcb"}, + {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"}, ] [package.dependencies] @@ -2147,6 +2147,7 @@ django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] +grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -2462,4 +2463,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "a3a6282bad84d885c3ec47b025a77861e9bd49fe830ea76f82fb55582acfa300" +content-hash = "758ec8be38b35385a5c20466c551f96cf252e62ce3c7c1fa17310bc26eb8df65" diff --git a/pyproject.toml b/pyproject.toml index 55f369ffd..3885a19b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0" rapidfuzz = "2.13.7" regex = "2023.3.23" -sentry-sdk = "1.18.0" +sentry-sdk = "1.19.1" tldextract = "3.4.0" pydantic = { version = "1.10.7", extras = ["dotenv"]} |