aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-23 04:35:29 +0000
committerGravatar GitHub <[email protected]>2023-06-23 04:35:29 +0000
commit7bb5cab5d3a434d6c0ea9bfbd96602ce19bd759b (patch)
tree4b8f05c26e090b50df88db25d7527b68f8b4776e
parentMerge pull request #2642 from python-discord/dependabot/pip/pydis-core-9.8.0 (diff)
Bump sentry-sdk from 1.25.1 to 1.26.0 (#2655)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 206324218..b06162444 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1258,6 +1258,7 @@ optional = false
python-versions = ">=3.8"
files = [
{file = "prettytable-3.8.0-py3-none-any.whl", hash = "sha256:03481bca25ae0c28958c8cd6ac5165c159ce89f7ccde04d5c899b24b68bb13b7"},
+ {file = "prettytable-3.8.0.tar.gz", hash = "sha256:031eae6a9102017e8c7c7906460d150b7ed78b20fd1d8c8be4edaf88556c07ce"},
]
[package.dependencies]
@@ -1905,13 +1906,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.25.1"
+version = "1.26.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.25.1.tar.gz", hash = "sha256:aa796423eb6a2f4a8cd7a5b02ba6558cb10aab4ccdc0537f63a47b038c520c38"},
- {file = "sentry_sdk-1.25.1-py2.py3-none-any.whl", hash = "sha256:79afb7c896014038e358401ad1d36889f97a129dfa8031c49b3f238cd1aa3935"},
+ {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]
@@ -2220,4 +2221,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "6aa37dc2b116c5ab968315af54d261741918f57c0d394c950fcd02831ee144d9"
+content-hash = "731ade15ecf533075d07f05e0c279ad90034990fa0216595f90141f5367bca4c"
diff --git a/pyproject.toml b/pyproject.toml
index 2a45f81c1..c33ffec8c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"
pyyaml = "6.0"
rapidfuzz = "3.1.1"
regex = "2023.6.3"
-sentry-sdk = "1.25.1"
+sentry-sdk = "1.26.0"
tldextract = "3.4.4"
pydantic = { version = "1.10.9", extras = ["dotenv"]}