Skip to content

Commit

Permalink
Merge pull request #16 from hsaunders1904/update_dev_dependencies
Browse files Browse the repository at this point in the history
Update dev dependency major versions
  • Loading branch information
hsaunders1904 authored Jul 18, 2024
2 parents 0bb7448 + a6b571a commit 46d5efc
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
72 changes: 36 additions & 36 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 @@ -13,17 +13,17 @@ license = "GPL-3"
python = "^3.8"

[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
black = "^24.4.2"
ruff = "^0.1.6"
mypy = "^1.7.0"
mypy = "^1.10.1"
pre-commit = "^3.5.0"
types-toml = "^0.10.8.7"
yamlfmt = "^1.1.1"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pyfakefs = "^5.3.1"
pytest-cov = "^4.1.0"
pytest = "^8.2.2"
pyfakefs = "^5.6.0"
pytest-cov = "^5.0.0"
toml = "^0.10.2"

[tool.black]
Expand Down

0 comments on commit 46d5efc

Please sign in to comment.