Skip to content

Commit

Permalink
fix(deps): update dependency sphinx to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 5a72f66 commit 6318a6f
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 @@ -44,7 +44,7 @@ pytest = { version = "^8.0.0", optional = true }
pytest-asyncio = { version = "^0.24.0", optional = true }
pytest-mock = { version = "^3.10.0", optional = true }
toml = { version = "^0.10.2", optional = true }
sphinx = { version = "^7.0.0", optional = true }
sphinx = { version = "^8.0.0", optional = true }
furo = { version = "^2024.0.0", optional = true }
types-toml = { version = "^0.10.8.1", optional = true }
pyjwt = "^2.6.0"
Expand All @@ -56,7 +56,7 @@ pytest-mock = "^3.10.0"
mypy = "^1.0"
toml = "^0.10.2"
types-toml = "^0.10.8.1"
sphinx = "^7.0.0"
sphinx = "^8.0.0"
furo = "^2024.0.0"
pytest-cov = "^6.0.0"
black = { version = "^24.0.0", allow-prereleases = true }
Expand Down

0 comments on commit 6318a6f

Please sign in to comment.