Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Sep 24, 2024
1 parent 0ca7d54 commit 3a2f902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-doco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
--toc-level 5
shell: bash
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: bot/action-doc-toc
commit-message: "[docs] Regenerate tables of contents"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==6.0.1
requests==2.32.2
aiohttp==3.9.5
packaging==24.0
PyYAML==6.0.2
requests==2.32.3
aiohttp==3.10.5
packaging==24.1

0 comments on commit 3a2f902

Please sign in to comment.