From 9d8442373229b5440053a55559ada3ab362a3809 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 17 Nov 2022 06:33:52 +0000 Subject: [PATCH] Update dependency sentry-sdk to v1.11.0 (develop) --- api/poetry.lock | 9 +++++---- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index f167777a1..ca2111b5a 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1790,7 +1790,7 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.10.1" +version = "1.11.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -1812,6 +1812,7 @@ fastapi = ["fastapi (>=0.79.0)"] flask = ["blinker (>=1.1)", "flask (>=0.11)"] httpx = ["httpx (>=0.16.0)"] pure-eval = ["asttokens", "executing", "pure-eval"] +pymongo = ["pymongo (>=3.1)"] pyspark = ["pyspark (>=2.4.4)"] quart = ["blinker (>=1.1)", "quart (>=0.16.1)"] rq = ["rq (>=0.6)"] @@ -2182,7 +2183,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "45a01f1411d2c61bae2b7190f4556096a8b6597c2132b5dfd553f9d30472c7a2" +content-hash = "9ba3ab5617e6edb1bcf037e4dc223935252c0a5fc69142dafb78ef98baf70d27" [metadata.files] aiohttp = [ @@ -3416,8 +3417,8 @@ s3transfer = [ {file = "s3transfer-0.6.0.tar.gz", hash = "sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.10.1.tar.gz", hash = "sha256:105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691"}, - {file = "sentry_sdk-1.10.1-py2.py3-none-any.whl", hash = "sha256:06c0fa9ccfdc80d7e3b5d2021978d6eb9351fa49db9b5847cf4d1f2a473414ad"}, + {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"}, ] service-identity = [ {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index af108d124..5c56f71d9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -56,7 +56,7 @@ uvicorn = {version = "==0.19.0", extras = ["standard"]} django-cache-memoize = "0.1.10" requests-http-message-signatures = "==0.3.1" drf-spectacular = "==0.24.2" -sentry-sdk = "==1.10.1" +sentry-sdk = "==1.11.0" pluralizer = "==1.2.0" importlib_metadata = {version = "==4.13.0", python = "<=3.7"} # Keep support python 3.7, can be removed if we drop support dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}