Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmug committed Aug 25, 2024
1 parent dcead08 commit 873dc29
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 51 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"python.defaultInterpreterPath": "./.venv/bin/python",
"python.analysis.typeCheckingMode": "off",
"python.testing.pytestEnabled": true,
"autoDocstring.docstringFormat": "numpy"
"autoDocstring.docstringFormat": "numpy",
"makefile.configureOnOpen": false
}
96 changes: 48 additions & 48 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ python = "^3.9"

[tool.poetry.group.dev.dependencies]
bumpver = "^2023.1129"
mypy = "^1.11.1"
mypy = "^1.11.2"
pre-commit = "^3.8.0"
ruff = "^0.6.1"
ruff = "^0.6.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
Expand Down

0 comments on commit 873dc29

Please sign in to comment.