diff options
author | 2023-07-06 09:58:21 +0200 | |
---|---|---|
committer | 2023-07-06 09:58:21 +0200 | |
commit | 55cdaf2b3d83ffb97c63f22dcf01a70af65acebf (patch) | |
tree | a7a405c13fe4f133477a953f6a846c807233184b | |
parent | Merge pull request #1010 from python-discord/dependabot/pip/ruff-0.0.276 (diff) | |
parent | Bump sentry-sdk from 1.26.0 to 1.27.0 (diff) |
Merge pull request #1012 from python-discord/dependabot/pip/sentry-sdk-1.27.0
Bump sentry-sdk from 1.26.0 to 1.27.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 f29a1605..0c186f2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.26.0" +version = "1.27.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {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"}, + {file = "sentry-sdk-1.27.0.tar.gz", hash = "sha256:eb2a5080912dc9b397925657669e3761d95d62c8aa4c0c6d6a73d5a31edaafe9"}, + {file = "sentry_sdk-1.27.0-py2.py3-none-any.whl", hash = "sha256:8c0ba7a0ed4e39635d335fdac7c00840b14ce4319bb8629b934243d6306fee7d"}, ] [package.dependencies] @@ -1168,4 +1168,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d11f2b0116609e20d711d9f6966439bf2ca45bd885289477270d21d8c8353614" +content-hash = "91600da7f97590a6bf927e7fd320a5314f2c20a6bd775f1b1c73c4f6f546d1d4" diff --git a/pyproject.toml b/pyproject.toml index f84e0f51..1d0c4e85 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.26.0" +sentry-sdk = "1.27.0" whitenoise = "6.4.0" psycopg = {extras = ["binary"], version = "3.1.9"} |