1
0
mirror of https://github.com/TeamNewPipe/web-api synced 2025-10-06 08:12:52 +02:00

Bump sentry-sdk from 2.37.1 to 2.39.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.37.1 to 2.39.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/2.37.1...2.39.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-29 09:16:57 +00:00
committed by TheAssassin
parent 5bc19ceac3
commit e43a556656
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1381,14 +1381,14 @@ dotenv = ["python-dotenv"]
[[package]]
name = "sentry-sdk"
version = "2.37.1"
version = "2.39.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
groups = ["main"]
files = [
{file = "sentry_sdk-2.37.1-py2.py3-none-any.whl", hash = "sha256:baaaea6608ed3a639766a69ded06b254b106d32ad9d180bdbe58f3db9364592b"},
{file = "sentry_sdk-2.37.1.tar.gz", hash = "sha256:531751da91aa62a909b42a7be155b41f6bb0de9df6ae98441d23b95de2f98475"},
{file = "sentry_sdk-2.39.0-py2.py3-none-any.whl", hash = "sha256:ba655ca5e57b41569b18e2a5552cb3375209760a5d332cdd87c6c3f28f729602"},
{file = "sentry_sdk-2.39.0.tar.gz", hash = "sha256:8c185854d111f47f329ab6bc35993f28f7a6b7114db64aa426b326998cfa14e9"},
]
[package.dependencies]
@@ -1860,4 +1860,4 @@ propcache = ">=0.2.1"
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
content-hash = "5c56943c498d719a01afd84cd8eafda3925ff4b9959e181ad4235f42f1823449"
content-hash = "193cc41283c3ea79ee9d3a6c683f84b44da5c8f9dae734b223c19e0cefd698a0"

View File

@@ -23,7 +23,7 @@ PyYAML = "^6.0.3"
Quart = "^0.20"
aiohttp = "^3.12"
Flask-Caching = "^2.3"
sentry-sdk = "^2.37"
sentry-sdk = "^2.39"
uvicorn = {extras = ["standard"], version = "^0.37"}
coloredlogs = "*"