Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 25, 2024
1 parent 2fb95b5 commit 8033abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-stingers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "Copyright updated to ${{ steps.date.outputs.year }}" -a
git commit -m "Update at ${{ steps.date.outputs.date }} UTC" -a
git push origin master
- name: Discord Failure Notification
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ GitPython==3.1.43
lxml==5.2.1
kometautils==0.3.4
requests==2.31.0
tmdbapis==1.2.14
tmdbapis==1.2.16

0 comments on commit 8033abd

Please sign in to comment.