Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-cef70b0dd7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 authored Nov 21, 2024
2 parents e3e8203 + a811916 commit e42a0a9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{ include = "regtech_data_validator", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.12,<4"
pandas = "^2.2.2"
pandera = "^0.20.3"
pandera = "^0.21.0"
requests = "^2.32.3"
tabulate = "^0.9.0"
ujson = "^5.9.0"
Expand All @@ -35,11 +35,11 @@ openpyxl = "^3.1.5"

[tool.poetry.group.linters.dependencies]
black = "24.8.0"
ruff = "0.7.3"
ruff = "0.7.4"


[tool.poetry.group.cli.dependencies]
typer = "^0.13.0"
typer = "^0.13.1"

[tool.poetry.scripts]
cfpb-val = 'regtech_data_validator.cli:app'
Expand Down

0 comments on commit e42a0a9

Please sign in to comment.