diff options
author | 2023-07-10 23:36:25 -0700 | |
---|---|---|
committer | 2023-07-10 23:36:25 -0700 | |
commit | 36838e1ebdf5d42cd10cb1eaf6c6c5984c2cf5e3 (patch) | |
tree | a6b4fe7030d3b4985e145c4bc7c0a101ac418d89 | |
parent | Fix broken link found by httrack (#1018) (diff) | |
parent | Bump sentry-sdk from 1.27.1 to 1.28.0 (diff) |
Merge pull request #1019 from python-discord/dependabot/pip/sentry-sdk-1.28.0
-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 66dbd906..cbbc35e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.27.1" +version = "1.28.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.27.1.tar.gz", hash = "sha256:53f36293a0da271a22f476259d2fda76c0b8a1cb96b16d6e6e6aca490d7f3451"}, - {file = "sentry_sdk-1.27.1-py2.py3-none-any.whl", hash = "sha256:24308bd05a1f7d65e40acc68a768b4e5c35462039bfd6ae2ca116b92a7b53c78"}, + {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"}, ] [package.dependencies] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "2acb01c8c44f05bd9445b01936741216616af5662324a7cf4fe99b8d5d7835ba" +content-hash = "dd091c730ed0d89347ccc5bb92f181f1da81ea710d7cfec33d774a138f6f9f1d" diff --git a/pyproject.toml b/pyproject.toml index 5ae29fe8..6251df24 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.27.1" +sentry-sdk = "1.28.0" whitenoise = "6.4.0" psycopg = {extras = ["binary"], version = "3.1.9"} |