diff options
author | 2023-05-16 09:15:06 +0000 | |
---|---|---|
committer | 2023-05-16 09:15:06 +0000 | |
commit | d294340aaa02a107df799f945b0ab60ad0173d16 (patch) | |
tree | 9ec15920bb4d7e2a91ca77cc843a8b418c9ab890 | |
parent | Bump pymdown-extensions from 9.11 to 10.0.1 (#977) (diff) |
Bump sentry-sdk from 1.22.2 to 1.23.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.2 to 1.23.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.22.2...1.23.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 9449e3d6..432e37ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1016,14 +1016,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.22.2" +version = "1.23.0" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.22.2.tar.gz", hash = "sha256:5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840"}, - {file = "sentry_sdk-1.22.2-py2.py3-none-any.whl", hash = "sha256:cf89a5063ef84278d186aceaed6fb595bfe67d099298e537634a323664265669"}, + {file = "sentry-sdk-1.23.0.tar.gz", hash = "sha256:58f4ff9e76c21bc7172eeec9f1bccb3ff2247c74c71d5590438ce36c803f46ea"}, + {file = "sentry_sdk-1.23.0-py2.py3-none-any.whl", hash = "sha256:01b56a276642d31cf9b4aaf0b55938677265d7006be4785a10ef6330d0f5bba9"}, ] [package.dependencies] @@ -1040,10 +1040,11 @@ chalice = ["chalice (>=1.16.0)"] django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] fastapi = ["fastapi (>=0.79.0)"] -flask = ["blinker (>=1.1)", "flask (>=0.11)"] +flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"] grpcio = ["grpcio (>=1.21.1)"] httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] +loguru = ["loguru (>=0.5)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] pure-eval = ["asttokens", "executing", "pure-eval"] pymongo = ["pymongo (>=3.1)"] @@ -1212,4 +1213,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3304f6cd695bf903fa4ff66efe8b9f30d6a0b7b7a1d6d1becf5337d12b8bc6a4" +content-hash = "257cce52740df80087474220a71d06dc97c3a67ab09f27d72aca1f383d0410aa" diff --git a/pyproject.toml b/pyproject.toml index 3652634c..6cfe8be3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.7.0", extras = ["crypto"]} pymdown-extensions = "10.0.1" python-frontmatter = "1.0.0" pyyaml = "6.0" -sentry-sdk = "1.22.2" +sentry-sdk = "1.23.0" whitenoise = "6.4.0" psycopg = {extras = ["binary"], version = "3.1.9"} |