From 2cafb992cf236d4f2dae54f68091f9007b8def15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:23:52 +0000 Subject: [PATCH] Bump sentry-sdk from 1.9.10 to 1.10.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c3b4f65..0b1a561 100644 --- a/poetry.lock +++ b/poetry.lock @@ -906,7 +906,7 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] [[package]] name = "sentry-sdk" -version = "1.9.10" +version = "1.10.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -1131,7 +1131,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "73a74c373a33ea8b688dca3d19395cd9fa1cc2309c44277fa901c34fa92e71b9" +content-hash = "fceeefc2516b5832c52737ccd6d769eaa5da6d168dfe5759293db35d6c77b067" [metadata.files] aiohttp = [ @@ -1908,8 +1908,8 @@ rich = [ {file = "rich-12.5.1.tar.gz", hash = "sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.9.10.tar.gz", hash = "sha256:4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff"}, - {file = "sentry_sdk-1.9.10-py2.py3-none-any.whl", hash = "sha256:2469240f6190aaebcb453033519eae69cfe8cc602065b4667e18ee14fc1e35dc"}, + {file = "sentry-sdk-1.10.0.tar.gz", hash = "sha256:1b965bcdbfe52321bb1307c7c93c74035afdbfceb5f585f01a963327c5befc4e"}, + {file = "sentry_sdk-1.10.0-py2.py3-none-any.whl", hash = "sha256:8c648e96e0e2ec5e17ca75a28c442e2f523453fa7cf761ec093f4a656153490e"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 36e5557..fa9c113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ aioredis = "^2.0.1" SQLAlchemy = "^1.4.42" aiomysql = "^0.1.1" asyncpg = "^0.26.0" -sentry-sdk = "^1.9.10" +sentry-sdk = "^1.10.0" pydantic = "^1.10.2" httpx = "^0.23.0" starlette = "^0.19.1"