Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jun 1, 2023
1 parent 89d5d03 commit 5e10a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateReleaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: 3.8
- name: Install python packages
run: pip install --user docraptor==2.0.0 Jinja2==3.1.2 Markdown==3.3.7 requests PyYAML==6.0
run: pip install --disable-pip-version-check --user docraptor==3.0.0 Jinja2==3.1.2 Markdown==3.4.3 requests PyYAML==6.0
- name: Generate MSL release notes from closed GitHub issues
timeout-minutes: 3
env:
Expand Down

0 comments on commit 5e10a6f

Please sign in to comment.