aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 13:22:36 +0000
committerGravatar GitHub <[email protected]>2023-05-08 13:22:36 +0000
commitff2abe96576157d669d8de596821db9157965fbc (patch)
tree81b992ca436708df7836790e475382285ecc69a7 /pyproject.toml
parentBump pydis-core from 9.5.1 to 9.6.0 (#2586) (diff)
Bump sentry-sdk from 1.22.0 to 1.22.2 (#2585)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.0 to 1.22.2. - [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.22.0...1.22.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b198e74b8..13eda5aed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"
pyyaml = "6.0"
rapidfuzz = "3.0.0"
regex = "2023.5.5"
-sentry-sdk = "1.22.0"
+sentry-sdk = "1.22.2"
tldextract = "3.4.1"
pydantic = { version = "1.10.7", extras = ["dotenv"]}