Skip to content

Commit

Permalink
Bump certifi from 2021.10.8 to 2022.12.7
Browse files Browse the repository at this point in the history
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tomtrafford committed Feb 1, 2024
1 parent 31b9fc2 commit bce2c86
Show file tree
Hide file tree
Showing 3 changed files with 561 additions and 567 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pymalcolm = { editable = true, path = "." }

[scripts]
# Put coverage here so we don't interfere with debugging in the IDE
tests = "python -m pytest --cov=malcolm --cov-fail-under=90 --cov-report term --cov-report xml --log-format='%(asctime)s.%(msecs)03d %(filename)-25s %(lineno)4d %(levelname)-8s %(message)s' --log-date-format='%Y-%m-%d %H:%M:%S' tests"
tests = "python -m pytest --cov=malcolm --cov-fail-under=80 --cov-report term --cov-report xml --log-format='%(asctime)s.%(msecs)03d %(filename)-25s %(lineno)4d %(levelname)-8s %(message)s' --log-date-format='%Y-%m-%d %H:%M:%S' tests"
tests-no-cov = "python -m pytest tests"
docs = "sphinx-build -ET docs build/html"
flake8 = "flake8 malcolm tests --benchmark"
Expand Down
Loading

0 comments on commit bce2c86

Please sign in to comment.