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 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent aa72448 commit 7e1da9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reqs/requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Public packages
click==8.1.5
click==8.1.7

# Private packages
dialect-map-io[gcp] @ git+ssh://[email protected]/dialect-map/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from routines import PubSubRoutine


@click.group(cls=None)
@click.group()
@click.option(
"--log-level",
envvar="DIALECT_MAP_LOG_LEVEL",
Expand Down

0 comments on commit 7e1da9a

Please sign in to comment.