Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#272)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml` (#269)
Update `pre-commit` hooks.
  • Loading branch information
TEAM4-0 authored Aug 1, 2024
1 parent 5808925 commit 18a6e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
# The project's documentation can be found at:
# https://mypy.readthedocs.io/en/stable/index.html
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docs = [
"mkdocs-material ~=9.2; python_version < '3.8'",
"mkdocs-material ~=9.5; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'",
"mkdocstrings[python-legacy] ~=0.25.1; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.25.2; python_version >= '3.8'",
]
testing = [
"pytest ~=7.4",
Expand Down

0 comments on commit 18a6e17

Please sign in to comment.