Update dependency certifi to v2022.9.24 (#20)

* Update dependency certifi to v2022.9.24

* Add pylint-exit

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
renovate[bot] 2022-10-01 11:31:38 +01:00 committed by GitHub
parent 3e5dcd4dd8
commit 03a472a574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pip install -r requirements.txt && pip install -r requirements-dev.txt run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Lint - name: Lint
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
- name: Run test suite - name: Run test suite
run: | run: |
coverage run -m py.test -v --junitxml=testresults.xml coverage run -m py.test -v --junitxml=testresults.xml

View File

@ -1,5 +1,6 @@
black black
coverage coverage
pylint pylint
pylint-exit
pytest pytest
requests-mock requests-mock

View File

@ -1,4 +1,4 @@
certifi==2022.6.15 certifi==2022.9.24
charset-normalizer==2.1.1 charset-normalizer==2.1.1
idna==3.3 idna==3.3
requests==2.28.1 requests==2.28.1