diff options
| author | 2023-03-29 22:53:36 +0200 | |
|---|---|---|
| committer | 2023-03-29 22:53:36 +0200 | |
| commit | 35585f6bf7ca8a578f73c211ae279b388c26d26d (patch) | |
| tree | 5f73648c7f296994d31d4ab715ffae1d864acde4 /pyproject.toml | |
| parent | Merge pull request #922 from python-discord/add-home-app-readme (diff) | |
| parent | Bump sentry-sdk from 1.17.0 to 1.18.0 (diff) | |
Merge pull request #923 from python-discord/dependabot/pip/sentry-sdk-1.18.0
Bump sentry-sdk from 1.17.0 to 1.18.0
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9c051d6a..a3194ffc 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.17.0" +sentry-sdk = "1.18.0" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |