diff options
| author | 2024-02-08 22:43:23 -0800 | |
|---|---|---|
| committer | 2024-02-08 22:43:23 -0800 | |
| commit | f48b05d0b80f3d7ee6f9f98352f8e8fc7c83b3f5 (patch) | |
| tree | a2dd679220539c70b456b91306e89b0b817b41bb /pyproject.toml | |
| parent | Merge pull request #1225 from python-discord/dependabot/pip/sentry-sdk-1.40.1 (diff) | |
| parent | Bump sentry-sdk from 1.40.1 to 1.40.2 (diff) | |
Merge pull request #1227 from python-discord/dependabot/pip/sentry-sdk-1.40.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 a84c48ab..9c189751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.7" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -sentry-sdk = "1.40.1" +sentry-sdk = "1.40.2" whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.18"} |