Skip to content

Commit

Permalink
Merge pull request #218 from sgibson91/sgibson91-patch-1
Browse files Browse the repository at this point in the history
Remove strict dependency pins and dependabot pip updates
  • Loading branch information
sgibson91 authored Mar 12, 2024
2 parents 3c59fea + 0ced49e commit 553fdb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,3 @@ updates:
actions-notebook-env:
patterns:
- "*"
# Maintain dependencies for pip - main branch
- package-ecosystem: "pip"
directory: "/"
target-branch: "main"
schedule:
interval: "monthly"
groups:
pip-main:
patterns:
- "*"
# Maintain dependencies for pip - notebook-env branch
- package-ecosystem: "pip"
directory: "/"
target-branch: "notebook-env"
schedule:
interval: "monthly"
groups:
pip-notebook-env:
patterns:
- "*"
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ghapi==1.0.4
ipywidgets==7.8.1
pandas==2.2.0
rich==13.7.0
voila==0.5.5
ghapi
ipywidgets
pandas
rich
voila

0 comments on commit 553fdb1

Please sign in to comment.