aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-14 11:23:06 +0100
committerGravatar GitHub <[email protected]>2023-09-14 11:23:06 +0100
commit8f9b8ecda0a1da91c7ee361388f2246566cfbbe2 (patch)
treea357d5eaf326c122521093a532119ba7ca6f7c58
parentMerge pull request #1099 from python-discord/dependabot/pip/ruff-0.0.289 (diff)
Bump sentry-sdk from 1.30.0 to 1.31.0 (#1103)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.30.0 to 1.31.0. - [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.30.0...1.31.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 94af9407..e812aea6 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1003,13 +1003,13 @@ files = [
[[package]]
name = "sentry-sdk"
-version = "1.30.0"
+version = "1.31.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
- {file = "sentry-sdk-1.30.0.tar.gz", hash = "sha256:7dc873b87e1faf4d00614afd1058bfa1522942f33daef8a59f90de8ed75cd10c"},
- {file = "sentry_sdk-1.30.0-py2.py3-none-any.whl", hash = "sha256:2e53ad63f96bb9da6570ba2e755c267e529edcf58580a2c0d2a11ef26e1e678b"},
+ {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"},
+ {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"},
]
[package.dependencies]
@@ -1019,10 +1019,12 @@ urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
[package.extras]
aiohttp = ["aiohttp (>=3.5)"]
arq = ["arq (>=0.23)"]
+asyncpg = ["asyncpg (>=0.23)"]
beam = ["apache-beam (>=2.12)"]
bottle = ["bottle (>=0.12.13)"]
celery = ["celery (>=3)"]
chalice = ["chalice (>=1.16.0)"]
+clickhouse-driver = ["clickhouse-driver (>=0.2.0)"]
django = ["django (>=1.8)"]
falcon = ["falcon (>=1.4)"]
fastapi = ["fastapi (>=0.79.0)"]
@@ -1190,4 +1192,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "b88d57c28176d9753d70a977ea6874204e3a06d77e6d5a0b30629c5f07ca7432"
+content-hash = "d07cbc946a05100f80e8e80352472353d29651d53cd8ab7ecf2b1a215feddc3a"
diff --git a/pyproject.toml b/pyproject.toml
index c575a717..53060826 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3"
python-frontmatter = "1.0.0"
pyyaml = "6.0.1"
-sentry-sdk = "1.30.0"
+sentry-sdk = "1.31.0"
whitenoise = "6.5.0"
psycopg = {extras = ["binary"], version = "3.1.10"}