From 1c7dc8f42cb5f4e7391796a6473b5de50a44e2ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Feb 2021 14:22:54 +0000 Subject: [PATCH] Update dependency sentry-sdk to ^0.20.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a45b25..dc0e6b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -380,7 +380,7 @@ version = "5.3.1" description = "YAML parser and emitter for Python" category = "dev" optional = false -python-versions = "*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "rcssmin" @@ -448,7 +448,7 @@ botocore = ">=1.12.36,<2.0a.0" [[package]] name = "sentry-sdk" -version = "0.19.1" +version = "0.20.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -542,7 +542,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "02d86dbac92c2d66a41ac9af80857edbfa53c885b851525df770dd54a12bef33" +content-hash = "0000e30e3604b630cc1486a6d75453e7efd5ddc12a4b26f57bc1a4e466850c81" [metadata.files] appdirs = [ @@ -860,8 +860,8 @@ s3transfer = [ {file = "s3transfer-0.3.3.tar.gz", hash = "sha256:921a37e2aefc64145e7b73d50c71bb4f26f46e4c9f414dc648c6245ff92cf7db"}, ] sentry-sdk = [ - {file = "sentry-sdk-0.19.1.tar.gz", hash = "sha256:5cf36eb6b1dc62d55f3c64289792cbaebc8ffa5a9da14474f49b46d20caa7fc8"}, - {file = "sentry_sdk-0.19.1-py2.py3-none-any.whl", hash = "sha256:0eea248408d36e8e7037c7b73827bea20b13a4375bf1719c406cae6fcbc094e3"}, + {file = "sentry-sdk-0.20.0.tar.gz", hash = "sha256:31871a1c18547cafa7b75064c6391aa517b15468fda7b644ccb149decccb9d44"}, + {file = "sentry_sdk-0.20.0-py2.py3-none-any.whl", hash = "sha256:012f2c8f40a504e2d68d045f72a2fd63814acb61ea6db5014df75573077b5ceb"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index 35ff2a0..ab10a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-compressor = "^2.4" django-libsass = "^0.8" expiringdict = "^1.2.0" gunicorn = "^20.0.4" -sentry-sdk = "^0.19.1" +sentry-sdk = "^0.20.0" django-debug-toolbar = "^3.1.1" [tool.poetry.dev-dependencies]