Skip to content

Commit

Permalink
chore(deps): update dependency postgrest to v0.16.11 (#1096)
Browse files Browse the repository at this point in the history
| datasource | package   | from   | to      |
| ---------- | --------- | ------ | ------- |
| pypi       | postgrest | 0.16.8 | 0.16.11 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 7e6027e commit 41fea26
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 @@ -23,7 +23,7 @@ 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
"postgrest==0.16.8", # 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 41fea26

Please sign in to comment.