diff options
author | 2023-06-23 09:09:54 +0100 | |
---|---|---|
committer | 2023-06-23 09:09:54 +0100 | |
commit | f54e6abcc86c2e2ab209ab44059c8c839236fafb (patch) | |
tree | 5700415b73a6b894cb9cad38e9d646209335a320 | |
parent | Bump ruff from 0.0.274 to 0.0.275 (#1004) (diff) |
Bump sentry-sdk from 1.25.1 to 1.26.0 (#1005)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.25.1 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.1...1.26.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 5c7a1210..ccd905e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.25.1" +version = "1.26.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.25.1.tar.gz", hash = "sha256:aa796423eb6a2f4a8cd7a5b02ba6558cb10aab4ccdc0537f63a47b038c520c38"}, - {file = "sentry_sdk-1.25.1-py2.py3-none-any.whl", hash = "sha256:79afb7c896014038e358401ad1d36889f97a129dfa8031c49b3f238cd1aa3935"}, + {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] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "75087df241b9320aec8edf2ff7f44ba2d5ef21476cbb3ed84a43a913364b0b18" +content-hash = "031c8897511cab8b8c62a31049a5315bbcb82e4b26d218c180e32ea9697158b6" diff --git a/pyproject.toml b/pyproject.toml index 353e4d19..1cc890a1 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.25.1" +sentry-sdk = "1.26.0" whitenoise = "6.4.0" psycopg = {extras = ["binary"], version = "3.1.9"} |