Update dependencies (#52, #53, #54)
and change dependabot settings to run monthly until they can do summary
updates because the spam is rather annoying.
Markus Gerstel
2 years ago
7 | 7 |
- package-ecosystem: "pip" # See documentation for possible values
|
8 | 8 |
directory: "/" # Location of package manifests
|
9 | 9 |
schedule:
|
10 | |
interval: "daily"
|
|
10 |
interval: "monthly"
|
11 | 11 |
ignore:
|
12 | 12 |
- dependency-name: "mock"
|
13 | 13 |
# mock 4 requires Python 3.6+
|
1 | 1 |
coverage==5.2.1
|
2 | 2 |
flake8==3.8.3
|
3 | 3 |
mock==3.0.5
|
4 | |
pip==20.1.1
|
5 | |
pytest==5.4.3
|
|
4 |
pip==20.2
|
|
5 |
pytest==6.0.0
|
6 | 6 |
Sphinx==3.1.2
|
7 | |
tox==3.18.0
|
|
7 |
tox==3.18.1
|
8 | 8 |
twine==1.15.0
|
9 | 9 |
wheel==0.34.2
|