diff options
| author | 2024-04-06 17:36:03 +0200 | |
|---|---|---|
| committer | 2024-04-06 17:36:03 +0200 | |
| commit | b349c2912c95fdc0e95cd16012b4cd6b9a0e961d (patch) | |
| tree | d7c34a98fc7e4873353d278ec23b001b8f2a9d73 /pyproject.toml | |
| parent | add members intent (diff) | |
| parent | build(deps): bump sentry-sdk from 1.40.4 to 1.44.1 (diff) | |
Merge pull request #172 from python-discord/dependabot/pip/sentry-sdk-1.44.1
build(deps): bump sentry-sdk from 1.40.4 to 1.44.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 06eef73..add4e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ loguru = "0.7.2" kubernetes_asyncio = "29.0.0" tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" -sentry-sdk = "1.40.4" +sentry-sdk = "1.44.1" humanize = "^4.9.0" [tool.poetry.dev-dependencies] |