bump deps & linters

This commit is contained in:
Casper da Costa-Luis 2024-08-03 22:18:22 +01:00
parent 54796cc151
commit 4f662763e6
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ repos:
- pytest-timeout
- pytest-asyncio
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [-j8]

View File

@ -43,5 +43,5 @@ dependencies:
- pip:
- py-make >=0.1.0 # `make/pymake`
- mkdocs-minify-plugin # `cd docs && pymake`
- git+https://github.com/tqdm/jsmin@python3-only#egg=jsmin # `cd docs && pymake`
- git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake`
- pydoc-markdown >=4.6 # `cd docs && pymake`