Skip to content

Commit

Permalink
Update sentry-sdk to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Nov 16, 2022
1 parent cc57887 commit 389f2c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gevent==21.12.0
gunicorn==20.1.0
isodate==0.6.1
markus==4.0.1
sentry-sdk==1.9.10
sentry-sdk==1.11.0

# Development requirements
bandit==1.7.4
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ s3transfer==0.6.0 \
--hash=sha256:06176b74f3a15f61f1b4f25a1fc29a4429040b7647133a463da8fa5bd28d5ecd \
--hash=sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947
# via boto3
sentry-sdk==1.9.10 \
--hash=sha256:2469240f6190aaebcb453033519eae69cfe8cc602065b4667e18ee14fc1e35dc \
--hash=sha256:4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff
sentry-sdk==1.11.0 \
--hash=sha256:e7b78a1ddf97a5f715a50ab8c3f7a93f78b114c67307785ee828ef67a5d6f117 \
--hash=sha256:f467e6c7fac23d4d42bc83eb049c400f756cd2d65ab44f0cc1165d0c7c3d40bc
# via
# -r requirements.in
# fillmore
Expand Down
4 changes: 2 additions & 2 deletions tests/unittest/test_sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"threading",
],
"name": "sentry.python",
"packages": [{"name": "pypi:sentry-sdk", "version": "1.9.10"}],
"version": "1.9.10",
"packages": [{"name": "pypi:sentry-sdk", "version": ANY}],
"version": ANY,
},
"server_name": "",
"timestamp": ANY,
Expand Down

0 comments on commit 389f2c2

Please sign in to comment.