diff options
author | 2023-07-06 13:09:46 +0100 | |
---|---|---|
committer | 2023-07-06 13:09:46 +0100 | |
commit | cbcfc61601ea1e300f94dc1e2b3a2bb40c40ada1 (patch) | |
tree | 3500f57758860f808e2378d636f3a36ec5fd46d4 | |
parent | Bump sentry-sdk from 1.26.0 to 1.27.0 (#1315) (diff) |
Revert "Bump sentry-sdk from 1.26.0 to 1.27.0 (#1315)"
This reverts commit b44bbacd550617fa3cf61b1b07452a063d7e2c54.
-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 51072750..a2301ee1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1506,13 +1506,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.27.0" +version = "1.26.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {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"}, + {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"}, ] [package.dependencies] @@ -1782,4 +1782,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "86bd102b490f9171f63649d599334f913d263b758748a160928a62a84bf2fc2e" +content-hash = "61d244ba89792a0067f0c88058606e89caabb6fadf2831acbc13234197a4d312" diff --git a/pyproject.toml b/pyproject.toml index 6a3f38ab..35d5aceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.1.1" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "10.0.0" -sentry-sdk = "1.27.0" +sentry-sdk = "1.26.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |