diff options
author | 2023-04-06 08:38:17 +0000 | |
---|---|---|
committer | 2023-04-06 08:38:17 +0000 | |
commit | 394b33408e65aba72e7834894400d7dd5db6e8b9 (patch) | |
tree | 0915ea58918149434a832d1bdec41a2eb6411189 | |
parent | Add README for the redirects app (#924) (diff) |
Bump sentry-sdk from 1.19.0 to 1.19.1 (#931)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.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.19.0...1.19.1)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 4047b6a8..cc34652d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1304,14 +1304,14 @@ idna2008 = ["idna"] [[package]] name = "sentry-sdk" -version = "1.19.0" +version = "1.19.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.19.0.tar.gz", hash = "sha256:6732b59a55051646587acce21f6a00b53d05df9282d54886ad88b59b4e9b82ad"}, - {file = "sentry_sdk-1.19.0-py2.py3-none-any.whl", hash = "sha256:8dcffbbb963963567384d6eb49c76b8fb05753540715cbee5e5ca5bc8327ded4"}, + {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] @@ -1522,4 +1522,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "5137410f5e7a7be270b5faace050cd9a60bf8e52fa9312cdb5725b36019183a9" +content-hash = "8862dcbc14ed263313f671ae197f83ba8fb26dd648d36b2ff9194181ca3280f2" diff --git a/pyproject.toml b/pyproject.toml index 57c24de0..99966d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.10" python-frontmatter = "1.0.0" pyyaml = "6.0" -sentry-sdk = "1.19.0" +sentry-sdk = "1.19.1" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |