aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-06 08:38:17 +0000
committerGravatar GitHub <[email protected]>2023-04-06 08:38:17 +0000
commit394b33408e65aba72e7834894400d7dd5db6e8b9 (patch)
tree0915ea58918149434a832d1bdec41a2eb6411189 /pyproject.toml
parentAdd README for the redirects app (#924) (diff)
Bump sentry-sdk from 1.19.0 to 1.19.1 (#931)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.0 to 1.19.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.19.0...1.19.1) --- 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 57c24de0..99966d63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]}
pymdown-extensions = "9.10"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
-sentry-sdk = "1.19.0"
+sentry-sdk = "1.19.1"
whitenoise = "6.4.0"
[tool.poetry.group.dev.dependencies]