Skip to content

Commit

Permalink
Upgrade dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed May 30, 2024
1 parent e3c02fd commit 523ee7d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
98 changes: 49 additions & 49 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 @@ -18,12 +18,12 @@ toml = "^0.10.1"
importlib-metadata = { version = ">=0.22", python = "<3.8" }

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
rope = "^1.6.0"
twine = "^4.0.2"
pytest = "^8.2.1"
rope = "^1.13.0"
twine = "^5.1.0"
pre-commit = "^2.20.0"
mypy = "^0.991"
types-toml = "^0.10.8.1"
mypy = "^1.10.0"
types-toml = "^0.10.8.20240310"

[tool.mypy]
check_untyped_defs = true
Expand Down

0 comments on commit 523ee7d

Please sign in to comment.