aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-13 12:32:15 +0000
committerGravatar GitHub <[email protected]>2023-07-13 12:32:15 +0000
commit21df232ef63b648b7a498ef7e6d41bf6d9b24c03 (patch)
treeb88fcca0f8f8fb0e062ba4fa2dd9e1a63838ee4a /pyproject.toml
parentMerge pull request #2648 from python-discord/use-bot-core-paste-service (diff)
Bump sentry-sdk from 1.28.0 to 1.28.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.0 to 1.28.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.28.0...1.28.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 905f4aedd..54eff0447 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ python-frontmatter = "1.0.0"
pyyaml = "6.0"
rapidfuzz = "3.1.1"
regex = "2023.6.3"
-sentry-sdk = "1.28.0"
+sentry-sdk = "1.28.1"
tldextract = "3.4.4"
pydantic = { version = "1.10.9", extras = ["dotenv"]}