Skip to content

Commit

Permalink
chore: update doc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jul 25, 2024
1 parent 06ed9c4 commit 27c438b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
81 changes: 40 additions & 41 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ faker = ">=21.0.0"
iam = "pytest_iam"

[tool.poetry.group.dev.dependencies]
requests = "^2.31.0"
authlib = "^1.2.1"
pytest-cov = "^5.0.0"
requests = "^2.31.0"

[tool.poetry.group.doc]
optional = true

[tool.poetry.group.doc.dependencies]
myst-parser = "^2.0.0"
sphinx = "^7.0.0"
sphinx-issues = "^3.0.0"
alabaster = "^0.7.13"
myst-parser = "^3.0.0"
sphinx = "^7.0.0"
sphinx-issues = "^4.0.0"

[tool.ruff]
ignore = ["E501", "E722"]
Expand Down

0 comments on commit 27c438b

Please sign in to comment.