diff options
author | 2023-05-10 00:50:19 +0200 | |
---|---|---|
committer | 2023-05-10 00:50:19 +0200 | |
commit | 0f7e0b141eb124ffca5fecd39aee31c88e3b85e4 (patch) | |
tree | 83d3868a1982279a0f25920f5975dd7cc0d12406 /pyproject.toml | |
parent | Merge pull request #964 from python-discord/dependabot/pip/sentry-sdk-1.22.1 (diff) | |
parent | Bump sentry-sdk from 1.22.1 to 1.22.2 (diff) |
Merge pull request #965 from python-discord/dependabot/pip/sentry-sdk-1.22.2
Bump sentry-sdk from 1.22.1 to 1.22.2
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 925c850f..101c9502 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.22.1" +sentry-sdk = "1.22.2" whitenoise = "6.4.0" [tool.poetry.group.dev.dependencies] |