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 Jan 29, 2024
1 parent 346f2eb commit 9422f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Homepage = "https://github.com/repo-helper/configconfig"
Documentation = "https://configconfig.readthedocs.io/en/latest"

[project.optional-dependencies]
sphinx = [ "docutils", "sphinx>=3.0.3,<7.3.0", "sphinx-toolbox",]
sphinx = [ "docutils", "sphinx<7.3.0,>=3.0.3", "sphinx-toolbox",]
testing = [ "pytest",]
all = [ "docutils", "pytest", "sphinx>=3.0.3,<7.3.0", "sphinx-toolbox",]
all = [ "docutils", "pytest", "sphinx<7.3.0,>=3.0.3", "sphinx-toolbox",]

[tool.mkrecipe]
conda-channels = [ "conda-forge", "domdfcoding",]
Expand Down

0 comments on commit 9422f2f

Please sign in to comment.