⬆️ Bump sentry-sdk from 1.24.0 to 1.25.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.24.0 to 1.25.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.24.0...1.25.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-06 15:28:30 +08:00 committed by GitHub
parent 28164f52c1
commit be4be614a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -2140,19 +2140,19 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "sentry-sdk"
version = "1.24.0"
version = "1.25.0"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "sentry-sdk-1.24.0.tar.gz", hash = "sha256:0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3"},
{file = "sentry_sdk-1.24.0-py2.py3-none-any.whl", hash = "sha256:56d6d9d194c898d853a7c1dd99bed92ce82334ee1282292c15bcc967ff1a49b5"},
{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"},
]
[package.dependencies]
certifi = "*"
urllib3 = {version = ">=1.26.11,<2.0.0", markers = "python_version >= \"3.6\""}
urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
[package.extras]
aiohttp = ["aiohttp (>=3.5)"]
@ -2953,4 +2953,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "8c0e6a7d1837d312c2747e2b27eec385b034a66358a820bc527ee38cc0b16de0"
content-hash = "df61b2a89abb1d6f5dbc0d58e529132cdf6e008d7aa46cdb480452514939e3c1"

View File

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