From 858096069421678aaa4c88ff63cc73088e44dac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:59:58 -0800 Subject: [PATCH] chore(deps): Bump sentry-sdk from 2.19.0 to 2.20.0 in /experimenter/tests (#12075) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.20.0.
Release notes

Sourced from sentry-sdk's releases.

2.20.0

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.20.0

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-sdk&package-manager=pip&previous-version=2.19.0&new-version=2.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimenter/tests/poetry.lock | 9 +++++---- experimenter/tests/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/experimenter/tests/poetry.lock b/experimenter/tests/poetry.lock index b69b3b461c..3b457e1c33 100644 --- a/experimenter/tests/poetry.lock +++ b/experimenter/tests/poetry.lock @@ -1121,13 +1121,13 @@ websocket-client = ">=1.8,<2.0" [[package]] name = "sentry-sdk" -version = "2.19.0" +version = "2.20.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b"}, - {file = "sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36"}, + {file = "sentry_sdk-2.20.0-py2.py3-none-any.whl", hash = "sha256:c359a1edf950eb5e80cffd7d9111f3dbeef57994cb4415df37d39fda2cf22364"}, + {file = "sentry_sdk-2.20.0.tar.gz", hash = "sha256:afa82713a92facf847df3c6f63cec71eb488d826a50965def3d7722aa6f0fdab"}, ] [package.dependencies] @@ -1172,6 +1172,7 @@ sqlalchemy = ["sqlalchemy (>=1.2)"] starlette = ["starlette (>=0.19.1)"] starlite = ["starlite (>=1.48)"] tornado = ["tornado (>=6)"] +unleash = ["UnleashClient (>=6.0.1)"] [[package]] name = "setuptools" @@ -1733,4 +1734,4 @@ test = ["zope.security", "zope.testrunner"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ecfab73e58245a1e7abd4dfab4cb94b4f92f0d6f1a21340326e398d97e44f74e" +content-hash = "c020d8093f19fc5a9a726b0135d2533ae661b537c23f49db9996ed260a230853" diff --git a/experimenter/tests/pyproject.toml b/experimenter/tests/pyproject.toml index 7ee73f0d2c..41418b827c 100644 --- a/experimenter/tests/pyproject.toml +++ b/experimenter/tests/pyproject.toml @@ -56,7 +56,7 @@ future = "^1.0.0" parsimonious = "^0.10.0" regex = "^2024.11.6" pytest-sentry = "^0.3.0" -sentry-sdk = "^2.19.0" +sentry-sdk = "^2.20.0" wrapt = "^1.17.0" pytest-rerunfailures = "^14.0" setuptools = "^70.3.0"