Skip to content

Commit

Permalink
Merge pull request #75 from ross-p-smith/pinned-requirements.txt
Browse files Browse the repository at this point in the history
Pinned package versions
  • Loading branch information
gmndrg authored Nov 14, 2023
2 parents 1077262 + fd1f241 commit c40b5b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/code"
schedule:
interval: "weekly"
3 changes: 1 addition & 2 deletions code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
azure-functions

azure-functions==1.17.0
streamlit==1.28.1
openai==0.27.8
matplotlib==3.6.3
Expand Down

0 comments on commit c40b5b5

Please sign in to comment.