diff options
author | 2024-06-11 15:08:20 +0000 | |
---|---|---|
committer | 2024-06-11 15:08:20 +0000 | |
commit | 54455ffb298a5811ad82a3de7977d914ebcd0e5b (patch) | |
tree | 1b0b162e61cee5093ba12eb2ca7b0765eec26c2e | |
parent | Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0 (#1339) (diff) |
Bump sentry-sdk from 2.5.0 to 2.5.1 (#1340)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.5.0 to 2.5.1.
- [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/2.5.0...2.5.1)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 a3210d18..18a7b36c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1031,13 +1031,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.5.0" +version = "2.5.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.5.0-py2.py3-none-any.whl", hash = "sha256:75d2e1fd8a887fdf63df612f5d37991c248a080b886d80714560bdded2bb9051"}, - {file = "sentry_sdk-2.5.0.tar.gz", hash = "sha256:05453f921c561b51159f712c2cd267b595e5c195b38b337d03baeb42719dd3c7"}, + {file = "sentry_sdk-2.5.1-py2.py3-none-any.whl", hash = "sha256:1f87acdce4a43a523ae5aa21a3fc37522d73ebd9ec04b1dbf01aa3d173852def"}, + {file = "sentry_sdk-2.5.1.tar.gz", hash = "sha256:fbc40a78a8a9c6675133031116144f0d0940376fa6e4e1acd5624c90b0aaf58b"}, ] [package.dependencies] @@ -1225,4 +1225,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "1fc6ecde745ca7bfded2b555d6e31c0930dce2d57abee74f2a240750a3a3d895" +content-hash = "67c63442dc5fe8c57592eb5f47ea7e54096509ef47cdb6685d6d28942852f48e" diff --git a/pyproject.toml b/pyproject.toml index 4d647855..12f761fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.8.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -sentry-sdk = "2.5.0" +sentry-sdk = "2.5.1" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.19"} |