Skip to content

Commit

Permalink
Merge pull request #227 from tokern/update_dbcat
Browse files Browse the repository at this point in the history
chore: Update dbcat to refresh CatColumn
  • Loading branch information
nicolepng authored Jun 26, 2023
2 parents e2b409b + 0543fd2 commit f89670a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion piicatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "0.21.0"
__version__ = "0.21.1"
__google_analytics_tid__ = "UA-148590293-1"

from dbcat.catalog.pii_types import PiiType
Expand Down
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "piicatcher"
version = "0.21.0"
version = "0.21.1"
description = "Find PII data in databases"
authors = ["Tokern <info@tokern.io>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ pyyaml = "*"
click = "*"
python-json-logger = "^2.0.2"
commonregex-improved = "1.0.2"
dbcat = "0.14.0"
dbcat = "0.14.1"
typer = "^0.4.0"
goog-stats = "^0.1.2"
tabulate = "^0.8.9"
Expand Down

0 comments on commit f89670a

Please sign in to comment.