Codebase list python-procrunner / 6463474
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 3 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
77 - package-ecosystem: "pip" # See documentation for possible values
88 directory: "/" # Location of package manifests
99 schedule:
10 interval: "daily"
10 interval: "monthly"
1111 ignore:
1212 - dependency-name: "mock"
1313 # mock 4 requires Python 3.6+
11 coverage==5.2.1
22 flake8==3.8.3
33 mock==3.0.5
4 pip==20.1.1
5 pytest==5.4.3
4 pip==20.2
5 pytest==6.0.0
66 Sphinx==3.1.2
7 tox==3.18.0
7 tox==3.18.1
88 twine==1.15.0
99 wheel==0.34.2