diff options
author | 2023-06-27 19:56:24 +0100 | |
---|---|---|
committer | 2023-06-27 19:56:24 +0100 | |
commit | 232db3e3b1bb1c99b78b409603ebc6683f14848e (patch) | |
tree | 7e453b8992f3ffdceb8683edf1eafa3042dd3c34 | |
parent | Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1 (#1307) (diff) |
Bump sentry-sdk from 1.25.1 to 1.26.0 (#1306)
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 09155f00..323f1dc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1514,13 +1514,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] @@ -1790,4 +1790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ebcd3ba0fffca6be1c3af7bfe4d8fa26df5080f65837efa4d5ce875dbae1c5ba" +content-hash = "6063c1cbee6df8a410fe947cae1f440e20bc263ee20aade6183d0320c9082289" diff --git a/pyproject.toml b/pyproject.toml index 5ed4712c..6fe4dc30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.1.1" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "9.5.0" -sentry-sdk = "1.25.1" +sentry-sdk = "1.26.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |