Skip to content

Commit

Permalink
chore: Update dbcat to pick up encryption and plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Dec 17, 2021
1 parent 502502d commit bc142a4
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 35 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ jobs:
python -m poetry install
- name: Test with pytest
run: |
python -m poetry run python -m spacy download en_core_web_sm
python -m poetry run pytest --pg-host localhost --mysql-host localhost --junitxml=junit/test-results.xml --cov=piicatcher --cov-report=xml --cov-report=html tests/
96 changes: 64 additions & 32 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
Expand Up @@ -23,12 +23,12 @@ repository="https://github.com/tokern/piicatcher/"


[tool.poetry.dependencies]
python = ">=3.6,<3.9"
python = ">=3.6.1,<3.9"
pyyaml = "*"
click = "*"
python-json-logger = "^2.0.2"
commonregex = "^1.5"
dbcat = "^0.10.0"
dbcat = "^0.11.0"
typer = "^0.4.0"
tabulate = "^0.8.9"
dataclasses = {version = ">=0.6", markers="python_version >= '3.6' and python_version < '3.7'"}
Expand Down

0 comments on commit bc142a4

Please sign in to comment.