Skip to content

Commit

Permalink
Merge branch 'main' into fix_missing_state_code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Oct 1, 2024
2 parents f531107 + b4a9f92 commit a9f74d3
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 34 deletions.
108 changes: 78 additions & 30 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ packages = [{ include = "regtech_user_fi_management", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.12,<4"
python-dotenv = "^1.0.0"
SQLAlchemy = { version = "^2.0.33", extras = ["asyncio"]}
SQLAlchemy = { version = "^2.0.35", extras = ["asyncio"]}
psycopg2-binary = "^2.9.6"
asyncpg = "^0.29.0"
alembic = "^1.13.2"
regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"}
regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
aiosqlite = "^0.20.0"
pytest-cov = "^5.0.0"
pytest-mock = "^3.11.1"
pytest-env = "^1.0.1"
pytest-env = "^1.1.4"
pytest-alembic = "^0.11.1"


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

[tool.pytest.ini_options]
Expand Down

0 comments on commit a9f74d3

Please sign in to comment.