From e02a293b34f403c28e50e0e6ae2489908c25ccf1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 17 Aug 2022 08:44:38 +0000 Subject: [PATCH] Update dependency sentry-sdk to v1.9.5 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 829824704..0a8eb8487 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1794,7 +1794,7 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "1.9.4" +version = "1.9.5" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -2169,7 +2169,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "5e8f6c539ad0a7706dee8c388c274ad37cf43db5d03b28b146baf75c81f27ee7" +content-hash = "6f845233f1b8a925ae8f1a12e594f3d1ac7635ee731d80d46703e7862577d032" [metadata.files] aiohttp = [ @@ -3423,8 +3423,8 @@ s3transfer = [ {file = "s3transfer-0.6.0.tar.gz", hash = "sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.9.4.tar.gz", hash = "sha256:f1e2333d1922dca3f91e57dad872c73b3cc449ac8542867664fb898b2eec342f"}, - {file = "sentry_sdk-1.9.4-py2.py3-none-any.whl", hash = "sha256:02b7bf195f209f51c9f9458098a8f541dbf82314d21477e68ad841668fcf9a46"}, + {file = "sentry-sdk-1.9.5.tar.gz", hash = "sha256:2d7ec7bc88ebbdf2c4b6b2650b3257893d386325a96c9b723adcd31033469b63"}, + {file = "sentry_sdk-1.9.5-py2.py3-none-any.whl", hash = "sha256:b4b41f90951ed83e7b4c176eef021b19ecba39da5b73aca106c97a9b7e279a90"}, ] service-identity = [ {file = "service-identity-21.1.0.tar.gz", hash = "sha256:6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 0a0c46585..4aa4722c4 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -58,7 +58,7 @@ uvicorn = {version = "==0.18.2", extras = ["standard"]} django-cache-memoize = "0.1.10" requests-http-message-signatures = "==0.3.1" drf-spectacular = "==0.23.1" -sentry-sdk = "==1.9.4" +sentry-sdk = "==1.9.5" [tool.poetry.dev-dependencies] flake8 = "==3.9.2"