Skip to content

Commit

Permalink
Merge branch 'master' into v2.0.1-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchiappetta authored Apr 18, 2023
2 parents aeb579c + 3c6edae commit fb1876c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ pylint<2.16.2;python_version=='3.6' # pyup: ignore
pylint==2.16.2;python_version>='3.7'
pytest-cov==4.0.0;python_version>='3.6'
pytest==7.0.1;python_version=='3.6' # pyup: ignore
pytest==7.1.2;python_version>='3.7'
pytest==7.3.0;python_version>='3.7'
restructuredtext-lint==1.4.0
twine==3.8.0;python_version=='3.6' # pyup: ignore
twine<4.0.2;python_version<'3.7'
twine==4.0.2;python_version>='3.7'
yamllint==1.28.0;python_version=='3.6'
yamllint==1.29.0;python_version>='3.7'

0 comments on commit fb1876c

Please sign in to comment.