aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-21 12:21:00 +0000
committerGravatar GitHub <[email protected]>2024-05-21 12:21:00 +0000
commit7aabfc1dad5fb490fea716a0f52d65020008b9ae (patch)
treee1793a21957d63c5e228cb350a89027ea147d7ab
parentMerge pull request #2999 from python-discord/reply-to-eval (diff)
---
updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 4188e07f9..a7a05899a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2061,13 +2061,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "2.2.0"
+version = "2.2.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
- {file = "sentry_sdk-2.2.0-py2.py3-none-any.whl", hash = "sha256:674f58da37835ea7447fe0e34c57b4a4277fad558b0a7cb4a6c83bcb263086be"},
- {file = "sentry_sdk-2.2.0.tar.gz", hash = "sha256:70eca103cf4c6302365a9d7cf522e7ed7720828910eb23d43ada8e50d1ecda9d"},
+ {file = "sentry_sdk-2.2.1-py2.py3-none-any.whl", hash = "sha256:7d617a1b30e80c41f3b542347651fcf90bb0a36f3a398be58b4f06b79c8d85bc"},
+ {file = "sentry_sdk-2.2.1.tar.gz", hash = "sha256:8aa2ec825724d8d9d645cab68e6034928b1a6a148503af3e361db3fa6401183f"},
]
[package.dependencies]
@@ -2089,7 +2089,7 @@ django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
-grpcio = ["grpcio (>=1.21.1)"]
+grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"]
httpx = ["httpx (>=0.16.0)"]
huey = ["huey (>=2)"]
huggingface-hub = ["huggingface-hub (>=0.22)"]
@@ -2415,4 +2415,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "fb51fdf53991fc9b730c17fd685c6d6dbc78e8696f1625dc1c838f6ee64e1b49"
+content-hash = "47ccf9615f6364162cd877d7af9a7d26fde784150bf4ef729c7f270e4d180480"
diff --git a/pyproject.toml b/pyproject.toml
index 96a71cfa2..d5fe8e399 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.9.1"
regex = "2024.5.15"
-sentry-sdk = "2.2.0"
+sentry-sdk = "2.2.1"
tldextract = "5.1.2"
pydantic = "2.6.4"
pydantic-settings = "2.2.1"