diff options
author | 2023-11-27 08:33:16 +0000 | |
---|---|---|
committer | 2023-11-27 08:33:16 +0000 | |
commit | a067f6934fa8cfeb13e97397d4db209364d9828e (patch) | |
tree | 86d07e7389097eb629fe3ea5028781d8b1e2aa29 | |
parent | Merge pull request #1153 from python-discord/dependabot/pip/httpx-0.25.2 (diff) |
Bump sentry-sdk from 1.36.0 to 1.37.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.36.0 to 1.37.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/1.36.0...1.37.1)
---
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 | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index cb57571a..993fd059 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1015,13 +1015,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.36.0" +version = "1.37.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.36.0.tar.gz", hash = "sha256:f32dd16547f2f45e1c71a96fd4a48925e629541f7ddfe3d5d25ef7d5e94eb3c8"}, - {file = "sentry_sdk-1.36.0-py2.py3-none-any.whl", hash = "sha256:25d574f94fdf72199e331c2401fdac60d01b5be8f32822174c51c3ff0fc2f8cb"}, + {file = "sentry-sdk-1.37.1.tar.gz", hash = "sha256:7cd324dd2877fdc861f75cba4242bce23a58272a6fea581fcb218bb718bd9cc5"}, + {file = "sentry_sdk-1.37.1-py2.py3-none-any.whl", hash = "sha256:a249c7364827ee89daaa078bb8b56ece0b3d52d9130961bef2302b79bdf7fe70"}, ] [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ce79e2ec11c8f64997c65ce7199a1714dea93aac6768271b25bb5d58dd886797" +content-hash = "eb2acdb6643b0b780f4f4ee9ef811cb765b6626b5037c30e2f7cb13d5a0557b9" diff --git a/pyproject.toml b/pyproject.toml index 83f81877..eb25ab73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.4" python-frontmatter = "1.0.1" pyyaml = "6.0.1" -sentry-sdk = "1.36.0" +sentry-sdk = "1.37.1" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.13"} |