Skip to content

Commit

Permalink
chore(deps): Update sentry-sdk requirement from ~=2.17.0 to >=2.17,<2.20
Browse files Browse the repository at this point in the history
Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.17.0...2.19.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 2a0c2d8 commit b25c353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"tortoise-orm>=0.19.1,<0.21.0",
"aiosqlite~=0.17.0",
"cryptography~=43.0.1",
"sentry-sdk~=2.17.0",
"sentry-sdk>=2.17,<2.20",
"httpx~=0.27.2",
"tomli~=2.0.2",
"unidecode~=1.3.8",
Expand Down

0 comments on commit b25c353

Please sign in to comment.