Skip to content

Commit

Permalink
deps(pip): bump sphinx-autobuild from 2024.2.4 to 2024.4.13
Browse files Browse the repository at this point in the history
Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.2.4 to 2024.4.13.
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.02.04...2024.04.13)

---
updated-dependencies:
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent c3c64af commit 088ebb9
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 23 deletions.
158 changes: 137 additions & 21 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-crispy-forms="^2.1"
crispy-bootstrap5="^2024.2"
django-redis="^5.4.0"
sphinx = { version = "^7.2.6", optional = true }
sphinx-autobuild = { version = "^2024.2.4", optional = true }
sphinx-autobuild = { version = "^2024.4.13", optional = true }
sphinx_rtd_theme = { version = "^2.0.0", optional = true }
django-debug-toolbar = { version = "^4.2.0", optional = true }
django-extensions = { version = "^3.2.3", optional = true }
Expand All @@ -47,7 +47,7 @@ django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]}
pytest = "^8.1.1"
pytest-sugar = "^1.0.0"
sphinx = "^7.2.6"
sphinx-autobuild = "^2024.2.4"
sphinx-autobuild = "^2024.4.13"
sphinx_rtd_theme = "^2.0.0"
flake8="^7.0.0"
flake8-isort="^6.1.1"
Expand Down

0 comments on commit 088ebb9

Please sign in to comment.