diff options
| author | 2023-03-23 21:02:58 -0700 | |
|---|---|---|
| committer | 2023-03-23 21:02:58 -0700 | |
| commit | 352cdbf166369ef09756212ec7d9c75e76db8491 (patch) | |
| tree | 5e1fe2c78ab394f691bc1d7d3ee39d6cd09834b3 /pyproject.toml | |
| parent | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#1232) (diff) | |
Bump sentry-sdk from 1.16.0 to 1.17.0 (#1233)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 fb4dc8de..1a0d72ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.2" pillow = "9.4.0" -sentry-sdk = "1.16.0" +sentry-sdk = "1.17.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" |