Skip to content

Commit

Permalink
Bump sentry-sdk from 1.31.0 to 1.38.0 (from PR #102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and willkg committed Dec 4, 2023
1 parent 97e5103 commit 86999be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pytest==7.4.2
requests==2.31.0
requests-mock==1.11.0
ruff==0.0.292
sentry-sdk==1.31.0
sentry-sdk==1.38.0
Sphinx==7.2.6
sphinxcontrib-httpdomain==1.8.1
sphinx-rtd-theme==1.3.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ ruff==0.0.292 \
--hash=sha256:f27282bedfd04d4c3492e5c3398360c9d86a295be00eccc63914438b4ac8a83c \
--hash=sha256:f4476f1243af2d8c29da5f235c13dca52177117935e1f9393f9d90f9833f69e4
# via -r requirements.in
sentry-sdk==1.31.0 \
--hash=sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291 \
--hash=sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b
sentry-sdk==1.38.0 \
--hash=sha256:0017fa73b8ae2d4e57fd2522ee3df30453715b29d2692142793ec5d5f90b94a6 \
--hash=sha256:8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359
# via
# -r requirements.in
# fillmore
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"server_name": "testnode",
"timestamp": ANY,
"transaction": "/__broken__",
"transaction_info": {},
"transaction_info": {"source": "route"},
}


Expand Down

0 comments on commit 86999be

Please sign in to comment.