aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-04 17:31:50 +0000
committerGravatar GitHub <[email protected]>2024-04-04 17:31:50 +0000
commit562aa6cf91f2b82d55c26ce479632646f8af31ab (patch)
tree65510c9acf3f8066e6c37fd30ea4ccd362952ccd
parentMerge pull request #1292 from python-discord/dependabot/pip/django-5.0.4 (diff)
Bump sentry-sdk from 1.44.0 to 1.44.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.44.0...1.44.1) --- 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.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index ca06372a..9bf85d75 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1032,13 +1032,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.44.0"
+version = "1.44.1"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.44.0.tar.gz", hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c"},
- {file = "sentry_sdk-1.44.0-py2.py3-none-any.whl", hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18"},
+ {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"},
+ {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"},
]
[package.dependencies]
@@ -1224,4 +1224,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "4f790d5910afd86de0a8070ecf95c1606654df9608d8f63dcc1aa0e7b006c1e9"
+content-hash = "1a3207fde6bbd05b7b92311cf311dcf27217bd07fa734bdf5c97e39bd99b3aaa"
diff --git a/pyproject.toml b/pyproject.toml
index b9bdb729..c1d3675b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.7.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
-sentry-sdk = "1.44.0"
+sentry-sdk = "1.44.1"
whitenoise = "6.6.0"
psycopg = {extras = ["binary"], version = "3.1.18"}