diff options
author | 2022-09-27 16:44:11 +0100 | |
---|---|---|
committer | 2022-09-27 16:44:11 +0100 | |
commit | 5659bb93b60ae53635dc4dab20caed21d88eb04e (patch) | |
tree | ceeddbfa91360a8f8721d3a6ab44d6e2cbf32665 | |
parent | Merge pull request #1103 from python-discord/dependabot/pip/rapidfuzz-2.10.1 (diff) |
Bump sentry-sdk from 1.9.8 to 1.9.9 (#1104)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.9.
- [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.9.8...1.9.9)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 8598fa98..c59897ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -745,7 +745,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "sentry-sdk" -version = "1.9.8" +version = "1.9.9" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -919,7 +919,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "cd5b63934c300c72fc5ae35f1827a03b9328c15fb33b5c90c6c873932e7b8052" +content-hash = "efe749a1f1549013cd4f3bb73acf0f85db01264b87cbd2cb6ed2325a53b3d57a" [metadata.files] aiodns = [ @@ -1922,8 +1922,8 @@ redis = [ {file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.9.8.tar.gz", hash = "sha256:ef4b4d57631662ff81e15c22bf007f7ce07c47321648c8e601fbd22950ed1a79"}, - {file = "sentry_sdk-1.9.8-py2.py3-none-any.whl", hash = "sha256:7378c08d81da78a4860da7b4900ac51fef38be841d01bc5b7cb249ac51e070c6"}, + {file = "sentry-sdk-1.9.9.tar.gz", hash = "sha256:d6c71d2f85710b66822adaa954af7912bab135d6c85febd5b0f3dfd4ab37e181"}, + {file = "sentry_sdk-1.9.9-py2.py3-none-any.whl", hash = "sha256:ef925b5338625448645a778428d8f22a3d17de8b28cc8e6fba60b93393ad86fe"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 31b1143e..4695cc45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.10.1" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.2.0" -sentry-sdk = "1.9.8" +sentry-sdk = "1.9.9" PyYAML = "6.0" emojis = "0.6.0" coloredlogs = "15.0.1" |