Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Aug 9, 2023
1 parent a9dba4c commit 7493b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateReleaseNotes.yml
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.4 requests PyYAML==6.0.1
- name: Generate MSL release notes from closed GitHub issues
timeout-minutes: 3
env:
Expand Down

0 comments on commit 7493b01

Please sign in to comment.