From c737c1df8d3e26dbc8e47df92b920a22f3cb8355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:26:36 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 1.31.0 to 1.38.0 in /app Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.31.0 to 1.38.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.31.0...1.38.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 10 +++++----- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 069ab28..f23bd9f 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1068,13 +1068,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.31.0" +version = "1.38.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"}, - {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"}, + {file = "sentry-sdk-1.38.0.tar.gz", hash = "sha256:8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359"}, + {file = "sentry_sdk-1.38.0-py2.py3-none-any.whl", hash = "sha256:0017fa73b8ae2d4e57fd2522ee3df30453715b29d2692142793ec5d5f90b94a6"}, ] [package.dependencies] @@ -1331,4 +1331,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "023a0a7df1c232e4f4ce44c90946749a4fd03597991ba5a897ff24f064063088" +content-hash = "28ab3a846e1a2168fd3ba3af12a63e591660e6079983ca84f3c5f66dca0b44e0" diff --git a/app/pyproject.toml b/app/pyproject.toml index 6e813e6..40cc53b 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" fastapi = "^0.103.2" uvicorn = "^0.23.2" pydantic = "^2.4.2" -sentry-sdk = "^1.31.0" +sentry-sdk = "^1.38.0" kubernetes = "<24.0.0" beiboot = "^1.4.3" timeout-decorator = "^0.5.0"