Skip to content

Commit

Permalink
chore(deps): update dependency storage3 to v0.7.7 (#1099)
Browse files Browse the repository at this point in the history
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| pypi       | storage3 | 0.7.6 | 0.7.7 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 7c9d855 commit fb2b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"nltk == 3.9.1", # Required for pickled code containing .pptx parsing dependencies
"pylibmagic == 0.5.0", # Resolves issue with libmagic not being bundled with OS - https://github.com/ahupp/python-magic/issues/233, may not be needed after this is merged https://github.com/ahupp/python-magic/pull/294
"python-magic == 0.4.27",
"storage3==0.7.6", # required by supabase, bug when using previous versions
"storage3==0.7.7", # required by supabase, bug when using previous versions
"postgrest==0.16.11", # required by supabase, bug when using previous versions
"openpyxl == 3.1.5",
"psutil == 6.0.0",
Expand Down

0 comments on commit fb2b437

Please sign in to comment.