Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#246)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml` (#242, #245)
Update `pre-commit` hooks.
  • Loading branch information
TEAM4-0 authored Feb 29, 2024
1 parent fe1930d commit 97687a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- repo: https://github.com/asottile/pyupgrade
# Latest version for Python 3.7: 3.3.2
# Latest version for Python 3.8: 3.8.0
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -42,7 +42,7 @@ repos:
# More information can be found in its documentation:
# https://docs.astral.sh/ruff/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
# Fix what can be fixed in-place and exit with non-zero status if files were
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
- id: mypy

- repo: https://github.com/SINTEF/ci-cd
rev: v2.7.2
rev: v2.7.3
hooks:
- id: docs-api-reference
args:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dynamic = ["version", "description"]
dependencies = [
"invoke ~=2.2",
"packaging ~=23.2",
"tomlkit ~=0.12.3",
"tomlkit ~=0.12.4",
"typing-extensions ~=4.7; python_version < '3.8'",
"typing-extensions ~=4.9; python_version >= '3.8'",
"typing-extensions ~=4.10; python_version >= '3.8'",
]

[project.optional-dependencies]
Expand All @@ -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.24.0; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.24.1; python_version >= '3.8'",
]
testing = [
"pytest ~=7.4",
Expand Down

0 comments on commit 97687a4

Please sign in to comment.