Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump up Click to version 8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Nov 2, 2023
1 parent aac2225 commit 9a79de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"click==8.1.5",
"click==8.1.7",
"psycopg2-binary==2.9.5",
"sqlalchemy==2.0.21",
]
Expand Down
2 changes: 1 addition & 1 deletion src/dialect_map_core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def func_wrapper(*args, **kwargs) -> Any:
return func_wrapper


@click.group(cls=None)
@click.group()
def main():
pass

Expand Down

0 comments on commit 9a79de3

Please sign in to comment.