Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2024
1 parent 944a04a commit a13d3f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dynamic = [
"version",
]
dependencies = [
"distlib<1,>=0.3.7",
"filelock<4,>=3.12.2",
"distlib>=0.3.7,<1",
"filelock>=3.12.2,<4",
"importlib-metadata>=6.6; python_version<'3.8'",
"platformdirs<5,>=3.9.1",
"platformdirs>=3.9.1,<5",
]
optional-dependencies.docs = [
"furo>=2023.7.26",
"proselint>=0.13",
"sphinx!=7.3,>=7.1.2",
"sphinx>=7.1.2,!=7.3",
"sphinx-argparse>=0.4",
"sphinxcontrib-towncrier>=0.2.1a0",
"towncrier>=23.6",
Expand Down

0 comments on commit a13d3f0

Please sign in to comment.