Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sentry-sdk from 0.19.2 to 1.14.0 in /scripts/deployment/pip/requirements #5262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/deployment/pip/requirements/2_rsr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,9 @@ rsa==4.9 \
rules==2.2 \
--hash=sha256:9bae429f9d4f91a375402990da1541f9e093b0ac077221d57124d06eeeca4405
# via -r scripts/deployment/pip/requirements/production.in
sentry-sdk==0.19.2 \
--hash=sha256:17b725df2258354ccb39618ae4ead29651aa92c01a92acf72f98efe06ee2e45a \
--hash=sha256:9040539485226708b5cad0401d76628fba4eed9154bf301c50579767afe344fd
sentry-sdk==1.14.0 \
--hash=sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0 \
--hash=sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448
# via -r scripts/deployment/pip/requirements/production.in
simplejson==3.18.1 \
--hash=sha256:039b27f5a02b0919bea8af92bef1929ffd84ec98381f4fd72b6d29dd4742f7ee \
Expand Down
6 changes: 3 additions & 3 deletions scripts/deployment/pip/requirements/3_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1116,9 +1116,9 @@ rsa==4.9 \
rules==2.2 \
--hash=sha256:9bae429f9d4f91a375402990da1541f9e093b0ac077221d57124d06eeeca4405
# via -r scripts/deployment/pip/requirements/production.in
sentry-sdk==0.19.2 \
--hash=sha256:17b725df2258354ccb39618ae4ead29651aa92c01a92acf72f98efe06ee2e45a \
--hash=sha256:9040539485226708b5cad0401d76628fba4eed9154bf301c50579767afe344fd
sentry-sdk==1.14.0 \
--hash=sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0 \
--hash=sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448
# via -r scripts/deployment/pip/requirements/production.in
simplejson==3.18.1 \
--hash=sha256:039b27f5a02b0919bea8af92bef1929ffd84ec98381f4fd72b6d29dd4742f7ee \
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/pip/requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tablib==0.14.0
django-statsd-mozilla==0.4.0

# Sentry integration
sentry-sdk==0.19.2
sentry-sdk==1.14.0

# Permission rules
rules==2.2
Expand Down