aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-09 21:06:00 +0000
committerGravatar GitHub <[email protected]>2022-08-09 21:06:00 +0000
commitf2229fc0f87fd1c960cf7d7f8cd00c729d7d575e (patch)
tree26f536a6eaa913f042f167be59bf9d543f64589f
parentMerge pull request #196 from python-discord/dependabot/pip/flake8-5.0.4 (diff)
Bump sentry-sdk from 1.9.2 to 1.9.3
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.2 to 1.9.3. - [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.9.2...1.9.3) --- 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.lock14
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock
index 70bc4be..cb49b2b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -244,10 +244,10 @@ optional = false
python-versions = ">=3.6"
[package.extras]
-tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
-docs = ["zope.interface", "sphinx-rtd-theme", "sphinx"]
-dev = ["pre-commit", "mypy", "coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)", "cryptography (>=3.3.1)", "zope.interface", "sphinx-rtd-theme", "sphinx"]
crypto = ["cryptography (>=3.3.1)"]
+dev = ["sphinx", "sphinx-rtd-theme", "zope.interface", "cryptography (>=3.3.1)", "pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)", "mypy", "pre-commit"]
+docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
+tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"]
[[package]]
name = "pymongo"
@@ -301,7 +301,7 @@ idna2008 = ["idna"]
[[package]]
name = "sentry-sdk"
-version = "1.9.2"
+version = "1.9.3"
description = "Python client for Sentry (https://sentry.io)"
category = "main"
optional = false
@@ -453,7 +453,7 @@ python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "b906a7e3f5788eaeed2d742c7f4c6c2fa4920c7b6e202cdf8e1230967017daaa"
+content-hash = "99dd88fdcf8d7694948f725a71a8f6e187ca56368de53565f2f0ed99466ee62c"
[metadata.files]
anyio = [
@@ -733,8 +733,8 @@ rfc3986 = [
{file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"},
]
sentry-sdk = [
- {file = "sentry-sdk-1.9.2.tar.gz", hash = "sha256:9921e76e29135aa1fa65fe231aaaef47355f85470c5ec59ce32715e22e6340b6"},
- {file = "sentry_sdk-1.9.2-py2.py3-none-any.whl", hash = "sha256:011155f11ab828a977fe8a60c5b534c30f49d70c9938362536d206bb230bb519"},
+ {file = "sentry-sdk-1.9.3.tar.gz", hash = "sha256:75643a8c656ffd61ea0a37bf4b0b9463825d6043d4fbfd7c80872ab66e4fa06e"},
+ {file = "sentry_sdk-1.9.3-py2.py3-none-any.whl", hash = "sha256:baac8e9426b7927f95792b1f38c83ae743a62471e92b72fa3ec2d5987609abeb"},
]
sniffio = [
{file = "sniffio-1.2.0-py3-none-any.whl", hash = "sha256:471b71698eac1c2112a40ce2752bb2f4a4814c22a54a3eed3676bc0f5ca9f663"},
diff --git a/pyproject.toml b/pyproject.toml
index e286f4a..5bfaea2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ gunicorn = "^20.1.0"
pydantic = "^1.8.2"
spectree = "^0.10.4"
deepmerge = "^1.0.1"
-sentry-sdk = "^1.9.2"
+sentry-sdk = "^1.9.3"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"