Skip to content

Commit

Permalink
Merge pull request #94 from harikitech/topic/upgrade_dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies and install dependabot
  • Loading branch information
Surgo authored Jun 27, 2020
2 parents 72f0555 + ea60916 commit 7bcdc65
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: '09:00'
timezone: Asia/Tokyo
open-pull-requests-limit: 10
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:

matrix:
include:
- python: 3.5
env: DJANGO=2.2
- python: 3.8
env: TOXENV=flake8
- python: 3.8
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
check-manifest==0.37
coverage==4.5.1
flake8==3.7.5
isort==4.3.4
mock==2.0.0
check-manifest==0.42
coverage==5.1
flake8==3.8.3
isort==4.3.21
mock==4.0.2
nose==1.3.7
pymemcache==2.1.1
readme-renderer==24.0
pymemcache==3.2.0
readme-renderer==26.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
envlist =
py{35,36,37,38}-{dj22},
py{36,37,38}-{dj30,djdev},
py{36,37,38}-dj22,
py{36,37,38}-dj30,
py{36,37,38}-djdev,
flake8,
isort,
readme
Expand Down

0 comments on commit 7bcdc65

Please sign in to comment.