diff options
author | 2022-11-23 13:29:37 -0800 | |
---|---|---|
committer | 2022-11-23 13:29:37 -0800 | |
commit | 97b4e2f488d76142c25b8efda399b9dd47b11f49 (patch) | |
tree | 4c946dabe90bf94de1b9a4757fa32c37e1dfc8d1 | |
parent | Bump flake8-isort from 5.0.0 to 5.0.3 (#1152) (diff) |
Bump sentry-sdk from 1.11.0 to 1.11.1 (#1153)
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 41ea4f92..cac905e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,7 +740,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "sentry-sdk" -version = "1.11.0" +version = "1.11.1" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -923,7 +923,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "6052b745fdbde186792f0e933a51342a9a91844fc83950d0ecf2db28d3995a4f" +content-hash = "ef0279d517b0fca8bdf5c5eb72292403454a90b7798cc26962b2a9db15579921" [metadata.files] aiodns = [ @@ -1813,8 +1813,8 @@ redis = [ {file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.11.0.tar.gz", hash = "sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117"}, - {file = "sentry_sdk-1.11.0-py2.py3-none-any.whl", hash = "sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc"}, + {file = "sentry-sdk-1.11.1.tar.gz", hash = "sha256:675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"}, + {file = "sentry_sdk-1.11.1-py2.py3-none-any.whl", hash = "sha256:8b4ff696c0bdcceb3f70bbb87a57ba84fd3168b1332d493fcd16c137f709578c"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 893ad2a1..6084350b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.2" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.3.0" -sentry-sdk = "1.11.0" +sentry-sdk = "1.11.1" PyYAML = "6.0" emojis = "0.6.0" coloredlogs = "15.0.1" |