Skip to content

Commit

Permalink
feat: update dependencies and lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Nov 19, 2024
1 parent 3598d51 commit ac62929
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"polars>=1.12.0",
"psycopg>=3.2.3",
"python-dotenv>=1.0.1",
"hypermanager>=0.1.9",
"hypermanager>=0.1.10",
]
readme = "README.md"
requires-python = ">= 3.12"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# universal: false

-e file:.
hypermanager==0.1.9
hypermanager==0.1.10
hypersync==0.8.3
polars==1.12.0
polars==1.14.0
psycopg==3.2.3
pyarrow==18.0.0
python-dotenv==1.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# universal: false

-e file:.
hypermanager==0.1.9
hypermanager==0.1.10
hypersync==0.8.3
polars==1.12.0
polars==1.14.0
psycopg==3.2.3
pyarrow==18.0.0
python-dotenv==1.0.1
Expand Down

0 comments on commit ac62929

Please sign in to comment.