mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump sentry-sdk from 1.44.0 to 1.45.0 in /apps/api
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.0 to 1.45.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.44.0...1.45.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
da872c5767
commit
6e2a5db796
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -2743,13 +2743,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sentry-sdk"
|
name = "sentry-sdk"
|
||||||
version = "1.44.0"
|
version = "1.45.0"
|
||||||
description = "Python client for Sentry (https://sentry.io)"
|
description = "Python client for Sentry (https://sentry.io)"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
{file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"},
|
{file = "sentry-sdk-1.45.0.tar.gz", hash = "sha256:509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"},
|
||||||
{file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"},
|
{file = "sentry_sdk-1.45.0-py2.py3-none-any.whl", hash = "sha256:1ce29e30240cc289a027011103a8c83885b15ef2f316a60bcc7c5300afa144f1"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -3730,4 +3730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "3b51ea2d34a78807a0eadfc7a6bac9301465338f05f7221b595b72808668083c"
|
content-hash = "c324c081d9ef88dd5aeb5e6fe37e7c9d2aafd07b7ae10167edc038207ed0e68f"
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ pyyaml = "^6.0.1"
|
||||||
redis = "^5.0.1"
|
redis = "^5.0.1"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
resend = "^0.8.0"
|
resend = "^0.8.0"
|
||||||
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
|
sentry-sdk = {extras = ["fastapi"], version = "^1.45.0"}
|
||||||
sqlmodel = "^0.0.16"
|
sqlmodel = "^0.0.16"
|
||||||
tiktoken = "^0.6.0"
|
tiktoken = "^0.6.0"
|
||||||
uvicorn = "0.29.0"
|
uvicorn = "0.29.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue