Skip to content

Commit 19c38f6

Browse files
committed
Keep with sentry-sdk 1.x series
The Dependabot alert for sentry-sdk says that the security fix has been backported to the 1.x series as well, in version 1.45.1. So, lets use that as it should be more compatible that jumping to a new major series version.
1 parent 5257e39 commit 19c38f6

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

poetry.lock

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ restrictedpython = "6.2"
6969
rq = "1.16.1"
7070
rq-scheduler = "0.13.1"
7171
semver = "2.8.1"
72-
sentry-sdk = "1.28.1"
72+
sentry-sdk = "1.45.1"
7373
sqlalchemy = "1.3.24"
7474
sqlalchemy-searchable = "1.2.0"
7575
sqlalchemy-utils = "0.38.3"

0 commit comments

Comments
 (0)