Skip to content

Commit

Permalink
fix(deps): update dependency sentry-sdk to v2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent e7f8207 commit fb50e72
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
24 changes: 16 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyecharts = "1.9.1"
python = "^3.9"
pytz = "==2022.7.1"
pywebio = "1.7.1"
sentry-sdk = "==1.24.0"
sentry-sdk = "==2.8.0"

[tool.poetry.dev-dependencies]
autopep8 = "==2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ pytz==2022.7.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a
pywebio==1.7.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:853d103f0a46af8d8170d35fd7a1ea042fe125c7ec56cf5180e8fde212e5eed9
sentry-sdk==1.24.0; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3 \
--hash=sha256:56d6d9d194c898d853a7c1dd99bed92ce82334ee1282292c15bcc967ff1a49b5
sentry-sdk==2.8.0; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:6051562d2cfa8087bb8b4b8b79dc44690f8a054762a29c07e22588b1f619bfb5 \
--hash=sha256:aa4314f877d9cd9add5a0c9ba18e3f27f99f7de835ce36bd150e48a41c7c646f
simplejson==3.18.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:002f069c7bb9a86826616a78f1214fea5b993435720990eecb0bf10955b9cd0e \
--hash=sha256:00b673f0b3caf37a3d993bccf30a97290da6313b6ecc7d66937e9cd906d8f840 \
Expand Down

0 comments on commit fb50e72

Please sign in to comment.