Skip to content

Commit

Permalink
fix: update sentry sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Apr 25, 2024
1 parent 49b502c commit 6cb8e9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
26 changes: 6 additions & 20 deletions saas/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 saas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ redis==4.3.6; python_version >= "3.6"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.10" and python_version >= "3.6"
ruamel.yaml==0.17.10; python_version >= "3.6"
sentry-sdk==1.44.1
sentry-sdk==1.5.6
six==1.15.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
smmap==5.0.0; python_version >= "3.6"
sqlparse==0.4.4; python_version >= "3.5"
Expand Down
2 changes: 1 addition & 1 deletion saas/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ regex==2021.8.3; python_full_version >= "3.6.2"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.10" and python_version >= "3.6"
ruamel.yaml==0.17.10; python_version >= "3.6"
sentry-sdk==1.44.1
sentry-sdk==1.5.6
six==1.15.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
smmap==5.0.0; python_version >= "3.6"
sqlparse==0.4.4; python_version >= "3.5"
Expand Down

0 comments on commit 6cb8e9f

Please sign in to comment.