Skip to content

Commit

Permalink
Update other dev deps while I'm at it
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Mar 30, 2024
1 parent af6a137 commit d777511
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: [--ignore-missing-imports, --strict, --show-error-codes]
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

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

20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ numpy = "^1.26.2"
nptyping = "^2.5.0"

[tool.poetry.group.dev.dependencies]
hypothesis = "^6.75.6"
mypy = "^1.7.1"
pre-commit = "^3.3.2"
pytest = ">=7.3.1,<9.0.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.10.0"
hypothesis = "^6.99.13"
mypy = "^1.9.0"
pre-commit = "^3.7.0"
pytest = "^8.1.1"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
ruff = "^0.3.4"
tbump = "^6.10.0"
tox = "^3.24"
tox-gh-actions = "^2.8"
tox-poetry-installer = "^0.10.0"
tbump = "^6.11.0"
tox = "^3.28.0"
tox-gh-actions = "^2.12.0"
tox-poetry-installer = "^0.10.3"

[tool.ruff.lint]
# B = flake8-bugbear
Expand Down

0 comments on commit d777511

Please sign in to comment.