Skip to content

Commit

Permalink
Merge branch 'main' into test_polars
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Aug 30, 2024
2 parents 7ce9068 + 541b95d commit c179b60
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 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 @@ -27,18 +27,18 @@ pyarrow = "^17.0.0"
pytest = "8.3.2"
pytest-cov = "5.0.0"
beautifulsoup4 = "^4.12.3"
lxml = "^5.1.1"
lxml = "^5.3.0"

[tool.poetry.group.data.dependencies]
openpyxl = "^3.1.5"

[tool.poetry.group.linters.dependencies]
black = "24.8.0"
ruff = "0.5.6"
ruff = "0.6.3"


[tool.poetry.group.cli.dependencies]
typer = "^0.12.3"
typer = "^0.12.5"

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

0 comments on commit c179b60

Please sign in to comment.