Skip to content

Commit

Permalink
deps(pip): bump sphinx from 7.3.7 to 7.4.1
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.7...v7.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e9fb38a commit 840bcab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 @@ -25,7 +25,7 @@ django-allauth="^0.63.6"
django-crispy-forms="^2.2"
crispy-bootstrap5="^2024.2"
django-redis="^5.4.0"
sphinx = { version = "^7.3.7", optional = true }
sphinx = { version = "^7.4.1", optional = true }
sphinx-autobuild = { version = "^2024.4.16", optional = true }
sphinx_rtd_theme = { version = "^2.0.0", optional = true }
django-debug-toolbar = { version = "^4.4.6", optional = true }
Expand All @@ -46,7 +46,7 @@ mypy = "^1.6.1"
django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]}
pytest = "^8.2.2"
pytest-sugar = "^1.0.0"
sphinx = "^7.3.7"
sphinx = "^7.4.1"
sphinx-autobuild = "^2024.4.16"
sphinx_rtd_theme = "^2.0.0"
flake8="^7.1.0"
Expand Down

0 comments on commit 840bcab

Please sign in to comment.