Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed May 12, 2023
1 parent 4ee0cd1 commit c570bcc
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:

- name: Save current package version information
shell: bash
run: pipenv requirements | cut -f1 -d ' ' | sort > requirements.old
run: pipenv requirements --dev | cut -f1 -d ' ' | sort > requirements.old

- name: Update dependencies
shell: bash
run: pipenv update --dev

- name: Save new package version information
shell: bash
run: pipenv requirements | cut -f1 -d ' ' | sort > requirements.new
run: pipenv requirements --dev | cut -f1 -d ' ' | sort > requirements.new

- name: Create update text
shell: bash
Expand Down
Loading

0 comments on commit c570bcc

Please sign in to comment.