Skip to content

Commit

Permalink
Merge pull request #43 from childmindresearch/dependabot/pip/developm…
Browse files Browse the repository at this point in the history
…ent-dependencies-c2fb177aab

Bump the development-dependencies group across 1 directory with 3 updates
  • Loading branch information
nx10 authored May 10, 2024
2 parents dd0d5a8 + 3cd9a4a commit 313d3ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

temp
temp
63 changes: 32 additions & 31 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ rich = "^13.4.2"
bids2table = "^0.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest = ">=7.4.3,<9.0.0"
mypy = "^1.8.0"
pre-commit = "^3.6.0"
pytest-cov = "^4.1.0"
ruff = "^0.1.8"
pytest-cov = ">=4.1,<6.0"
ruff = ">=0.1.8,<0.5.0"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.4.0"
Expand Down

0 comments on commit 313d3ab

Please sign in to comment.