Skip to content

Commit

Permalink
Merge pull request #193 from DSACMS/dependatest-backend
Browse files Browse the repository at this point in the history
Update Backend Deps According to Dependabot
  • Loading branch information
IsaacMilarky authored Nov 13, 2024
2 parents 58e870e + 46cbd42 commit 595cdbf
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
91 changes: 46 additions & 45 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Pat Sier <[email protected]>",

[tool.poetry.dependencies]
python = "^3.10"
splink = "^4.0.1"
splink = "^4.0.4"
click = "^8.1.7"
pandas = "^2.2.2"
pytest = "^8.3.3"
Expand All @@ -16,16 +16,16 @@ lxml = "^5.3.0"
pyarrow = "^17.0.0"
python-dateutil = "^2.9.0.post0"
text2num = "^2.5.1"
faker = "^28.4.1"
faker = "^30.8.2"

[tool.poetry.dev-dependencies]
black = "^24.4.2"
flake8 = "^7.1.0"
black = "^24.10.0"
flake8 = "^7.1.1"
isort = "^5.13.2"


[tool.poetry.group.dev.dependencies]
pylint = "^3.2.6"
pylint = "^3.3.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 595cdbf

Please sign in to comment.