Skip to content

Commit

Permalink
chore(deps): update dependency sentry-sdk to >=1.15.0,<1.22 (#2526)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent f0316ec commit bcddc90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion analyzer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"types-requests>=2.25.1,<2.29",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.21",
"sentry-sdk>=1.15.0,<1.22",
],
},
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"requests-mock>=1.10.0,<1.11",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.21",
"sentry-sdk[django]>=1.15.0,<1.22",
],
},
)
2 changes: 1 addition & 1 deletion playout/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"types-requests>=2.25.1,<2.29",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.21",
"sentry-sdk>=1.15.0,<1.22",
],
},
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"types-requests>=2.25.1,<2.29",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.21",
"sentry-sdk>=1.15.0,<1.22",
],
},
zip_safe=False,
Expand Down

0 comments on commit bcddc90

Please sign in to comment.