chore(deps): update dependency sentry-sdk to >=1.15.0,<1.24 (#2550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-15 18:06:43 +02:00 committed by GitHub
parent a991ab9776
commit 2581b68e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ setup(
"requests-mock>=1.10.0,<1.11",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.23",
"sentry-sdk[django]>=1.15.0,<1.24",
],
},
)