Skip to content

Commit

Permalink
Add sphinx group update settings to dependabot (#232)
Browse files Browse the repository at this point in the history
* Add sphinx group update settings to `dependabot`

* Update requirements.txt
  • Loading branch information
tkoyama010 authored Feb 23, 2024
1 parent befec58 commit 78b22de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ updates:
patterns:
- "trame"
- "trame-*"
sphinx:
patterns:
- "sphinx"
- "sphinx-*"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ imageio-ffmpeg
ipywidgets<9.0.0
jupyterlab<5.0.0
matplotlib
pyinstaller==5.13.1
pyqt5
pyvista[trame]
pyvistaqt
QtPy
sphinx
tqdm
trame>=2.5.0
Expand Down

1 comment on commit 78b22de

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.