From 31b870e35de1bd88a704396823560516ded3805c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:24:39 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 1.45.0 to 2.1.1 in /backend Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.45.0 to 2.1.1. - [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.45.0...2.1.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 15 +++++++++------ backend/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 62c298bf..4a7aca04 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1677,21 +1677,22 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.45.0" +version = "2.1.1" description = "Python client for Sentry (https://sentry.io)" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"}, - {file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"}, + {file = "sentry_sdk-2.1.1-py2.py3-none-any.whl", hash = "sha256:99aeb78fb76771513bd3b2829d12613130152620768d00cd3e45ac00cb17950f"}, + {file = "sentry_sdk-2.1.1.tar.gz", hash = "sha256:95d8c0bb41c8b0bc37ab202c2c4a295bb84398ee05f4cdce55051cd75b926ec1"}, ] [package.dependencies] certifi = "*" -urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""} +urllib3 = ">=1.26.11" [package.extras] aiohttp = ["aiohttp (>=3.5)"] +anthropic = ["anthropic (>=0.16)"] arq = ["arq (>=0.23)"] asyncpg = ["asyncpg (>=0.23)"] beam = ["apache-beam (>=2.12)"] @@ -1707,6 +1708,8 @@ flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] +huggingface-hub = ["huggingface-hub (>=0.22)"] +langchain = ["langchain (>=0.0.210)"] loguru = ["loguru (>=0.5)"] openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -1987,4 +1990,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a02786ee6902e030c80123438935084bc1f0f862cd1722d6198fed57624ff413" +content-hash = "c6c02f7080bae30917f2c6ef78d2ee6eb6d85a2a3a53059760aa46b4b3fab192" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e475550c..73d209c8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,7 +41,7 @@ pyexcel-ezodf = "^0.3.4" django-environ = "^0.11.2" django-money = "^3.4.0" python-redmine = "^2.5.0" -sentry-sdk = "^1.45.0" +sentry-sdk = "^2.1.1" whitenoise = "^6.6.0" django-hurricane = "^1.5.0" openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.