diff options
| author | 2023-12-01 22:27:08 +0000 | |
|---|---|---|
| committer | 2023-12-01 22:27:08 +0000 | |
| commit | 54d618da59e63936d6d9c6ab8fed5b325112289a (patch) | |
| tree | 51b11c756e11166624352e377aced82fa521b5a7 /pyproject.toml | |
| parent | Remove the need for calling dotenv manually by using pydantic (diff) | |
Bump sentry-sdk from 1.37.1 to 1.38.0 (#1402)
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 b96f0c40..37ffb5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.5.2" arrow = "1.3.0" beautifulsoup4 = "4.12.2" pillow = "10.1.0" -sentry-sdk = "1.37.1" +sentry-sdk = "1.38.0" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |