diff options
| author | 2023-07-14 09:39:51 +0100 | |
|---|---|---|
| committer | 2023-07-14 09:39:51 +0100 | |
| commit | 4a7c48ff6c45ecba0ec0a76fbc0cd32460f3bb1b (patch) | |
| tree | 929d0398caf1ea7821e600997aaafe607b333561 | |
| parent | Merge pull request #1030 from python-discord/dependabot/github_actions/covera... (diff) | |
| parent | Bump sentry-sdk from 1.28.0 to 1.28.1 (diff) | |
Merge pull request #1029 from python-discord/dependabot/pip/sentry-sdk-1.28.1
Bump sentry-sdk from 1.28.0 to 1.28.1
| -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 3df76fb5..98bffebb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ files = [  [[package]]  name = "sentry-sdk" -version = "1.28.0" +version = "1.28.1"  description = "Python client for Sentry (https://sentry.io)"  optional = false  python-versions = "*"  files = [ -    {file = "sentry-sdk-1.28.0.tar.gz", hash = "sha256:2281ba98011cfa9bc9bb15c1074b6dd9f7fdfce94033cd25b50f18f078ffed4c"}, -    {file = "sentry_sdk-1.28.0-py2.py3-none-any.whl", hash = "sha256:b8b363aaa3f3d6a3acc1aa571efa4db29fb440339fed03560bb1276b8d2c2509"}, +    {file = "sentry-sdk-1.28.1.tar.gz", hash = "sha256:dcd88c68aa64dae715311b5ede6502fd684f70d00a7cd4858118f0ba3153a3ae"}, +    {file = "sentry_sdk-1.28.1-py2.py3-none-any.whl", hash = "sha256:6bdb25bd9092478d3a817cb0d01fa99e296aea34d404eac3ca0037faa5c2aa0a"},  ]  [package.dependencies] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "722b36a20264df3b401a91ea5bb919f10b56a9e8cae0d86512833ebfecb18dd4" +content-hash = "6920d806035c9385153bbba1644be09e54216ac5efa4856f6da33580b3ca1d45" diff --git a/pyproject.toml b/pyproject.toml index b3abde2a..c49df81f 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.28.0" +sentry-sdk = "1.28.1"  whitenoise = "6.5.0"  psycopg = {extras = ["binary"], version = "3.1.9"} | 
