Skip to content

Commit

Permalink
Test pyyaml>=6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvyagintsev committed Jun 18, 2024
1 parent b0c42dd commit 9e84b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dohq-artifactory>=0.8.3
Jinja2>=2.11
patool==1.12
pyunpack==0.2
PyYAML>=5.2,<6.0
PyYAML>=6.0
requests>=2.25.1,<3.0.0
urllib3<1.25,>=1.21.1

0 comments on commit 9e84b1c

Please sign in to comment.