File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
- crayons>= 0.1.0
30
30
- GitPython>=2.0.0
31
31
- git-url-parse>=1.2.2
32
- - fs>=2.2.0
32
+ - fs>=2.4.6
33
33
description : Yet another jinja2 cli command for static text generation
34
34
scm_host : github.com
35
35
lint_command : make install_test format git-diff-check lint
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ appdirs==1.4.3
8
8
crayons== 0.1.0
9
9
GitPython==2.0.0
10
10
git-url-parse==1.2.2
11
- fs==2.2.0
11
+ fs==2.4.6
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ appdirs>=1.4.3
8
8
crayons >= 0.1.0
9
9
GitPython >= 2.0.0
10
10
git-url-parse >= 1.2.2
11
- fs >= 2.2.0
11
+ fs >= 2.4.6
Original file line number Diff line number Diff line change 82
82
"crayons>= 0.1.0" ,
83
83
"GitPython>=2.0.0" ,
84
84
"git-url-parse>=1.2.2" ,
85
- "fs>=2.2.0 " ,
85
+ "fs>=2.4.6 " ,
86
86
]
87
87
SETUP_COMMANDS = {}
88
88
You can’t perform that action at this time.
0 commit comments