⬆️ Bump sentry-sdk from 1.25.0 to 1.26.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.25.0 to 1.26.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.25.0...1.26.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-24 02:48:55 +08:00 committed by 洛水居室
parent a2a8b303d8
commit 72ff7aa45d
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2058,13 +2058,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "sentry-sdk"
version = "1.25.0"
version = "1.26.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
{file = "sentry-sdk-1.25.0.tar.gz", hash = "sha256:5be3296fc574fa8a4d9b213b4dcf8c8d0246c08f8bd78315c6286f386c37555a"},
{file = "sentry_sdk-1.25.0-py2.py3-none-any.whl", hash = "sha256:fe85cf5d0b3d0aa3480df689f9f6dc487de783defb0a95043368375dc893645e"},
{file = "sentry-sdk-1.26.0.tar.gz", hash = "sha256:760e4fb6d01c994110507133e08ecd4bdf4d75ee4be77f296a3579796cf73134"},
{file = "sentry_sdk-1.26.0-py2.py3-none-any.whl", hash = "sha256:0c9f858337ec3781cf4851972ef42bba8c9828aea116b0dbed8f38c5f9a1896c"},
]
[package.dependencies]
@ -2840,4 +2840,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "dcf9cf7af1d79020a494806565532207e0f93be36d86709c54715d1c1c358e90"
content-hash = "f19edee5542e4bc4991d429354549fcd8909b3132ca53fbebf7309ce1a758cfc"

View File

@ -35,7 +35,7 @@ lxml = "^4.9.2"
arko-wrapper = "^0.2.8"
fastapi = "^0.98.0"
uvicorn = { extras = ["standard"], version = "^0.22.0" }
sentry-sdk = "^1.25.0"
sentry-sdk = "^1.26.0"
GitPython = "^3.1.30"
openpyxl = "^3.1.1"
async-lru = "^2.0.2"