aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-23 05:01:29 +0000
committerGravatar GitHub <[email protected]>2022-11-23 05:01:29 +0000
commit5c4572ce0ca8bfc7e620179d58ef660e6c7dfe13 (patch)
tree26149229be796cb098507ef77d0d4343c5e39c2a /pyproject.toml
parentMerge pull request #800 from python-discord/dependabot/pip/httpx-0.23.1 (diff)
Bump sentry-sdk from 1.11.0 to 1.11.1
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.11.0 to 1.11.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.11.0...1.11.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 ecd71dac..fa15e290 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ whitenoise = "6.2.0"
httpx = "0.23.1"
pyyaml = "6.0"
gunicorn = "20.1.0"
-sentry-sdk = "1.11.0"
+sentry-sdk = "1.11.1"
markdown = "3.4.1"
python-frontmatter = "1.0.0"
django-prometheus = "2.2.0"