diff options
author | 2023-05-07 23:23:56 -0700 | |
---|---|---|
committer | 2023-05-07 23:23:56 -0700 | |
commit | c35d65acf159b4d27eb58b12aaf956fe850c3670 (patch) | |
tree | 571d0d624ee11e3674071b47d051deaf592cb4c1 /pyproject.toml | |
parent | Merge pull request #960 from python-discord/dependabot/pip/flake8-annotations... (diff) | |
parent | Bump sentry-sdk from 1.21.1 to 1.22.1 (diff) |
Merge pull request #964 from python-discord/dependabot/pip/sentry-sdk-1.22.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d3832357..925c850f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.11" python-frontmatter = "1.0.0" pyyaml = "6.0" -sentry-sdk = "1.21.1" +sentry-sdk = "1.22.1" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |