Skip to content

Commit

Permalink
Merge pull request #2638 from zhu327/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zhu327 authored Apr 25, 2024
2 parents 730624c + 49b502c commit e38ee54
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
26 changes: 20 additions & 6 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.5.6
sentry-sdk==1.44.1
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.5.6
sentry-sdk==1.44.1
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 e38ee54

Please sign in to comment.