From fb59cf5d3406894d767548d8427ae202af505c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:37:09 +0000 Subject: [PATCH] Bump sentry-sdk from 1.37.1 to 1.38.0 in /app Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.37.1 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.37.1...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 be543603..3ea30f48 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 = "amqp" @@ -2313,13 +2313,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.37.1" +version = "1.38.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.37.1.tar.gz", hash = "sha256:7cd324dd2877fdc861f75cba4242bce23a58272a6fea581fcb218bb718bd9cc5"}, - {file = "sentry_sdk-1.37.1-py2.py3-none-any.whl", hash = "sha256:a249c7364827ee89daaa078bb8b56ece0b3d52d9130961bef2302b79bdf7fe70"}, + {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] @@ -2904,4 +2904,4 @@ heapdict = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5c94a3abc28e0cb3e7fe8ebd0c84617247d1429fe05899dd4d371dd8dc4949af" +content-hash = "48b94e938d0a10175dd3f4fb68550e4bc182297702ad500986d614d14ef1df9d" diff --git a/app/pyproject.toml b/app/pyproject.toml index 73759cb8..538fbefd 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -20,7 +20,7 @@ freezegun = "^1.2.1" geojson = "^3.1.0" netcdf4 = "^1.6.5" psycopg2-binary = "^2.9.9" -sentry-sdk = "^1.37.1" +sentry-sdk = "^1.38.0" uwsgi = "^2.0.23" vcrpy = "^5.1" whitenoise = "^6.6"