Skip to content

Commit

Permalink
Update sphinx (7.3.7 -> 8.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Aug 3, 2024
1 parent 6690321 commit 5ed5a22
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Changed
- Upgrade dev dependencies.

## [0.1.0] - 2024-08-03
### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx==7.2.6
sphinx==8.0.2
recommonmark==0.7.1
34 changes: 17 additions & 17 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ safety = "^3.0.1"
mypy = "^1.11.1"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
sphinx = "^8.0.2"
recommonmark = "^0.7.1"

[tool.coverage.paths]
Expand Down

0 comments on commit 5ed5a22

Please sign in to comment.